public final class X3Profile extends XProfileBase
_bleedBoxPresent, _xType, PDFX1, PDFX1A, PDFX2, PDFX3_module, _parser, _profileText, _raf| Constructor and Description |
|---|
X3Profile(PdfModule module)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
satisfiesThisProfile()
Returns
true if the document satisfies the profile. |
protected boolean |
xObjectOK(PdfDictionary xo)
Checks a single XObject for xObjectsOK.
|
bboxOK, checkPrefsAgainstBleedBox, extGStateOK, filterOK, formObjectOK, imageObjectOK, infoDictOK, isBleedBoxPresent, outputIntentsOK, trailerDictOKgetText, hasFilters, isAlreadyOK, satisfiesProfile, xObjectsOKpublic X3Profile(PdfModule module)
module - The module under which we are checking the profile.public boolean satisfiesThisProfile()
true if the document satisfies the profile.satisfiesThisProfile in class PdfProfileprotected boolean xObjectOK(PdfDictionary xo)
XProfileBasexObjectOK in class XProfileBase