Package | Description |
---|---|
com.itextpdf.tool.xml |
XMLWorker package provides a framework to parse XML to PDF with iText.
|
com.itextpdf.tool.xml.html |
Everything to parse HTML tags to pdf used by the HtmlPipeline is in here.
|
com.itextpdf.tool.xml.pipeline.html |
Contains pipeline stuff for HTML
|
Modifier and Type | Method and Description |
---|---|
protected TagProcessorFactory |
XMLWorkerHelper.getDefaultTagProcessorFactory()
Retrieves the default factory for processing HTML tags from Tags.getHtmlTagProcessorFactory() .
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTagProcessorFactory
A Default implementation of the TagProcessorFactory that uses a map to store the TagProcessors.
|
Modifier and Type | Method and Description |
---|---|
static TagProcessorFactory |
Tags.getHtmlTagProcessorFactory()
Returns a new DefaultTagProcessorFactory
|
Modifier and Type | Method and Description |
---|---|
HtmlPipelineContext |
HtmlPipelineContext.setTagFactory(TagProcessorFactory tagFactory)
Set the TagProcessorFactory to be used.
|
Copyright © 1998–2017. All rights reserved.