The PdfToHtmlConverter type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CreateIndexFile |
A flag controlling if a HTML index file is also created when the PDF pages are converted to HTML files. The default value is true
| |
| IgnoreHiddenText |
A flag controlling if the hidden text from PDF is rendered to HTML. The default value is true
| |
| ImpersonationOptions |
The impersonation options used during tool execution
| |
| LicenseKey |
Gets or sets the license key string received from vendor.
If this property is null the tool will automatically enter in evaluation mode
| |
| OwnerPassword |
The owner password to be used to open a password protected 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 helper file. By default this file is expected to be found
in the same folder with .dll assembly.
| |
| Resolution |
The resolution in DPI of the HTML images. The default value is 150
| |
| RunTimeoutSec |
The maximum time allowed for this tool to run
| |
| UserPassword |
The user password to be used to open a password protected PDF document
| |
| Zoom |
The zoom percentage of the generated HTML content. The default value is 100
|
See Also