pdfHTML 6.0.0 API
|
This class is a wrapper on iText.Layout.Document , which is the default root element while creating a self-sufficient PDF. More...
Public Member Functions |
|
HtmlDocument (PdfDocument pdfDoc, PageSize pageSize, bool immediateFlush) | |
Creates a html document from a iText.Kernel.Pdf.PdfDocument with a manually set iText.Kernel.Geom.PageSize. More... |
|
override void | Relayout () |
This class is a wrapper on iText.Layout.Document , which is the default root element while creating a self-sufficient PDF.
This class is a wrapper on iText.Layout.Document , which is the default root element while creating a self-sufficient PDF. It contains several html-specific customizations.
|
inline |
Creates a html document from a iText.Kernel.Pdf.PdfDocument with a manually set iText.Kernel.Geom.PageSize.
pdfDoc | the in-memory representation of the PDF document |
pageSize | the page size |
immediateFlush | if true, write pages and page-related instructions to the iText.Kernel.Pdf.PdfDocument as soon as possible. |
|
inline |