-
Classes Class Description com.itextpdf.kernel.pdf.tagutils.TagTreePointer.TagTreeIteratorApproverWithStop change ITagTreeIteratorHandler#nextElement to return boolean showing whether the iteration should be continued. It will allow to get rid of this ugly workaround.com.itextpdf.layout.font.ComplexFontSelectorStrategy was replaced byFirstMatchFontSelectorStrategy
.com.itextpdf.layout.font.FontSelectorStrategy replaced byIFontSelectorStrategy
.com.itextpdf.pdfua.checkers.utils.TagTreeHandlerUtil com.itextpdf.signatures.CertificateVerifier starting from 8.0.5.CertificateChainValidator
should be used instead.com.itextpdf.signatures.CRLVerifier starting from 8.0.5.CRLValidator
should be used instead.com.itextpdf.signatures.LtvVerifier starting from 8.0.5.SignatureValidator
should be used instead.com.itextpdf.signatures.OCSPVerifier starting from 8.0.5.OCSPValidator
should be used instead.com.itextpdf.signatures.RootStoreVerifier starting from 8.0.5.CertificateChainValidator
should be used instead.com.itextpdf.signatures.validation.v1.extensions.BasicConstraintsExtension since 8.0.5. To be removed.com.itextpdf.signatures.VerificationOK starting from 8.0.5.ReportItem
should be used instead.com.itextpdf.styledxmlparser.jsoup.safety.Whitelist As of releasev1.14.1
, this class is deprecated in favour ofSafelist
. The name has been changed with the intent of promoting more inclusive language.Safelist
is a drop-in replacement, and no further changes other than updating the name in your code are required to cleanly migrate. This class will be removed inv1.15.1
. Until that release, this class acts as a shim to maintain code compatibility (source and binary).For a clear rationale of the removal of this change, please see Terminology, Power, and Inclusive Language in Internet-Drafts and RFCs
-
Enums Enum Description com.itextpdf.signatures.PdfSignatureAppearance.RenderingMode
-
Constructors Constructor Description com.itextpdf.kernel.utils.PdfMerger(PdfDocument, boolean, boolean) usePdfMerger(PdfDocument, PdfMergerProperties)
constructorcom.itextpdf.signatures.OcspClientBouncyCastle(OCSPVerifier) starting from 8.0.5.OcspClientBouncyCastle()
should be used instead. If required,IBasicOCSPResp
can be checked usingOCSPValidator
class.com.itextpdf.styledxmlparser.jsoup.safety.Cleaner(Whitelist) as of 1.14.1.