Helper class to add parsed HTML content to an existing iText document, or to parse HTML to a list of iText elements. More...
|
static Document |
Attach (IDocumentNode documentNode, PdfDocument pdfDocument, ConverterProperties converterProperties) |
|
Attaches the HTML content stored in a document node to an existing PDF document, using specific converter properties, and returning an iText iText.Layout.Document object. More...
|
|
static IList< IElement > |
Attach (IDocumentNode documentNode, ConverterProperties converterProperties) |
|
Attaches the HTML content stored in a document node to a list of iText.Layout.Element.IElement objects. More...
|
|
Helper class to add parsed HTML content to an existing iText document, or to parse HTML to a list of iText elements.
◆ Attach() [1/2]
static IList iText.Html2pdf.Attach.Attacher.Attach |
( |
IDocumentNode |
documentNode, |
|
|
ConverterProperties |
converterProperties |
|
) |
|
|
|
inlinestatic |
Attaches the HTML content stored in a document node to a list of iText.Layout.Element.IElement objects.
-
Parameters
-
-
Returns
-
the list of iText.Layout.Element.IElement objects
◆ Attach() [2/2]
static Document iText.Html2pdf.Attach.Attacher.Attach |
( |
IDocumentNode |
documentNode, |
|
|
PdfDocument |
pdfDocument, |
|
|
ConverterProperties |
converterProperties |
|
) |
|
|
|
inlinestatic |
Attaches the HTML content stored in a document node to an existing PDF document, using specific converter properties, and returning an iText iText.Layout.Document object.
-
Parameters
-
-
Returns
-
an iText iText.Layout.Document object