Class PdfA1Checker
java.lang.Object
com.itextpdf.text.pdf.internal.PdfAChecker
com.itextpdf.text.pdf.internal.PdfA1Checker
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanprotected intstatic final intstatic final intstatic final intstatic final doublestatic final intstatic final PdfNameprotected booleanstatic final PdfNameFields inherited from class PdfAChecker
conformanceLevel, fileCache, isCheckOutputIntent, LOGGER, pdfaDestOutputIntent, pdfaOutputIntentColorSpace -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckAction(PdfWriter writer, int key, Object obj1) protected voidcheckAnnotation(PdfWriter writer, int key, Object obj1) protected voidcheckCanvas(PdfWriter writer, int key, Object obj1) protected voidcheckColor(PdfWriter writer, int key, Object obj1) protected voidcheckFileSpec(PdfWriter writer, int key, Object obj1) protected voidprotected voidprotected voidcheckFormXObj(PdfWriter writer, int key, Object obj1) protected voidcheckGState(PdfWriter writer, int key, Object obj1) protected voidcheckImage(PdfWriter writer, int key, Object obj1) protected voidcheckInlineImage(PdfWriter writer, int key, Object obj1) protected voidcheckLayer(PdfWriter writer, int key, Object obj1) protected voidcheckOutputIntent(PdfWriter writer, int key, Object obj1) protected voidcheckPdfObject(PdfWriter writer, int key, Object obj1) protected voidcheckStream(PdfWriter writer, int key, Object obj1) protected voidcheckStructElem(PdfWriter writer, int key, Object obj1) protected voidcheckTrailer(PdfWriter writer, int key, Object obj1) voidMethods inherited from class PdfAChecker
cacheObject, checkFlag, checkOutputIntentsInStamperMode, checkPdfAConformance, checkStructure, getDirectArray, getDirectDictionary, getDirectObject, getDirectStream, useExternalCache
-
Field Details
-
setState
-
noOp
-
allowedAnnotTypes
-
allowedNamedActions
-
restrictedActions
-
contentAnnotations
-
keysForCheck
-
maxRealValue
public static final double maxRealValue- See Also:
-
maxStringLength
public static final int maxStringLength- See Also:
-
maxArrayLength
public static final int maxArrayLength- See Also:
-
maxDictionaryLength
public static final int maxDictionaryLength- See Also:
-
maxGsStackDepth
public static final int maxGsStackDepth- See Also:
-
gsStackDepth
protected int gsStackDepth -
rgbUsed
protected boolean rgbUsed -
cmykUsed
protected boolean cmykUsed -
grayUsed
protected boolean grayUsed
-
-
Constructor Details
-
PdfA1Checker
PdfA1Checker(PdfAConformanceLevel conformanceLevel)
-
-
Method Details
-
initKeysForCheck
- Specified by:
initKeysForCheckin classPdfAChecker
-
checkFont
- Specified by:
checkFontin classPdfAChecker
-
checkImage
- Specified by:
checkImagein classPdfAChecker
-
checkFormXObj
- Specified by:
checkFormXObjin classPdfAChecker
-
checkInlineImage
- Specified by:
checkInlineImagein classPdfAChecker
-
checkGState
- Specified by:
checkGStatein classPdfAChecker
-
checkLayer
- Specified by:
checkLayerin classPdfAChecker
-
checkTrailer
- Specified by:
checkTrailerin classPdfAChecker
-
checkStream
- Specified by:
checkStreamin classPdfAChecker
-
checkFileSpec
- Specified by:
checkFileSpecin classPdfAChecker
-
checkPdfObject
- Specified by:
checkPdfObjectin classPdfAChecker
-
checkCanvas
- Specified by:
checkCanvasin classPdfAChecker
-
checkColor
- Specified by:
checkColorin classPdfAChecker
-
checkAnnotation
- Specified by:
checkAnnotationin classPdfAChecker
-
checkAction
- Specified by:
checkActionin classPdfAChecker
-
checkForm
- Specified by:
checkFormin classPdfAChecker
-
checkStructElem
- Specified by:
checkStructElemin classPdfAChecker
-
checkOutputIntent
- Specified by:
checkOutputIntentin classPdfAChecker
-
close
- Specified by:
closein classPdfAChecker
-