Uses of Class
com.itextpdf.kernel.pdf.WriterProperties
-
Packages that use WriterProperties Package Description com.itextpdf.kernel.pdf com.itextpdf.kernel.utils com.itextpdf.svg.converter -
-
Uses of WriterProperties in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as WriterProperties Modifier and Type Field Description protected WriterPropertiesPdfWriter. propertiesMethods in com.itextpdf.kernel.pdf that return WriterProperties Modifier and Type Method Description WriterPropertiesWriterProperties. addPdfAXmpMetadata(PdfAConformance aConformance)Adds PDF/A XMP metadata to the PDF document.WriterPropertiesWriterProperties. addPdfUaXmpMetadata(PdfUAConformance uaConformance)Adds PDF/UA XMP metadata to the PDF document.WriterPropertiesWriterProperties. addXmpMetadata()If true, default XMPMetadata based onPdfDocumentInfowill be added.WriterPropertiesPdfWriter. getProperties()Gets the writer properties.WriterPropertiesWriterProperties. setCompressionLevel(int compressionLevel)Defines the level of compression for the document.WriterPropertiesWriterProperties. setFullCompressionMode(boolean fullCompressionMode)Defines if full compression mode is enabled.WriterPropertiesWriterProperties. setInitialDocumentId(PdfString initialDocumentId)The /ID entry of a document contains an array with two entries.WriterPropertiesWriterProperties. setModifiedDocumentId(PdfString modifiedDocumentId)The /ID entry of a document contains an array with two entries.WriterPropertiesWriterProperties. setPdfVersion(PdfVersion version)Defines pdf version for the created document.WriterPropertiesWriterProperties. setPublicKeyEncryption(java.security.cert.Certificate[] certs, int[] permissions, int encryptionAlgorithm)Sets the certificate encryption options for the document.WriterPropertiesWriterProperties. setPublicKeyEncryption(java.security.cert.Certificate[] certs, int[] permissions, int encryptionAlgorithm, MacProperties macProperties)Sets the certificate encryption options for the document.WriterPropertiesWriterProperties. setStandardEncryption(byte[] userPassword, byte[] ownerPassword, int permissions, int encryptionAlgorithm)Sets the encryption options for the document.WriterPropertiesWriterProperties. setStandardEncryption(byte[] userPassword, byte[] ownerPassword, int permissions, int encryptionAlgorithm, MacProperties macProperties)Sets the encryption options for the document.WriterPropertiesWriterProperties. useSmartMode()Enables smart mode.Methods in com.itextpdf.kernel.pdf with parameters of type WriterProperties Modifier and Type Method Description private static voidPdfDocument. overrideFullCompressionInWriterProperties(WriterProperties properties, boolean readerHasXrefStream)Constructors in com.itextpdf.kernel.pdf with parameters of type WriterProperties Constructor Description PdfWriter(java.io.OutputStream os, WriterProperties properties)CreatesPdfWriterinstance, which writes to the passedOutputStream, using providedWriterProperties.PdfWriter(java.lang.String filename, WriterProperties properties)Create a PdfWriter writing to the passed filename and using the passed writer properties. -
Uses of WriterProperties in com.itextpdf.kernel.utils
Methods in com.itextpdf.kernel.utils with parameters of type WriterProperties Modifier and Type Method Description static PdfWriterCompareTool. createTestPdfWriter(java.lang.String filename, WriterProperties properties)CreatePdfWriteroptimized for tests.Constructors in com.itextpdf.kernel.utils with parameters of type WriterProperties Constructor Description MemoryFirstPdfWriter(java.lang.String filename, WriterProperties properties)MemoryFirstPdfWriter(java.lang.String filename, java.io.ByteArrayOutputStream outputStream, WriterProperties properties) -
Uses of WriterProperties in com.itextpdf.svg.converter
Methods in com.itextpdf.svg.converter with parameters of type WriterProperties Modifier and Type Method Description static voidSvgConverter. createPdf(java.io.File svgFile, java.io.File pdfFile, WriterProperties writerProps)static voidSvgConverter. createPdf(java.io.File svgFile, java.io.File pdfFile, ISvgConverterProperties props, WriterProperties writerProps)Converts SVG stored in aFileto a PDFFile, using specificISvgConverterPropertiesandWriterProperties.static voidSvgConverter. createPdf(java.io.InputStream svgStream, java.io.OutputStream pdfDest, WriterProperties writerProps)Create a single page pdf containing the SVG on its page using the default processing and drawing logicstatic voidSvgConverter. createPdf(java.io.InputStream svgStream, java.io.OutputStream pdfDest, ISvgConverterProperties props, WriterProperties writerProps)Create a single page pdf containing the SVG on its page using the default processing and drawing logic
-