public final class X2Profile extends XProfileBase
_bleedBoxPresent, _xType, PDFX1, PDFX1A, PDFX2, PDFX3_module, _parser, _profileText, _raf| Constructor and Description |
|---|
X2Profile(PdfModule module)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
formObjectOK(PdfDictionary xo)
Checks if a Form xobject is valid.
|
boolean |
satisfiesThisProfile()
Returns
true if the document satisfies the profile. |
bboxOK, checkPrefsAgainstBleedBox, extGStateOK, filterOK, imageObjectOK, infoDictOK, isBleedBoxPresent, outputIntentsOK, trailerDictOK, xObjectOKgetText, hasFilters, isAlreadyOK, satisfiesProfile, xObjectsOKpublic X2Profile(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 formObjectOK(PdfDictionary xo)
formObjectOK in class XProfileBase