HiQPdf.Chromium Namespace
The HiQPdf.Chromium namespace contains the classes to convert HTML to PDF and HTML to Image.
GlobalSettings |
Contains global settings that configure the behavior of the library within application
|
HtmlToImage |
The HTML to Image converter class that can be used to convert HTML documents to raster images
|
HtmlToPdf |
The HTML to PDF converter class
|
HtmlToPdfConversionInfo |
Holds information about the result of an HTML to PDF conversion.
This object is populated after the conversion completes and is exposed by the ConversionInfo property
of the HTML to PDF converter. It contains details about the generated pages, inserted pages, and the total output.
|
HttpAuthentication |
Encapsulates a username and a password to resolve various types of HTTP authentication
|
Installation |
Contains global installation instructions that configure the behavior of the library within the application
|
KeyValue |
Represents a key value pair
|
KeyValueCollection |
Represents a collection of KeyValue objects
|
Licensing |
Manages the license settings for the library tools
|
PdfDigitalSignature |
This class controls the digital signature of the PDF document created by HTML to PDF Converter.
A reference to an object of this class is exposed by the DigitalSignature property of the PdfDocumentControl class.
An object of PdfDocumentControl class is exposed by the Document property of the HtmlToPdf class
|
PdfDigitalSignatureAppearance |
Controls the appearance of the digital signature applied to the PDF document created by HTML to PDF Converter.
The PdfDigitalSignature class exposes a reference to an object of this class
|
PdfDocumentControl |
This class controls the properties of the PDF document generated by the HTML to PDF Converter.
A reference to an object of this class is exposed by the Document property of the
HtmlToPdf class
|
PdfEditor |
Allows editing of existing PDF documents by adding HTML content, setting metadata,
applying security options, and digital signatures.
Use Save or SaveToFile(String) to generate the final PDF and release resources
|
PdfHtmlHeaderFooter |
A PDF Template can be used to repeat an HTML content in many PDF pages.
The HTML can contain placeholders such as {page-number} and {total-pages} to be replaced when the PDF is generated.
|
PdfHtmlTemplate |
A PDF Template can be used to repeat HTML content on multiple PDF pages.
The HTML content can contain placeholders such as {page-number} and {total-pages} to be replaced when generating the final PDF.
|
PdfMargins |
The PDF document margins class used by PDF pages
|
PdfMerge |
The PdfMerge class provides functionality to merge multiple PDF files or streams
into a single PDF document
|
PdfMergeInfo |
An object of this class is exposed by the PdfMerge class to provide details such as the total number of pages produced
and the number of pages from each merged document
|
PdfPadding |
Represents padding for a PDF element.
|
PdfPageInfo |
Represents page-specific information extracted from a loaded PDF document.
Includes details like page size, rotation, crop box, media box, and other boundaries.
All dimensions are expressed in points (1 point = 1/72 inch)
|
PdfPageSize |
The PDF page size class used to define the standard and custom sizes of a PDF document page
|
PdfProperties |
Controls the title, subject, keywords, author and the creation date of the PDF document generated by converter
|
PdfRectangle |
The coordinates of a rectangle
|
PdfSecurity |
Controls the security attributes of the generated PDF document
|
PdfSecurityInfo |
Represents security-related information extracted from a loaded PDF document.
Includes encryption status, permission flags and encryption algorithm details
|
PdfTableOfContents |
Controls the automatic creation of the table of contents in PDF from HTML heading tags
|
PdfViewer |
The PDF viewer preferences class controls the way the PDF document created by the HTML to PDF converter is displayed in a PDF viewer
|