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 PdfAChecker, void checkColor(Color, PdfDictionary, Boolean, PdfStream)

This method checks compliance with the color restrictions imposed by the available color spaces in the document. This method will be abstract in update 7.2 @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 stream @deprecated in favor of {@code checkColor(CanvasGraphicsState gState, Color color, PdfDictionary currentColorSpaces, Boolean fill, PdfStream contentStream)}
Class PdfAChecker, void checkOutputIntents(PdfDictionary)

Verify the conformity of the output intents array in the catalog dictionary. @param catalog catalogOrPageDict the PdfDictionary of a catalog or page to check