|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.harvard.hul.ois.jhove.module.pdf.PdfProfile
edu.harvard.hul.ois.jhove.module.pdf.XProfileBase
edu.harvard.hul.ois.jhove.module.pdf.X2Profile
public final class X2Profile
PDF profile checker for PDF/X-2 documents. See ISO Standard ISO 15930-2:2003(E), "Graphic technology - Prepress digital data exchange Use of PDF - Part 2: Partial exchange of printing data (PDF/X-2)"
Field Summary |
---|
Fields inherited from class edu.harvard.hul.ois.jhove.module.pdf.XProfileBase |
---|
_bleedBoxPresent, _xType, PDFX1, PDFX1A, PDFX2, PDFX3 |
Fields inherited from class edu.harvard.hul.ois.jhove.module.pdf.PdfProfile |
---|
_module, _parser, _profileText, _raf |
Constructor Summary | |
---|---|
X2Profile(PdfModule module)
Constructor. |
Method Summary | |
---|---|
protected boolean |
formObjectOK(PdfDictionary xo)
Checks if a Form xobject is valid. |
boolean |
satisfiesThisProfile()
Returns true if the document satisfies the profile. |
Methods inherited from class edu.harvard.hul.ois.jhove.module.pdf.XProfileBase |
---|
bboxOK, checkPrefsAgainstBleedBox, extGStateOK, filterOK, imageObjectOK, infoDictOK, isBleedBoxPresent, outputIntentsOK, trailerDictOK, xObjectOK |
Methods inherited from class edu.harvard.hul.ois.jhove.module.pdf.PdfProfile |
---|
getText, hasFilters, isAlreadyOK, satisfiesProfile, xObjectsOK |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public X2Profile(PdfModule module)
module
- The module under which we are checking the profile.Method Detail |
---|
public boolean satisfiesThisProfile()
true
if the document satisfies the profile.
satisfiesThisProfile
in class PdfProfile
protected boolean formObjectOK(PdfDictionary xo)
formObjectOK
in class XProfileBase
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |