CPDFConversionStartPDFToSearchablePDF Method
|
Starts the conversion of a PDF file to a searchable PDF.
Namespace: ComPDF_Conversion.ConversionAssembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntaxpublic static ErrorCode StartPDFToSearchablePDF(
string file_path,
string password,
string output_path,
SearchablePdfOptions 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 SearchablePdfOptions
- PDF to Searchable PDF conversion options.
Return Value
ErrorCodeErrorCode indicating the success or failure of the operation.
See Also