| Class and Description |
|---|
| com.itextpdf.kernel.crypto.AESCipherCBCnoPad
the AES-CBC cipher is a low-level cryptographic primitive
that requires careful understanding to use it safely.
This class is only a thin wrapper and is not intended for general use.
Instead, use API provided by cryptography libraries directly
or rely on high-level PDF encryption functionality.
|
| com.itextpdf.kernel.pdf.DocumentInfoHelper
functionality moved to pdfDocument.
|
| Method and Description |
|---|
| com.itextpdf.kernel.pdf.colorspace.PdfColorSpace.getName()
in favour of
PdfColorSpace.getColorspaceName() |
| com.itextpdf.kernel.pdf.colorspace.PdfSpecialCs.Separation.getName()
in favour of
PdfSpecialCs.Separation.getSeparationColorName() |
| com.itextpdf.kernel.pdf.PdfConformance.isPdfAOrUa()
Use
PdfConformance.conformsToAny() instead, which also checks for Well Tagged PDF conformance. |
| com.itextpdf.kernel.pdf.DocumentProperties.registerDependency(Class<?>, Object) |
| com.itextpdf.kernel.pdf.PdfConformance.setConformanceToXmp(XMPMeta, PdfConformance)
Use
PdfConformance.setConformanceToXmp(XMPMeta) method of PdfConformance instance instead. |
| Constructor and Description |
|---|
com.itextpdf.kernel.pdf.layer.PdfLayer(PdfDictionary)
PdfLayer shall not be created from PdfDictionary,
since some of the properties are not part of that dictionary.
Instead, already existing layers shall be accessed through PdfOCProperties.getLayers(). |
Copyright © 1998–2026 Apryse Group NV. All rights reserved.