Generated by
JDiff

Class com.itextpdf.pdfa.checker.PdfAChecker

Changed Constructors
PdfAChecker( PdfAConformanceLevel) Documentation changed from old to new.
Creates a PdfAChecker with the required conformance level.
 

Changed Methods
void  checkAction( PdfDictionary) Documentation changed from old to new.
Checks if the action is allowed.
void  checkAnnotation( PdfDictionary) Documentation changed from old to new.
Verify the conformity of the annotation dictionary.
void  checkCatalogValidEntries( PdfDictionary) Documentation changed from old to new.
Checks if entries in catalog dictionary are valid.
void  checkColorsUsages() Documentation changed from old to new.
Verify the conformity of used color spaces.
void  checkFileSpec( PdfDictionary) Documentation changed from old to new.
Verify the conformity of the file specification dictionary.
boolean  checkFlag( int, int ) Documentation changed from old to new.
Checks if the specified flag is set.
void  checkForm( PdfDictionary) Documentation changed from old to new.
Verify the conformity of the form dictionary.
void  checkFormXObject( PdfStream) Documentation changed from old to new.
Verify the conformity of the form XObject dictionary.
void  checkImage( PdfStream, PdfDictionary ) Documentation changed from old to new.
Verify the conformity of the given image.
void  checkLogicalStructure( PdfDictionary) Documentation changed from old to new.
Performs a number of checks on the logical structure of the document.
void  checkMetaData( PdfDictionary) Documentation changed from old to new.
Performs a number of checks on the metadata of the document.
void  checkNonSymbolicTrueTypeFont( PdfTrueTypeFont) Documentation changed from old to new.
Verify the conformity of the non-symbolic TrueType font.
void  checkOutputIntents( PdfDictionary) Documentation changed from old to new.
Verify the conformity of the output intents array in the catalog dictionary.
void  checkPageObject( PdfDictionary, PdfDictionary ) Documentation changed from old to new.
Verify the conformity of the page dictionary.
void  checkPageSize( PdfDictionary) Documentation changed from old to new.
Checks the allowable size of the page.
void  checkPageTransparency( PdfDictionary, PdfDictionary ) Documentation changed from old to new.
Verify the conformity of the page transparency.
void  checkPdfArray( PdfArray) Documentation changed from old to new.
Verify the conformity of the PDF array.
void  checkPdfDictionary( PdfDictionary) Documentation changed from old to new.
Verify the conformity of the PDF dictionary.
void  checkPdfName( PdfName) Documentation changed from old to new.
Verify the conformity of the PDF name.
void  checkPdfNumber( PdfNumber) Documentation changed from old to new.
Verify the conformity of the PDF number.
void  checkPdfStream( PdfStream) Documentation changed from old to new.
Verify the conformity of the PDF stream.
void  checkPdfString( PdfString) Documentation changed from old to new.
Verify the conformity of the PDF string.
void  checkResources( PdfDictionary) Documentation changed from old to new.
Verify the conformity of the resources dictionary.
boolean  checkStructure( PdfAConformanceLevel) Documentation changed from old to new.
Checks conformance level of PDF/A standard.
void  checkSymbolicTrueTypeFont( PdfTrueTypeFont) Documentation changed from old to new.
Verify the conformity of the symbolic TrueType font.
void  checkTrailer( PdfDictionary) Documentation changed from old to new.
Verify the conformity of the trailer dictionary.
Set  getAllowedNamedActions() Documentation changed from old to new.
Retrieve allowed actions in conforming document.
Set  getForbiddenActions() Documentation changed from old to new.
Retrieve forbidden actions in conforming document.
boolean  isAlreadyChecked( PdfDictionary) Documentation changed from old to new.
Checks whether the specified dictionary was already checked.