Click or drag to resize

CPDFConversionStartPDFToSearchablePDF Method

Starts the conversion of a PDF file to a searchable PDF.

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 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

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