PDFACompliance Class |
Theref class FDFDoc conversion option analyses the content of existing PDF files and performs a sequence of modifications in order to produce a PDF/A compliant document. Features that are not suitable for long-term archiving (such as encryption, obsolete compression schemes, missing fonts, or device-dependent color) are replaced with their PDF/A compliant equivalents. Because the conversion process applies only necessary changes to the source file, the information loss is minimal. Also, because the converter provides a detailed report for each change, it is simple to inspect changes and to determine whether the conversion loss is acceptable.
The validation option in PDF/A Manager can be used to quickly determine whether a PDF file fully complies with the PDF/A specification according to the international standard ISO 19005:1/2/3. For files that are not compliant, the validation option can be used to produce a detailed report of compliance violations as well as a list of relevant error objects.
Key Functions:Namespace: pdftron.PDF.PDFA
public sealed class PDFACompliance : IClosable
The PDFACompliance type exposes the following members.
Name | Description | |
---|---|---|
PDFACompliance(Boolean, Byte, String, PDFAComplianceConformance, PDFAComplianceErrorCodeReference, Int32, Boolean) | Perform PDF/A validation or PDF/A conversion on the input PDF document
which is stored in a memory buffer.
| |
PDFACompliance(Boolean, String, String, PDFAComplianceConformance, PDFAComplianceErrorCodeReference, Int32, Boolean) | Perform PDF/A validation or PDF/A conversion on the input PDF document.
|
Name | Description | |
---|---|---|
Close | ||
Equals | (Inherited from Object.) | |
GetError | Gets the error.
| |
GetErrorCount | Gets the error count.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetPDFAErrorMessage | Gets the pDFA error message.
| |
GetRefObj | Gets the ref obj.
| |
GetRefObjCount | Gets the error.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SaveAs | Serializes the converted PDF/A document to a file on disk.
| |
SaveAsAsync | Serializes the converted PDF/A document to a file on disk.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |