PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
The PDFAConverter class is used to verify the compliance of PDF documents to the PDF/a standard. It can also create PDF/A documents or attempt to convert document that do not comply.
Namespace:
PDFTechAssembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
C# |
---|
public class PDFAConverter |
Visual Basic (Declaration) |
---|
Public Class PDFAConverter |
Visual C++ |
---|
public ref class PDFAConverter |
Remarks
PDF/A standard is defined by the International Organization for Standardization (ISO).
PDF/A standard apply to long-term archiving of electronic documents. During PDF conversion,
the file that is being processed is checked against the PDF/A standard. If the PDF does not meet the PDF/A
ISO standard, you are able to either cancel the conversion or create a non-compliant file.