Package org.verapdf.model.external
Interface EmbeddedFile
- All Known Implementing Classes:
GFEmbeddedFile
embedded file
-
Method Summary
Modifier and TypeMethodDescriptiontrue if this file is a valid PDF/A document (Part 1 or Part 2) on its owntrue if this file is a valid PDF/A document (Part 1, Part 2 or Part 4) on its ownMIME type of the embedded file (/Subtype entry in the embedded file dictionary)Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Method Details
-
getSubtype
String getSubtype()MIME type of the embedded file (/Subtype entry in the embedded file dictionary) -
getisValidPDFA12
Boolean getisValidPDFA12()true if this file is a valid PDF/A document (Part 1 or Part 2) on its own -
getisValidPDFA124
Boolean getisValidPDFA124()true if this file is a valid PDF/A document (Part 1, Part 2 or Part 4) on its own
-