PdfToTextClientgetTextFromFileToStream Method |
Get the text from the specified pdf and write it to the specified stream.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public void getTextFromFileToStream(
string inputPdf,
Stream stream
)
Public Sub getTextFromFileToStream (
inputPdf As String,
stream As 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