PdfToTextConverter Properties |
The PdfToTextConverter type exposes the following members.
Name | Description | |
---|---|---|
AddHtmlMetaTags |
When this property is true the extracted text is included in a HTML document with the meta info taken
from the PDF document description. The default value is false.
| |
ClipText |
Do not return hidden text from the PDF document.
| |
DocumentInformation |
PDF document information. This property is populated after the requested operation (ConvertToText) is finished.
| |
EndPageNumber |
The page number where the text extraction will end. The default value is 0 which means that all the PDF document text
will be extracted starting from the StartPageNumber page.
| |
HtmlCharset |
The charset meta tag added to the generated HTML document. This property has effect only when the AddHtmlMetaTags
property is true. The default value is UTF-8.
| |
Layout |
Gets or sets the layout of the output text. The default value is OriginalLayout.
| |
LicenseKey |
The license key string received after the product purchase or
a demo license key for the demo version of the converter. This property must be set
before calling the text extraction method. When this property is null, the converter
will run in demo mode.
| |
MarkPageBreaks |
When this property is true a special character defined by the PAGE_BREAK_MARK property is inserted after the text extracted from each page.
The default value is false.
| |
PAGE_BREAK_MARK |
Gets the page break mark character used when the MarkPageBreaks property is true.
| |
PdfToolsFullPath |
Gets or sets the full path (including the file name) of the pdf tools engine helper file.
| |
PdfToolsTimeout |
Timeout in seconds for the current operation. Default value is 600 seconds.
| |
StartPageNumber |
The page number from where the text extraction will start. The default value is 1 which means the text extraction
will start from the first page.
| |
UserPassword |
The ASCII password to be used to open the PDF document for reading. The default value is null which means that
no password will be used to open the PDF document.
| |
xDf |
Internal use only.
|