public class PdfToHtmlPublic Class PdfToHtmlpublic ref class PdfToHtmltype PdfToHtml = class end| PdfToHtml | The PDF to HTML converter constructor |
| 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 |
| 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 | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (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 | (Inherited from Object) |
| PdfPageConvertedToHtmlEvent | The event is raised after a PDF page has been converted to HTML |