The PdfToTextConverter type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AddHtmlMetaTags |
A flag indicating if the converter should wrap the resulted text in a HTML document. The default value is false
|
![]() | HtmlCharset |
The charset of the HTML document wrapping the resulted text
|
![]() | ImpersonationOptions |
The impersonation options used during tool execution
|
![]() | Layout |
The text layout in the resulted text document
|
![]() | LicenseKey |
Gets or sets the license key string received from vendor.
If this property is null the tool will automatically enter in evaluation mode
|
![]() | MarkPageBreaks |
A flag indicating if the page breaks should be marked by PAGE_BREAK_MARK special character
in the resulted PDF document. The default value is false
|
![]() | OwnerPassword |
The owner password to be used to open a password protected PDF document
|
![]() ![]() | PAGE_BREAK_MARK |
The special character to mark the PDF pages in the resulted PDF document
|
![]() | PdfDocumentInfo |
Gets the object encapsulating the PDF document properties. This objects is populated after
tool execution finished
|
![]() | PdfToolFullPath |
Sets the full path of the .dat resource file. By default this file is expected to be found
in the same folder with .dll assembly
|
![]() | RunTimeoutSec |
The maximum time allowed for this tool to run
|
![]() | UserPassword |
The user password to be used to open a password protected PDF document
|
See Also