Class and Description |
---|
org.apache.fontbox.cff.AFMFormatter
will be removed in 2.0. The CFFParse will create the font metrics itself.
|
org.apache.pdfbox.encryption.DocumentEncryption
use the new security API instead.
|
org.apache.pdfbox.util.ICU4JImpl
will be removed in 2.0.0
|
org.apache.pdfbox.pdmodel.encryption.PDEncryptionManager
Made deprecated by the new security layer of PDFBox. Use SecurityHandlers instead.
|
org.apache.pdfbox.encryption.PDFEncryption
use the new security layer instead
|
org.apache.pdfbox.pdmodel.interactive.form.PDSignature
Use
PDSignatureField instead (see PDFBOX-1513). |
org.apache.pdfbox.pdmodel.encryption.PDStandardEncryption
Made deprecated by the new security layer of PDFBox. Use SecurityHandlers instead.
|
Exceptions and Description |
---|
org.apache.pdfbox.exceptions.WrappedException
java.lang.Exception itself has wrapper capabilities since Java 1.4
|
Constructor and Description |
---|
org.apache.fontbox.cff.CharStringConverter(int, int, IndexData, IndexData) |
org.apache.pdfbox.pdmodel.common.COSArrayList(E, COSBase, COSDictionary, String)
use the
COSArrayList.COSArrayList(Object, COSBase, COSDictionary, COSName) method instead |
org.apache.pdfbox.cos.COSInteger(int)
use the static
COSInteger.get(long) method instead |
org.apache.pdfbox.cos.COSInteger(long)
use the static
COSInteger.get(long) method instead |
org.apache.pdfbox.cos.COSInteger(String)
use the static
COSInteger.get(long) method instead |
org.apache.pdfbox.cos.COSString(boolean)
Not needed anymore. Use
COSString.COSString() instead. PDFBOX-1437 |
org.apache.pdfbox.util.TextPosition(int, float, float, Matrix, float, float, float, float, float, String, PDFont, float, int) |
org.apache.pdfbox.util.TextPosition(int, float, float, Matrix, Matrix, float, float, float, String, PDFont, float, int) |
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.