Package com.itextpdf.tool.xml.pipeline.html
Contains pipeline stuff for HTML
-
Interface Summary Interface Description FileMaker ImageProvider A Provider for Images found in HTML.LinkProvider -
Class Summary Class Description AbstractImageProvider AutoDocPipeline This pipeline can automagically create documents.HtmlPipeline The HtmlPipeline transforms received tags and content to PDF Elements.
To configure this pipeline aHtmlPipelineContext
.HtmlPipelineContext The CustomContext object for the HtmlPipeline.
Use this to configure yourHtmlPipeline
.StackKeeper Simple wrapper of aList
to putElement
s in that are created by inner tags of the given Tag.UrlLinkResolver -
Exception Summary Exception Description NoImageProviderException NoStackException Thrown when a StackKeeper was expected but could not be retrieved.