This class helps you to convert the pages of PDF document to HTML documents
Inheritance Hierarchy
HiQPdfPdfToHtml
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
The PdfToHtml type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PdfToHtml |
The PDF to HTML converter constructor
|
Properties
Name | Description | |
---|---|---|
CreateHtmlPagesIndex |
Controls if a HTML index file will be created for the HTML files resulted after conversion. The default value is true
| |
DPI |
The PDF to HTML conversion dpi. The default value is 150
| |
MaxRunTime |
The maximum time to run the PDF pages conversion to HTML
| |
OwnerPassword |
The password to open the PDF document in owner mode
| |
PdfInfo |
Gets the object encapsulating the PDF document properties. This objects is populated after
tool execution finished
| |
SerialNumber |
The serial number obtained after product purchase. This property can be set to null or can be left not set to enter evaluation mode
| |
UserPassword |
The password to open the PDF document in user mode
| |
Zoom |
The zoom level of the HTML document resulted after conversion. The default value is 100
|
Methods
Name | Description | |
---|---|---|
ConvertToHtml(Byte) |
Call this method to convert to HTML objects the pages of a PDF document contained in a memory buffer
| |
ConvertToHtml(Stream) |
Call this method to convert to HTML objects the pages of a PDF document contained in a stream
| |
ConvertToHtml(String) |
Call this method to convert to HTML objects the pages of a PDF file
| |
ConvertToHtml(Byte, Int32) |
Call this method to convert to HTML objects the pages of a PDF document contained in a memory buffer starting from a PDF page number to the end of the PDF document
| |
ConvertToHtml(Stream, Int32) |
Call this method to convert to HTML objects the pages of a PDF document contained in a stream starting from a PDF page number to the end of the PDF document
| |
ConvertToHtml(String, Int32) |
Call this method to convert to HTML objects the pages of a PDF file starting from a PDF page number to the end of the PDF document
| |
ConvertToHtml(Byte, Int32, Int32) |
Call this method to convert to HTML objects a range of pages of a PDF document contained in a memory buffer
| |
ConvertToHtml(Stream, Int32, Int32) |
Call this method to convert to HTML objects a range of pages of a PDF document contained in a stream
| |
ConvertToHtml(String, Int32, Int32) |
Call this method to convert to HTML objects a range of pages of a PDF file
| |
ConvertToHtmlFiles(Byte, String, String) |
Call this method to convert to HTML files the pages of a PDF document contained in a memory buffer
| |
ConvertToHtmlFiles(Stream, String, String) |
Call this method to convert to HTML files the pages of a PDF document contained in a stream
| |
ConvertToHtmlFiles(String, String, String) |
Call this method to convert to HTML files the pages of a PDF file
| |
ConvertToHtmlFiles(Byte, Int32, String, String) |
Call this method to convert to HTML files the pages of a PDF document contained in a memory buffer starting from a PDF page number to the end of the PDF document
| |
ConvertToHtmlFiles(Stream, Int32, String, String) |
Call this method to convert to HTML files the pages of a PDF document contained in a stream starting from a PDF page number to the end of the PDF document
| |
ConvertToHtmlFiles(String, Int32, String, String) |
Call this method to convert to HTML files the pages of a PDF file starting from a PDF page number to the end of the PDF document
| |
ConvertToHtmlFiles(Byte, Int32, Int32, String, String) |
Call this method to convert to HTML files a range of pages of a PDF document contained in a memory buffer
| |
ConvertToHtmlFiles(Stream, Int32, Int32, String, String) |
Call this method to convert to HTML files a range of pages of a PDF document contained in a stream
| |
ConvertToHtmlFiles(String, Int32, Int32, String, String) |
Call this method to convert to HTML files a range of pages of a PDF file
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PdfPageCount(Byte) |
Call this method to get the page count of a PDF document contained in a memory buffer
| |
PdfPageCount(Stream) |
Call this method to get the page count of a PDF document contained in a stream
| |
PdfPageCount(String) |
Call this method to get the page count of a PDF file
| |
RaisePageConvertedToHtmlEvent(Byte) |
Call this method to convert to HTML the pages of a PDF document contained in a memory buffer and raise the PdfPageConvertedToHtmlEvent event
after a PDF page has been converted
| |
RaisePageConvertedToHtmlEvent(Stream) |
Call this method to convert to HTML the pages of a PDF document contained in a stream and raise the PdfPageConvertedToHtmlEvent event
after a PDF page has been converted
| |
RaisePageConvertedToHtmlEvent(String) |
Call this method to convert to HTML the pages of a PDF file and raise the PdfPageConvertedToHtmlEvent event
after a PDF page has been converted
| |
RaisePageConvertedToHtmlEvent(Byte, Int32) |
Call this method to convert to HTML the pages of a PDF document contained in a memory buffer starting from a PDF page number to the end of the PDF document
and raise the PdfPageConvertedToHtmlEvent event
after a PDF page has been converted
| |
RaisePageConvertedToHtmlEvent(Stream, Int32) |
Call this method to convert to HTML the pages of a PDF document contained in a stream starting from a PDF page number to the end of the PDF document
and raise the PdfPageConvertedToHtmlEvent event
after a PDF page has been converted
| |
RaisePageConvertedToHtmlEvent(String, Int32) |
Call this method to convert to HTML the pages of a PDF file starting from a PDF page number to the end of the PDF document
and raise the PdfPageConvertedToHtmlEvent event
after a PDF page has been converted
| |
RaisePageConvertedToHtmlEvent(Byte, Int32, Int32) |
Call this method to convert to HTML a range of pages of a PDF document contained in a memory buffer
and raise the PdfPageConvertedToHtmlEvent event
after a PDF page has been converted
| |
RaisePageConvertedToHtmlEvent(Stream, Int32, Int32) |
Call this method to rasterize a range of pages of a PDF document contained in a stream and raise the PdfPageConvertedToHtmlEvent event
after a PDF page has been converted HTML
| |
RaisePageConvertedToHtmlEvent(String, Int32, Int32) |
Call this method to convert to HTML a range of pages of a PDF file and raise the PdfPageConvertedToHtmlEvent event
after a PDF page has been converted
| |
SetRdaFilePath |
Call this method with the fully qualified name of HiQPdf.rda when this file is installed
in a different folder from the HiQPdf.dll folder
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Events
Name | Description | |
---|---|---|
PdfPageConvertedToHtmlEvent |
The event is raised after a PDF page has been converted to HTML
|
See Also