ImageGear .NET v25.0 - Updated
Convert Method (ImGearPDFPreflight)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFPreflight Class : Convert Method
A set of options useful in conversion process.
Analyzes the PDF document and converts it according to PDF/A and PDF/X standards.
Syntax

Parameters

options
A set of options useful in conversion process.

Return Value

Result of the verification/conversion as an ImGearPDFPreflightReport class object.
Remarks
The result is returned as an ImGearPDFPreflightReport object.

If the document is converted successfully, or no conversion was applied with the specified profile, the output report's code value is equal to ImGearPDFPreflightReportCodes.SUCCESS.

If the document is not compliant, the output report's code value is equal to ImGearPDFPreflightReportCodes.INCOMPLIANT_DOCUMENT and its Records property will have a complete report of noncompliances.

If the document to convert contains images ImGearPDFPreflightConvertOptions.OutputIntentColorProfile should be initialized. Constructor of ImGearPDFPreflightConvertOptions initializes this property only if "ig_rgb_profile.icm" is placed in executable file directory. If this file is not placed in executable file directory user should initialize this property manually.

Conversion example can be found in description of ImGearPDFPreflight class.

See Also

Reference

ImGearPDFPreflight Class
ImGearPDFPreflight Members
ImGearPDFPreflightReport Class
ImGearPDFPreflightProfile Enumeration