Package org.verapdf.model.pdlayer
Interface PDDocument
the class corresponding to the high level PDF document structure
-
Method Summary
Modifier and TypeMethodDescriptiontrue if the catalog dictionary contains the AA entrytrue if the document contains alternate presentations (/AlternatePresentations entry in the document names dictionary)if the most common orientation is Square, then second most common orientation if existscolor space of output icc profiletrue at the end of parsing if there were no unhandled exceptionsvalue of Version key of the document catalog dictionaryMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries
-
Method Details
-
getcontainsAlternatePresentations
Boolean getcontainsAlternatePresentations()true if the document contains alternate presentations (/AlternatePresentations entry in the document names dictionary) -
getvalidPDF
Boolean getvalidPDF()true at the end of parsing if there were no unhandled exceptions -
getcontainsAA
Boolean getcontainsAA()true if the catalog dictionary contains the AA entry -
getoutputColorSpace
String getoutputColorSpace()color space of output icc profile -
getVersion
String getVersion()value of Version key of the document catalog dictionary -
getmostCommonOrientation
String getmostCommonOrientation()if the most common orientation is Square, then second most common orientation if exists
-