ComPDFKit_Conversion.Converter Namespace

 

Classes

CPDFConverter This is the base class for all conversion operations.
CPDFConverterCsv PDF to CSV conversion operation object(derived class of CPDFConverter).
CPDFConverterExcel PDF to Excel conversion operation object(derived class of CPDFConverter).
CPDFConverterHTML PDF to HTML conversion operation object(derived class of CPDFConverter).
CPDFConverterImg PDF to Image conversion operation object (derived class of CPDFConverter).
CPDFConverterJsonPDF Operation object (derived class of CPDFConverter) to convert the text,table,image in a PDF file to JSON.
CPDFConverterJsonTable Operation object (derived class of CPDFConverter) to convert a table in a PDF file to JSON.
CPDFConverterJsonText Operation object (derived class of CPDFConverter) to convert the text in a PDF file to JSON.
CPDFConverterPPT PDF to Excel conversion operation object(derived class of CPDFConverter).
CPDFConverterRTF PDF to RTF conversion operation object(derived class of CPDFConverter).
CPDFConverterSearchablePDF Operation object (derived from CPDFConverter) creates a searchable PDF from a PDF of an image, such as a scanned document.
CPDFConverterTxt PDF to TXT conversion operation object (derived class of CPDFConverter)
CPDFConverterWord PDF to Word conversion operation object(derived class of CPDFConverter).
CPDFConvertFactroy  

Delegates

OnProgress The delegate for the CPDFConverter object,called when a conversion operation finishes working on a page in a document.

Enumerations

ConvertError Error code.
CPDFConvertType Create a PDF format converter object based on the input parameters, so that the program can use this object to convert the PDF file into the specified other file format.