Click or drag to resize

CPDFConversionStartPDFToPpt Method

Starts the conversion of a PDF file to a PowerPoint presentation.

Namespace: ComPDF_Conversion.Conversion
Assembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntax
C#
public static ErrorCode StartPDFToPpt(
	string file_path,
	string password,
	string output_path,
	PptOptions options
)

Parameters

file_path  String
The input PDF file path.
password  String
Password for opening the PDF file (if required).
output_path  String
The output path of the converted file.
options  PptOptions
PDF to Ppt conversion options.

Return Value

ErrorCode
ErrorCode indicating the success or failure of the operation.
See Also