Package | Description |
---|---|
com.itextpdf.html2pdf.attach | |
com.itextpdf.html2pdf.html | |
com.itextpdf.html2pdf.html.impl.jsoup | |
com.itextpdf.html2pdf.html.impl.jsoup.node |
Modifier and Type | Method and Description |
---|---|
static List |
Attacher.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 |
Attacher.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.
|
Modifier and Type | Method and Description |
---|---|
IDocumentNode |
IHtmlParser.parse(InputStream htmlStream, String charset)
Parses HTML provided as an InputStream and an encoding.
|
IDocumentNode |
IHtmlParser.parse(String html)
Parses HTML provided as a String .
|
Modifier and Type | Method and Description |
---|---|
IDocumentNode |
JsoupHtmlParser.parse(InputStream htmlStream, String charset) |
IDocumentNode |
JsoupHtmlParser.parse(String html) |
Modifier and Type | Class and Description |
---|---|
class |
JsoupDocumentNode
Implementation of the IDocumentNode interface; wrapper for the JSoup Document class.
|
Copyright © 1998–2019 iText Group NV. All rights reserved.