-
Classes Class Description org.apache.pdfbox.encryption.DocumentEncryption use the new security API instead.org.apache.pdfbox.encryption.PDFEncryption use the new security layer insteadorg.apache.pdfbox.pdmodel.encryption.PDEncryptionManager Made deprecated by the new security layer of PDFBox. Use SecurityHandlers instead.org.apache.pdfbox.pdmodel.encryption.PDStandardEncryption Made deprecated by the new security layer of PDFBox. Use SecurityHandlers instead.org.apache.pdfbox.pdmodel.interactive.form.PDSignature UsePDSignatureField
instead (see PDFBOX-1513).org.apache.pdfbox.util.ICU4JImpl will be removed in 2.0.0
-
Exceptions Exceptions Description org.apache.pdfbox.exceptions.WrappedException java.lang.Exception itself has wrapper capabilities since Java 1.4
-
Constructors Constructor Description org.apache.pdfbox.cos.COSInteger(long) use the staticCOSInteger.get(long)
method insteadorg.apache.pdfbox.cos.COSString(boolean) Not needed anymore. UseCOSString()
instead. PDFBOX-1437org.apache.pdfbox.pdmodel.common.COSArrayList(E, COSBase, COSDictionary, String) use theCOSArrayList(Object, COSBase, COSDictionary, COSName)
method insteadorg.apache.pdfbox.util.TextPosition(int, float, float, Matrix, Matrix, float, float, float, String, PDFont, float, int)