PdfToHtml Class

This class helps you to convert the pages of PDF document to HTML documents

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public class PdfToHtml
Inheritance
Object    PdfToHtml

Constructors

PdfToHtml(String) Creates a PDF to HTML converter to connect on default port to a server given by IP address or by host name
PdfToHtml(String, UInt32) Creates a PDF to HTML converter to connect on the given port to a server given by IP address or by host name

Properties

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
Port The server port number
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
Server The server IP address or host name
ServerPassword The password to access the server if the server is password protected
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

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
ToString
(Inherited from Object)

Events

PdfPageConvertedToHtmlEvent The event is raised after a PDF page has been converted to HTML

See Also