Uses of Class
org.apache.pdfbox.pdfwriter.compress.CompressParameters
Packages that use CompressParameters
Package
Description
This is the persistence layer used to write the PDFBox documents to a stream.
The PDModel package represents a high level API for creating and manipulating PDF documents.
-
Uses of CompressParameters in org.apache.pdfbox.multipdf
Methods in org.apache.pdfbox.multipdf with parameters of type CompressParametersModifier and TypeMethodDescriptionprivate voidPDFMergerUtility.legacyMergeDocuments(RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction, CompressParameters compressParameters) Merge the list of source documents, saving the result in the destination file.voidPDFMergerUtility.mergeDocuments(RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction, CompressParameters compressParameters) Merge the list of source documents, saving the result in the destination file.private voidPDFMergerUtility.optimizedMergeDocuments(RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction, CompressParameters compressParameters) -
Uses of CompressParameters in org.apache.pdfbox.pdfwriter
Fields in org.apache.pdfbox.pdfwriter declared as CompressParametersConstructors in org.apache.pdfbox.pdfwriter with parameters of type CompressParametersModifierConstructorDescriptionCOSWriter(OutputStream outputStream, CompressParameters compressParameters) COSWriter constructor. -
Uses of CompressParameters in org.apache.pdfbox.pdfwriter.compress
Fields in org.apache.pdfbox.pdfwriter.compress declared as CompressParametersModifier and TypeFieldDescriptionstatic final CompressParametersCompressParameters.DEFAULT_COMPRESSIONstatic final CompressParametersCompressParameters.NO_COMPRESSIONprivate final CompressParametersCOSWriterCompressionPool.parametersConstructors in org.apache.pdfbox.pdfwriter.compress with parameters of type CompressParametersModifierConstructorDescriptionCOSWriterCompressionPool(PDDocument document, CompressParameters parameters) Constructs an object that can be used to compress the contents of a givenPDDocument. -
Uses of CompressParameters in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel with parameters of type CompressParametersModifier and TypeMethodDescriptionvoidPDDocument.save(File file, CompressParameters compressParameters) Save the document using the given compression.voidPDDocument.save(OutputStream output, CompressParameters compressParameters) Save the document using the given compression.voidPDDocument.save(String fileName, CompressParameters compressParameters) Save the document to a file using the given compression.