PdfToTextClientgetTextFromFileToFile Method |
Get the text from the specified pdf and write it to the specified text file.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public void getTextFromFileToFile(
string inputPdf,
string outputFilePath
)
Public Sub getTextFromFileToFile (
inputPdf As String,
outputFilePath As String
)
Parameters
- inputPdf
- Type: SystemString
Path to a local PDF file. - outputFilePath
- Type: SystemString
The output file where the resulted text will be written.
See Also