ExpertPdf Html to Pdf Converter Library
Namespaces
Namespaces
ExpertPdf Html to Pdf Converter Library
Namespaces
NamespaceDescription
ExpertPdf.HtmlToPdf
ExpertPdf.HtmlToPdf defines the HTML to PDF and HTML to image conversion API. The main classes of the namespace are PdfConverter and ImgCoverter that can be used to convert web pages and HTML strings to PDF documents and images.

ExpertPdf.HtmlToPdf.PdfDocument
ExpertPdf.HtmlToPdf.PdfDocument offers access to the PDF document created by the HTML to PDF Converter for advanced customizations. The PDF document created by the converter can be obtained from the PostConvertActionEvent event handler arguments. This event is raised by the PdfConverter object write before saving the PDF document. The main class of the namespace is the Document class which can be used to obtain the collection of PDF pages. New PDF pages can be added to the document and new elements can be added to the PDF pages.