Uses of Package
com.itextpdf.tool.xml.html
Packages that use com.itextpdf.tool.xml.html
Package
Description
XMLWorker package provides a framework to parse XML to PDF with iText.
Contains classes that can apply css rules on certain
Element
s.Everything to parse HTML tags to pdf used by the
HtmlPipeline
is in here.TagProcessor implementations for tags in HTML head.
TagProcessor implementations for
table
tags.Contains pipeline stuff for HTML
-
Classes in com.itextpdf.tool.xml.html used by com.itextpdf.tool.xml
-
Classes in com.itextpdf.tool.xml.html used by com.itextpdf.tool.xml.css.apply
-
Classes in com.itextpdf.tool.xml.html used by com.itextpdf.tool.xml.htmlClassDescriptionAbstract TagProcessor that allows setting the configuration object to a protected member variable.
ImplementsTagProcessor.startElement(WorkerContext, Tag)
andTagProcessor.endElement(WorkerContext, Tag, List)
to calculate font sizes and add new pages if needed.
Extend from this class instead of implementingTagProcessor
to benefit from auto fontsize metric conversion to pt and page-break-before/after insertion.An interface for applying custom rules to a certain tag.Applies CSS to an Element using the appliers from thecom.itextpdf.tool.xml.css.apply
.Internal Object to keep TagProcessors.Helper class to keep the PdfOutline structure for Headers.A TagProcessorFactory creates TagProcessors used by theXMLWorker
. -
Classes in com.itextpdf.tool.xml.html used by com.itextpdf.tool.xml.html.headClassDescriptionAbstract TagProcessor that allows setting the configuration object to a protected member variable.
ImplementsTagProcessor.startElement(WorkerContext, Tag)
andTagProcessor.endElement(WorkerContext, Tag, List)
to calculate font sizes and add new pages if needed.
Extend from this class instead of implementingTagProcessor
to benefit from auto fontsize metric conversion to pt and page-break-before/after insertion. -
Classes in com.itextpdf.tool.xml.html used by com.itextpdf.tool.xml.html.tableClassDescriptionAbstract TagProcessor that allows setting the configuration object to a protected member variable.
ImplementsTagProcessor.startElement(WorkerContext, Tag)
andTagProcessor.endElement(WorkerContext, Tag, List)
to calculate font sizes and add new pages if needed.
Extend from this class instead of implementingTagProcessor
to benefit from auto fontsize metric conversion to pt and page-break-before/after insertion. -
Classes in com.itextpdf.tool.xml.html used by com.itextpdf.tool.xml.pipeline.html