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.ctx |
Collection of
CustomContext and
WorkerContext implementations. |
Modifier and Type | Method | Description |
---|---|---|
CustomContext |
WorkerContext.get(java.lang.String key) |
Modifier and Type | Method | Description |
---|---|---|
CSSResolver |
AbstractTagProcessor.getCSSResolver(WorkerContext context) |
Utility method that fetches the CSSResolver from the if any and if it uses the default key.
|
HtmlPipelineContext |
AbstractTagProcessor.getHtmlPipelineContext(WorkerContext context) |
Utility method that fetches the HtmlPipelineContext used if any and if it
uses the default key.
|
Modifier and Type | Method | Description |
---|---|---|
CustomContext |
WorkerContextImpl.get(java.lang.String klass) |
Copyright © 1998–2018. All rights reserved.