public class Attacher extends Object
| Modifier and Type | Method and Description |
|---|---|
static List |
attach(IDocumentNode documentNode, ConverterProperties converterProperties)
Attaches the HTML content stored in a document node to a list of IElement objects.
|
static com.itextpdf.layout.Document |
attach(IDocumentNode documentNode, com.itextpdf.kernel.pdf.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 Document object.
|
public static com.itextpdf.layout.Document attach(IDocumentNode documentNode, com.itextpdf.kernel.pdf.PdfDocument pdfDocument, ConverterProperties converterProperties)
Document object.
documentNode - the document node with the HTML
pdfDocument - the PdfDocument instance
converterProperties - the ConverterProperties instance
Document object
public static Listattach(IDocumentNode documentNode, ConverterProperties converterProperties)
IElement objects.
documentNode - the document node with the HTML
converterProperties - the ConverterProperties instance
IElement objects
Copyright © 1998–2019 iText Group NV. All rights reserved.