Click or drag to resize

PdfToTextClientgetTextFromFile 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 getTextFromFile(
	string inputPdf
)

Parameters

inputPdf
Type: SystemString
Path to a local PDF file.

Return Value

Type: String
Extracted text.
See Also