Class | Description |
---|---|
org.apache.pdfbox.encryption.DocumentEncryption |
use the new security API instead.
|
org.apache.pdfbox.encryption.PDFEncryption |
use the new security layer instead
|
org.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 |
Use
PDSignatureField instead (see PDFBOX-1513). |
org.apache.pdfbox.util.ICU4JImpl |
will be removed in 2.0.0
|
Exceptions | Description |
---|---|
org.apache.pdfbox.exceptions.WrappedException |
java.lang.Exception itself has wrapper capabilities since Java 1.4
|
Constructor | Description |
---|---|
org.apache.pdfbox.cos.COSInteger(long) |
use the static
COSInteger.get(long) method instead |
org.apache.pdfbox.cos.COSString(boolean) |
Not needed anymore. Use
COSString() instead. PDFBOX-1437 |
org.apache.pdfbox.pdmodel.common.COSArrayList(E, COSBase, COSDictionary, String) |
use the
COSArrayList(Object, COSBase, COSDictionary, COSName) method instead |
org.apache.pdfbox.util.TextPosition(int, float, float, Matrix, Matrix, float, float, float, String, PDFont, float, int) |