|
pdfHTML 6.3.0 API
|
Interface for classes that can process HTML to PDF in the form of a iText.Kernel.Pdf.PdfDocument or a list of iText.Layout.Element.IElement objects. More...
Public Member Functions |
|
| Document | ProcessDocument (INode root, PdfDocument pdfDocument) |
| Parses HTML to add the content to a iText.Kernel.Pdf.PdfDocument. More... |
|
| IList< IElement > | ProcessElements (INode root) |
| Parses HTML to add the content to a list of iText.Layout.Element.IElement objects. More... |
|
Interface for classes that can process HTML to PDF in the form of a iText.Kernel.Pdf.PdfDocument or a list of iText.Layout.Element.IElement objects.
| Document iText.Html2pdf.Attach.IHtmlProcessor.ProcessDocument | ( | INode | root, |
| PdfDocument | pdfDocument | ||
| ) |
Parses HTML to add the content to a iText.Kernel.Pdf.PdfDocument.
| root | the root node of the HTML that needs to be parsed |
| pdfDocument | the iText.Kernel.Pdf.PdfDocument instance |
Implemented in iText.Html2pdf.Attach.Impl.DefaultHtmlProcessor.
| IList |
( | INode | root | ) |
Parses HTML to add the content to a list of iText.Layout.Element.IElement objects.
| root | the root node of the HTML that needs to be parsed |
Implemented in iText.Html2pdf.Attach.Impl.DefaultHtmlProcessor.