Click or drag to resize

PdfToTextClientgetTextFromFileAsync Method

Get the text from the specified pdf with an asynchronous call.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public string getTextFromFileAsync(
	string inputPdf
)

Parameters

inputPdf
Type: SystemString
Path to a local PDF file.

Return Value

Type: String
Extracted text.
See Also