Generated by
JDiff

com.itextpdf.pdfa.checker Documentation Differences

This file contains all the changes in documentation in the package com.itextpdf.pdfa.checker as colored differences. Deletions are shown like this , and additions are shown like this.
If no deletions or additions are shown in an entry, the HTML tags will be what has changed. The new HTML tags are shown in the differences. If no documentation existed, and then some was added in a later version, this change is noted in the appropriate class pages of differences, but the change is not shown on this page. Only changes in existing text are shown here. Similarly, documentation which was inherited from another class or interface is not shown here.
Note that an HTML error in the new documentation may cause the display of other documentation changes to be presented incorrectly. For instance, failure to close a tag will cause all subsequent paragraphs to be displayed differently.

Class PdfA1Checker, constructor PdfA1Checker(PdfAConformance)

Creates a PdfA1Checker with the required conformance level conformance @param conformanceLevel aConformance the required conformance level , a or b

Class PdfA2Checker, constructor PdfA2Checker(PdfAConformance)

Creates a PdfA2Checker with the required conformance level conformance @param conformanceLevel aConformance the required conformance level , a or u or b
Class PdfA2Checker, void checkFormXObject(PdfStream)

For pdf/a-2+ checkers use the this method {@code is overridden to use .checkFormXObject(PdfStream form, PdfStream contentStream) } method method. @param form the PdfStream to check

Class PdfA3Checker, constructor PdfA3Checker(PdfAConformance)

Creates a PdfA3Checker with the required conformance level conformance @param conformanceLevel aConformance the required conformance level , a or u or b

Class PdfA4Checker, constructor PdfA4Checker(PdfAConformance)

Creates a PdfA4Checker with the required conformance level conformance @param conformanceLevel aConformance the required conformance level

Class PdfAChecker, constructor PdfAChecker(PdfAConformance)

Creates a PdfAChecker with the required conformance level . @param conformanceLevel aConformance the required conformance level
Class PdfAChecker, void checkCatalog(PdfCatalog)

Verify the conformity of the pdf catalog. @param catalog the PdfCatalog of trailer to check . @deprecated Will become abstract in the next major release.
Class PdfAChecker, void checkColor(CanvasGraphicsState, Color, PdfDictionary, Boolean, PdfStream)

This method checks compliance with the color restrictions imposed by the available color spaces in the document. @param gState canvas graphics state @param color the color to check @param currentColorSpaces a PdfDictionary containing the color spaces used in the document @param fill whether the color is used for fill or stroke operations @param contentStream current content stream @deprecated This method will be abstract in next major release stream
Class PdfAChecker, void checkColorSpace(PdfColorSpace, PdfObject, PdfDictionary, boolean, Boolean)

This method performs a range of checks on the given color space, depending on the type and properties of that color space. @param colorSpace the color space to check @param pdfObject the pdf object to check color space in @param currentColorSpaces a PdfDictionary containing the color spaces used in the document @param checkAlternate whether or not to also check the parent color space @param fill whether the color space is used for fill or stroke operations @deprecated Will become abstract in the next major release. operations
Class PdfAChecker, void checkCrypto(PdfObject)

Verify the conformity of encryption usage. @param crypto Encryption encryption object to verify . @deprecated Will become abstract in the next major release.
Class PdfAChecker, void checkPageColorsUsages(PdfDictionary, PdfDictionary)

Verify the conformity of used color spaces on the page. @param pageDict the PdfDictionary contains contents for colors to be checked. checked @param pageResources the PdfDictionary contains resources for colors to be checked . @deprecated Will become abstract in the next major release.
Class PdfAChecker, void checkSignatureType(boolean)

This method checks compliance of the signature type type. @param isCAdES {@code true} is if CAdES sig signature type is used, false otherwise. {@ deprecated Will become abstract in the next code major false} release. otherwise
Class PdfAChecker, boolean checkStructure(PdfAConformance)

Checks conformance level of PDF/A standard. @param conformanceLevel aConformance the PdfAConformanceLevel PdfAConformance to be checked @return true if the specified conformanceLevel aConformance is a for PDF/A-1, PDF/A-2 or PDF/A-3
Class PdfAChecker, void checkText(String, PdfFont)

Verify the conformity of the text written by the specified font. @param text Text text to verify. verify @param font Font font to verify the text against . @deprecated Will become abstract in the next major release.