Converter Class |
The class to convert PDF documents to PDF/A
public class Converter : NativeObject
The Converter type exposes the following members.
Name | Description | |
---|---|---|
Convert | Convert a document to PDF/A. Note that it is highly recommended to use ConversionEvent to detect critical conversion events. | |
Equals | (Inherited from NativeObject) | |
GetHashCode | (Inherited from NativeObject) |
Name | Description | |
---|---|---|
ConversionEvent | The event for errors, warnings, and informational messages that occur during conversion Report a conversion event that occurred in Convert(AnalysisResult, Document, Stream, ConversionOptions, OutputOptions). These events can be used to:
Note that if a document cannot be converted to the requested conformance, the Convert(AnalysisResult, Document, Stream, ConversionOptions, OutputOptions) throws an exception. However, even if the output document meets all required standards, the conversion might have resulted in differences that might be acceptable in some processes but not in others. Such potentially critical conversion issues are reported as conversion events. We suggest checking which conversion events can be tolerated in your conversion process and which must be considered critical:
|