Click or drag to resize

PdfToTextClientgetTextFromUrlToFile Method

Get the text from the specified pdf and write it to the specified text file.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public void getTextFromUrlToFile(
	string url,
	string outputFilePath
)

Parameters

url
Type: SystemString
Address of the PDF file.
outputFilePath
Type: SystemString
The output file where the resulted text will be written.
See Also