Package org.verapdf.model.pdlayer
Interface PDDocument
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangetcontainsAA()true if the catalog dictionary contains the AA entryBooleangetcontainsAlternatePresentations()true if the document contains alternate presentations (/AlternatePresentations entry in the document names dictionary)StringgetoutputColorSpace()color space of output icc profileBooleangetvalidPDF()true at the end of parsing if there were no unhandled exceptionsStringgetVersion()value of Version key of the document catalog dictionary-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Method Detail
-
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
-
-