Package com.mindee.pdf
Class PDFCompressor
- java.lang.Object
-
- com.mindee.pdf.PDFCompressor
-
- All Implemented Interfaces:
PDFCompression
public class PDFCompressor extends Object implements PDFCompression
PDF compression class.
-
-
Constructor Summary
Constructors Constructor Description PDFCompressor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]compressPDF(byte[] fileBytes, int imageQuality, Boolean forceSourceTextCompression, Boolean disableSourceText)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.mindee.pdf.PDFCompression
compressPDF, compressPDF, compressPDF
-
-
-
-
Method Detail
-
compressPDF
public byte[] compressPDF(byte[] fileBytes, int imageQuality, Boolean forceSourceTextCompression, Boolean disableSourceText) throws IOException- Specified by:
compressPDFin interfacePDFCompression- Throws:
IOException
-
-