HiQPdf Documentation

PdfToHtml Class

HiQPdf Client for .NET Core
This class helps you to convert the pages of PDF document to HTML documents
Inheritance Hierarchy

SystemObject
  HiQPdfClientPdfToHtml

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public class PdfToHtml

The PdfToHtml type exposes the following members.

Constructors

  NameDescription
Public methodPdfToHtml(String)
Creates a PDF to HTML converter to connect on default port to a server given by IP address or by host name
Public methodPdfToHtml(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
Top
Properties

  NameDescription
Public propertyCreateHtmlPagesIndex
Controls if a HTML index file will be created for the HTML files resulted after conversion. The default value is true
Public propertyDPI
The PDF to HTML conversion dpi. The default value is 150
Public propertyMaxRunTime
The maximum time to run the PDF pages conversion to HTML
Public propertyOwnerPassword
The password to open the PDF document in owner mode
Public propertyPdfInfo
Gets the object encapsulating the PDF document properties. This objects is populated after tool execution finished
Public propertyPort
The server port number
Public propertySerialNumber
The serial number obtained after product purchase. This property can be set to null or can be left not set to enter evaluation mode
Public propertyServer
The server IP address or host name
Public propertyServerPassword
The password to access the server if the server is password protected
Public propertyUserPassword
The password to open the PDF document in user mode
Public propertyZoom
The zoom level of the HTML document resulted after conversion. The default value is 100
Top
Methods

  NameDescription
Public methodConvertToHtml(Byte)
Call this method to convert to HTML objects the pages of a PDF document contained in a memory buffer
Public methodConvertToHtml(Stream)
Call this method to convert to HTML objects the pages of a PDF document contained in a stream
Public methodConvertToHtml(String)
Call this method to convert to HTML objects the pages of a PDF file
Public methodConvertToHtml(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
Public methodConvertToHtml(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
Public methodConvertToHtml(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
Public methodConvertToHtml(Byte, Int32, Int32)
Call this method to convert to HTML objects a range of pages of a PDF document contained in a memory buffer
Public methodConvertToHtml(Stream, Int32, Int32)
Call this method to convert to HTML objects a range of pages of a PDF document contained in a stream
Public methodConvertToHtml(String, Int32, Int32)
Call this method to convert to HTML objects a range of pages of a PDF file
Public methodConvertToHtmlFiles(Byte, String, String)
Call this method to convert to HTML files the pages of a PDF document contained in a memory buffer
Public methodConvertToHtmlFiles(Stream, String, String)
Call this method to convert to HTML files the pages of a PDF document contained in a stream
Public methodConvertToHtmlFiles(String, String, String)
Call this method to convert to HTML files the pages of a PDF file
Public methodConvertToHtmlFiles(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
Public methodConvertToHtmlFiles(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
Public methodConvertToHtmlFiles(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
Public methodConvertToHtmlFiles(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
Public methodConvertToHtmlFiles(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
Public methodConvertToHtmlFiles(String, Int32, Int32, String, String)
Call this method to convert to HTML files a range of pages of a PDF file
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPdfPageCount(Byte)
Call this method to get the page count of a PDF document contained in a memory buffer
Public methodPdfPageCount(Stream)
Call this method to get the page count of a PDF document contained in a stream
Public methodPdfPageCount(String)
Call this method to get the page count of a PDF file
Public methodRaisePageConvertedToHtmlEvent(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
Public methodRaisePageConvertedToHtmlEvent(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
Public methodRaisePageConvertedToHtmlEvent(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
Public methodRaisePageConvertedToHtmlEvent(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
Public methodRaisePageConvertedToHtmlEvent(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
Public methodRaisePageConvertedToHtmlEvent(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
Public methodRaisePageConvertedToHtmlEvent(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
Public methodRaisePageConvertedToHtmlEvent(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
Public methodRaisePageConvertedToHtmlEvent(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
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events

  NameDescription
Public eventPdfPageConvertedToHtmlEvent
The event is raised after a PDF page has been converted to HTML
Top
See Also

Reference