CPDFConversionStartPDFToImage Method
|
Starts the conversion of a PDF file to an image format.
Namespace: ComPDF_Conversion.ConversionAssembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntaxpublic static ErrorCode StartPDFToImage(
string file_path,
string password,
string output_path,
ImageOptions 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(s).
- options ImageOptions
- PDF to Image conversion options.
Return Value
ErrorCodeErrorCode indicating the success or failure of the operation.
See Also