Click or drag to resize

CPDFConversion Class

Provides functionalities to convert PDF files into various formats such as Word, Excel, PPT, HTML, etc.
Inheritance Hierarchy
SystemObject
  ComPDF_Conversion.ConversionCPDFConversion

Namespace: ComPDF_Conversion.Conversion
Assembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntax
C#
public class CPDFConversion

The CPDFConversion type exposes the following members.

Constructors
 NameDescription
Public methodCPDFConversion 
Top
Methods
 NameDescription
Public methodStatic memberCancel Cancels any ongoing PDF conversion process.
Public methodStatic memberStartPDFToExcel Starts the conversion of a PDF file to an Excel document.
Public methodStatic memberStartPDFToHtml Starts the conversion of a PDF file to an HTML document.
Public methodStatic memberStartPDFToImage Starts the conversion of a PDF file to an image format.
Public methodStatic memberStartPDFToJson Starts the conversion of a PDF file to a JSON file.
Public methodStatic memberStartPDFToMarkdown Starts the conversion of a PDF file to a Markdown document.
Public methodStatic memberStartPDFToPpt Starts the conversion of a PDF file to a PowerPoint presentation.
Public methodStatic memberStartPDFToRtf Starts the conversion of a PDF file to an RTF document.
Public methodStatic memberStartPDFToSearchablePDF Starts the conversion of a PDF file to a searchable PDF.
Public methodStatic memberStartPDFToTxt Starts the conversion of a PDF file to a plain text file.
Public methodStatic memberStartPDFToWord Starts the conversion of a PDF file to a Word document.
Top
See Also