PdfToTextClientgetTextFromUrlToStream 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 getTextFromUrlToStream(
string url,
Stream stream
)
Public Sub getTextFromUrlToStream (
url As String,
stream As Stream
)
Parameters
- url
- Type: SystemString
Address of the PDF file. - stream
- Type: System.IOStream
The output stream where the resulted PDF will be written.
See Also