Uses of Class
com.itextpdf.html2pdf.ConverterProperties
Packages that use ConverterProperties
Package
Description
-
Uses of ConverterProperties in com.itextpdf.html2pdf
Methods in com.itextpdf.html2pdf that return ConverterPropertiesModifier and TypeMethodDescriptionConverterProperties.setBaseUri(String baseUri) Sets the base URI.ConverterProperties.setCharset(String charset) Sets the encoding charset.ConverterProperties.setContinuousContainerEnabled(boolean value) Sets continuous container support.ConverterProperties.setCreateAcroForm(boolean createAcroForm) Sets the createAcroForm value.ConverterProperties.setCssApplierFactory(ICssApplierFactory cssApplierFactory) Sets the CSS applier factory.ConverterProperties.setDocumentOutputIntent(com.itextpdf.kernel.pdf.PdfOutputIntent outputIntent) Sets pdf document output intent (final destination device) to reproduce the color in the PDF.ConverterProperties.setEventMetaInfo(com.itextpdf.commons.actions.contexts.IMetaInfo metaInfo) Sets html meta info.ConverterProperties.setFontProvider(com.itextpdf.layout.font.FontProvider fontProvider) Sets the font provider.ConverterProperties.setImmediateFlush(boolean immediateFlush) Set the immediate flush property of the layout document.ConverterProperties.setLimitOfLayouts(int limitOfLayouts) Sets maximum number of layouts.ConverterProperties.setMediaDeviceDescription(com.itextpdf.styledxmlparser.css.media.MediaDeviceDescription mediaDeviceDescription) Sets the media device description.ConverterProperties.setOutlineHandler(OutlineHandler outlineHandler) Sets the outline handler.ConverterProperties.setPdfAConformance(com.itextpdf.kernel.pdf.PdfAConformance aConformance) Sets the generation and strictness level of the PDF/A that must be followed.ConverterProperties.setPdfUAConformance(com.itextpdf.kernel.pdf.PdfUAConformance uaConformance) Sets the generation and strictness level of the PDF/UA that must be followed.ConverterProperties.setResourceRetriever(com.itextpdf.styledxmlparser.resolver.resource.IResourceRetriever resourceRetriever) Sets the resource retriever.ConverterProperties.setTagWorkerFactory(ITagWorkerFactory tagWorkerFactory) Sets the TagWorkerFactory.Methods in com.itextpdf.html2pdf with parameters of type ConverterPropertiesModifier and TypeMethodDescriptionstatic com.itextpdf.layout.DocumentHtmlConverter.convertToDocument(InputStream htmlStream, com.itextpdf.kernel.pdf.PdfDocument pdfDocument, ConverterProperties converterProperties) Converts HTML obtained from anInputStreamto objects that will be added to aPdfDocument, using specificConverterProperties, returning aDocumentinstance.static com.itextpdf.layout.DocumentHtmlConverter.convertToDocument(InputStream htmlStream, com.itextpdf.kernel.pdf.PdfWriter pdfWriter, ConverterProperties converterProperties) Converts HTML obtained from anInputStreamto content that will be written to aPdfWriter, using specificConverterProperties, returning aDocumentinstance.static com.itextpdf.layout.DocumentHtmlConverter.convertToDocument(String html, com.itextpdf.kernel.pdf.PdfDocument pdfDocument, ConverterProperties converterProperties) Converts aStringcontaining HTML to objects that will be added to aPdfDocument, using specificConverterProperties, returning aDocumentinstance.static com.itextpdf.layout.DocumentHtmlConverter.convertToDocument(String html, com.itextpdf.kernel.pdf.PdfWriter pdfWriter, ConverterProperties converterProperties) Converts aStringcontaining HTML to content that will be written to aPdfWriter, using specificConverterProperties, returning aDocumentinstance.static ListHtmlConverter.convertToElements(InputStream htmlStream, ConverterProperties converterProperties) Converts HTML obtained from anInputStreamto aListof iText objects (IElementinstances), using specificConverterProperties.static ListHtmlConverter.convertToElements(String html, ConverterProperties converterProperties) Converts aStringcontaining HTML to aListof iText objects (IElementinstances), using specificConverterProperties.static voidHtmlConverter.convertToPdf(File htmlFile, File pdfFile, ConverterProperties converterProperties) static voidHtmlConverter.convertToPdf(InputStream htmlStream, com.itextpdf.kernel.pdf.PdfDocument pdfDocument, ConverterProperties converterProperties) Converts HTML obtained from anInputStreamto objects that will be added to aPdfDocument, using specificConverterProperties.static voidHtmlConverter.convertToPdf(InputStream htmlStream, com.itextpdf.kernel.pdf.PdfWriter pdfWriter, ConverterProperties converterProperties) Converts HTML obtained from anInputStreamto content that will be written to aPdfWriter, using specificConverterProperties.static voidHtmlConverter.convertToPdf(InputStream htmlStream, OutputStream pdfStream, ConverterProperties converterProperties) Converts HTML obtained from anInputStreamto a PDF written to anOutputStream.static voidHtmlConverter.convertToPdf(String html, com.itextpdf.kernel.pdf.PdfDocument pdfDocument, ConverterProperties converterProperties) Converts aStringcontaining HTML to objects that will be added to aPdfDocument, using specificConverterProperties.static voidHtmlConverter.convertToPdf(String html, com.itextpdf.kernel.pdf.PdfWriter pdfWriter, ConverterProperties converterProperties) Converts aStringcontaining HTML to PDF by writing PDF content to aPdfWriterinstance, using specificConverterProperties.static voidHtmlConverter.convertToPdf(String html, OutputStream pdfStream, ConverterProperties converterProperties) Converts aStringcontaining HTML to anOutputStreamcontaining PDF, using specificConverterProperties.static ProcessorContextProcessorContextCreator.createProcessorContext(ConverterProperties converterProperties) Crates ProcessorContext instances with IMetaInfo.Constructors in com.itextpdf.html2pdf with parameters of type ConverterPropertiesModifierConstructorDescriptionInstantiates a newConverterPropertiesinstance based on anotherConverterPropertiesinstance (copy constructor). -
Uses of ConverterProperties in com.itextpdf.html2pdf.attach
Methods in com.itextpdf.html2pdf.attach with parameters of type ConverterPropertiesModifier and TypeMethodDescriptionstatic ListAttacher.attach(com.itextpdf.styledxmlparser.node.IDocumentNode documentNode, ConverterProperties converterProperties) Attaches the HTML content stored in a document node to a list ofIElementobjects.static com.itextpdf.layout.DocumentAttacher.attach(com.itextpdf.styledxmlparser.node.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 iTextDocumentobject.Constructors in com.itextpdf.html2pdf.attach with parameters of type ConverterPropertiesModifierConstructorDescriptionProcessorContext(ConverterProperties converterProperties) Instantiates a newProcessorContextinstance. -
Uses of ConverterProperties in com.itextpdf.html2pdf.attach.impl
Constructors in com.itextpdf.html2pdf.attach.impl with parameters of type ConverterPropertiesModifierConstructorDescriptionDefaultHtmlProcessor(ConverterProperties converterProperties) Instantiates a new default html processor.