Click or drag to resize

PdfToTextClientgetTextFromFileToStreamAsync Method

Get the text from the specified pdf with an asynchronous call and write it to the specified stream.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public void getTextFromFileToStreamAsync(
	string inputPdf,
	Stream stream
)

Parameters

inputPdf
Type: SystemString
Path to a local PDF file.
stream
Type: System.IOStream
The output stream where the resulted PDF will be written.
See Also