public final class X1aProfile extends XProfileBase
_bleedBoxPresent, _xType, PDFX1, PDFX1A, PDFX2, PDFX3_module, _parser, _profileText, _raf| Constructor and Description |
|---|
X1aProfile(PdfModule module)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
satisfiesThisProfile()
Returns
true if the document satisfies the profile. |
void |
setX1Profile(X1Profile x1)
Calling setX1Profile links this X1aProfiler to an X1Profiler.
|
bboxOK, checkPrefsAgainstBleedBox, extGStateOK, filterOK, formObjectOK, imageObjectOK, infoDictOK, isBleedBoxPresent, outputIntentsOK, trailerDictOK, xObjectOKgetText, hasFilters, isAlreadyOK, satisfiesProfile, xObjectsOKpublic X1aProfile(PdfModule module)
module - The module under which we are checking the profile.public void setX1Profile(X1Profile x1)
public boolean satisfiesThisProfile()
true if the document satisfies the profile.
If setX1Profile hasn't been called,
creates a temporary X1Profile and tests against that profile first.
Either way, X1Profile.isX1aCompliant is then called
to determine the X-1/a compliance status.satisfiesThisProfile in class PdfProfile