CPDFConverter Class

This is the base class for all conversion operations.

Definition

Constructors

CPDFConverter Initializes a CPDFConverter object with the contents at the specified file path.

Properties

IsConverting Returns a bool value indicating whether a conversion operation is in progress.

Methods

Cancel Cancels the conversion task.
GetPagesCount Gets the total count of document pages.
InitLibrary Initialize the dynamic library of the ComPDFKit Conversion SDK.
InitOCRLibrary Load OCR dynamic libraries.
InitResource Initialize the resource file of the ComPDFKit Conversion SDK.
LicenseVerify Activate ComPDFKit Conversion SDK with your license string.
SetOCRModelPath Sets the folder path of OCR models.

See Also