HiQPdf Documentation

HTML Converters

HiQPdf Client for .NET Core

The HTML Converters are capable of rendering HTML documents to various output formats. Currently there are three HTML converters: the HTML to PDF converter, the HTML to Image converter and the HTML to SVG converter .

The HTML rendering engine is capable to render most of the HTML 5 and CSS 3 elements. The rendering engine does not depend on any installed browser and does not use any third party applications or printer drivers.

HTML Converter Classes

The classes representing HTML converters are derived from the HtmlConverterBase class. The classes representing the converters described above are : HtmlToPdf class, HtmlToImage class and HtmlToSvg class. In the distributed package there are samples for all the HTML converters.

See Also

Other Resources