PdfToTextClient Methods |
The PdfToTextClient type exposes the following members.
Name | Description | |
---|---|---|
getNumberOfPages |
Get the number of pages processed from the PDF document.
| |
getTextFromFile |
Get the text from the specified pdf.
| |
getTextFromFileAsync |
Get the text from the specified pdf with an asynchronous call.
| |
getTextFromFileToFile |
Get the text from the specified pdf and write it to the specified text file.
| |
getTextFromFileToFileAsync |
Get the text from the specified pdf with an asynchronous call and write it to the specified text file.
| |
getTextFromFileToStream |
Get the text from the specified pdf and write it to the specified stream.
| |
getTextFromFileToStreamAsync |
Get the text from the specified pdf with an asynchronous call and write it to the specified stream.
| |
getTextFromUrl |
Get the text from the specified pdf.
| |
getTextFromUrlAsync |
Get the text from the specified pdf with an asynchronous call.
| |
getTextFromUrlToFile |
Get the text from the specified pdf and write it to the specified text file.
| |
getTextFromUrlToFileAsync |
Get the text from the specified pdf with an asynchronous call and write it to the specified text file.
| |
getTextFromUrlToStream |
Get the text from the specified pdf and write it to the specified stream.
| |
getTextFromUrlToStreamAsync |
Get the text from the specified pdf with an asynchronous call and write it to the specified stream.
| |
searchFile(String, String) |
Search for a specific text in a PDF document. The search is case insensitive and returns partial words also.
| |
searchFile(String, String, Boolean, Boolean) |
Search for a specific text in a PDF document.
| |
searchFileAsync(String, String) |
Search for a specific text in a PDF document with an asynchronous call. The search is case insensitive and returns partial words also.
| |
searchFileAsync(String, String, Boolean, Boolean) |
Search for a specific text in a PDF document with an asynchronous call.
| |
searchUrl(String, String) |
Search for a specific text in a PDF document. The search is case insensitive and returns partial words also.
| |
searchUrl(String, String, Boolean, Boolean) |
Search for a specific text in a PDF document.
| |
searchUrlAsync(String, String) |
Search for a specific text in a PDF document with an asynchronous call. The search is case insensitive and returns partial words also.
| |
searchUrlAsync(String, String, Boolean, Boolean) |
Search for a specific text in a PDF document with an asynchronous call.
| |
setCustomParameter |
Set a custom parameter. Do not use this method unless advised by SelectPdf.
| |
setEndPage |
Set End Page number. Default value is 0 (process till the last page of the document).
| |
setOutputFormat |
Set the output format. The default value is OutputFormat.Text.
| |
setStartPage |
Set Start Page number. Default value is 1 (first page of the document).
| |
setTextLayout |
Set the text layout. The default value is TextLayout.Original.
| |
setTimeout |
Set the maximum amount of time (in seconds) for this job.
| |
setUserPassword |
Set PDF user password.
|