Generated by
JDiff

Class com.itextpdf.pdfa.checker.PdfAChecker

Added interface com.itextpdf.kernel.utils.IValidationChecker.

Added Methods
void  checkColor( CanvasGraphicsState, Color , PdfDictionary , Boolean , PdfStream ) This method checks compliance with the color restrictions imposed by the available color spaces in the document.
void  validateDocument( ValidationContext)  
void  validateObject( Object, IsoKey , PdfResources , PdfStream , Object )  
 

Changed Methods
void  checkOutputIntents( PdfDictionary) Documentation changed from old to new.
Verify the conformity of the output intents array in the catalog dictionary.
void  checkColor( Color, PdfDictionary , Boolean , PdfStream ) Documentation changed from old to new.
Now deprecated.
in favor of {@code checkColor(CanvasGraphicsState gState, Color color, PdfDictionary currentColorSpaces, Boolean fill, PdfStream contentStream)}