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, trailerDictOK
getText, hasFilters, isAlreadyOK, satisfiesProfile, xObjectsOK
public 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 PdfProfile
protected boolean xObjectOK(PdfDictionary xo)
XProfileBase
xObjectOK
in class XProfileBase