Click or drag to resize

PdfToTextClientgetTextFromUrl Method

Get the text from the specified pdf.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public string getTextFromUrl(
	string url
)

Parameters

url
Type: SystemString
Address of the PDF file.

Return Value

Type: String
Extracted text.
See Also