- CATALOG_PROCESS - Static variable in class org.apache.pdfbox.preflight.PreflightConfiguration
-
- CatalogValidationProcess - Class in org.apache.pdfbox.preflight.process
-
This ValidationProcess check if the Catalog entries are confirming with the PDF/A-1b specification.
- CatalogValidationProcess() - Constructor for class org.apache.pdfbox.preflight.process.CatalogValidationProcess
-
- checkAAField() - Method in class org.apache.pdfbox.preflight.annotation.WidgetAnnotationValidator
-
The AA field is forbidden for the Widget annotation when the PDF is a PDF/A.
- checkActions() - Method in class org.apache.pdfbox.preflight.annotation.AnnotationValidator
-
Extract a list of ActionManager from the Annotation dictionary and valid them.
- checkAlternates() - Method in class org.apache.pdfbox.preflight.xobject.XObjImageValidator
-
- checkAP() - Method in class org.apache.pdfbox.preflight.annotation.AnnotationValidator
-
This method checks the AP entry of the Annotation Dictionary.
- checkBPC() - Method in class org.apache.pdfbox.preflight.xobject.XObjImageValidator
-
Valid values are 1, 2, 4 and 8, not 16, see
here.
- checkCA() - Method in class org.apache.pdfbox.preflight.annotation.AnnotationValidator
-
Check if the CA value is 1.0.
- checkCIDSet(PDFontDescriptor) - Method in class org.apache.pdfbox.preflight.font.descriptor.CIDType0DescriptorHelper
-
If the embedded font is a subset, the CIDSet entry is mandatory and must be a Stream.
- checkCIDSet(PDFontDescriptor) - Method in class org.apache.pdfbox.preflight.font.descriptor.CIDType2DescriptorHelper
-
If the embedded font is a subset, the CIDSet entry is mandatory and must be a Stream.
- checkCIDSystemInfo(COSDictionary) - Method in class org.apache.pdfbox.preflight.font.DescendantFontValidator
-
Check the content of the CIDSystemInfo dictionary.
- checkCIDSystemInfo(COSDictionary) - Method in class org.apache.pdfbox.preflight.font.Type0FontValidator
-
Check the content of the CIDSystemInfo dictionary.
- checkCIDToGIDMap(COSBase) - Method in class org.apache.pdfbox.preflight.font.CIDType0FontValidator
-
- checkCIDToGIDMap(COSBase) - Method in class org.apache.pdfbox.preflight.font.CIDType2FontValidator
-
- checkCIDToGIDMap(COSBase) - Method in class org.apache.pdfbox.preflight.font.DescendantFontValidator
-
This method checks the CIDtoGIDMap entry of the Font dictionary.
- checkCIDToGIDMap(COSBase, boolean) - Method in class org.apache.pdfbox.preflight.font.DescendantFontValidator
-
This method checks the CIDtoGIDMap entry of the Font dictionary.
- checkCMapEncoding(COSBase) - Method in class org.apache.pdfbox.preflight.font.Type0FontValidator
-
- checkColorOperators(String) - Method in class org.apache.pdfbox.preflight.content.PreflightStreamEngine
-
This method validates if the ColorOperator can be used with the color space
defined in OutputIntent dictionaries.
- checkColors() - Method in class org.apache.pdfbox.preflight.annotation.AnnotationValidator
-
Return true if the C field is present in the Annotation dictionary and if the RGB profile is used in the
DestOutputProfile of the OutputIntent dictionary.
- checkColorSpace(PreflightContext, PDPage, PDShading) - Method in class org.apache.pdfbox.preflight.process.reflect.ShadingPatternValidationProcess
-
Checks if the ColorSapce entry is consistent which rules of the PDF Reference and the ISO 190005-1:2005
Specification.
- checkColorSpaceAndImageMask() - Method in class org.apache.pdfbox.preflight.xobject.XObjImageValidator
-
- checkConformanceLevel(List<ValidationResult.ValidationError>, String) - Method in class org.apache.pdfbox.preflight.metadata.PDFAIdentificationValidation
-
- checkDest() - Method in class org.apache.pdfbox.preflight.annotation.LinkAnnotationValidator
-
Check if the Dest element is authorized according to the A entry
- checkDictionaryEntries(PreflightContext, COSStream) - Method in class org.apache.pdfbox.preflight.process.StreamValidationProcess
-
Check dictionary entries.
- checkEncoding() - Method in class org.apache.pdfbox.preflight.font.FontValidator
-
- checkEncoding() - Method in class org.apache.pdfbox.preflight.font.TrueTypeFontValidator
-
- checkEncoding() - Method in class org.apache.pdfbox.preflight.font.Type0FontValidator
-
Check the CMap entry.
- checkEncoding() - Method in class org.apache.pdfbox.preflight.font.Type1FontValidator
-
- checkEncoding() - Method in class org.apache.pdfbox.preflight.font.Type3FontValidator
-
For a Type3 font, the mapping between the Character Code and the
Character name is entirely defined in the /Encoding entry.
- checkFilters(COSStream, PreflightContext) - Method in class org.apache.pdfbox.preflight.process.StreamValidationProcess
-
This method checks if one of declared Filter is LZWdecode.
- checkFlags() - Method in class org.apache.pdfbox.preflight.annotation.AnnotationValidator
-
Checks if flags of the annotation are authorized.
- checkFlags() - Method in class org.apache.pdfbox.preflight.annotation.TextAnnotationValidator
-
- checkFontFileMetaData(PDFontDescriptor, PDStream) - Method in class org.apache.pdfbox.preflight.font.descriptor.FontDescriptorHelper
-
Type0, Type1 and TrueType FontValidator call this method to check the FontFile meta data.
- checkGlyphWidth(int) - Method in class org.apache.pdfbox.preflight.font.container.FontContainer
-
Check that the Width or W entry in the PDF matches the widths in the embedded font program.
- checkGraphicState(PreflightContext, PDPage, PDShading) - Method in class org.apache.pdfbox.preflight.process.reflect.ShadingPatternValidationProcess
-
Check the Extended Graphic State contains in the ShadingPattern dictionary if it is present.
- checkGroup() - Method in class org.apache.pdfbox.preflight.xobject.XObjFormValidator
-
A Form XObject may contain a Group object (Key =" Group").
- checkIColors() - Method in class org.apache.pdfbox.preflight.annotation.LineAnnotationValidator
-
Return true if the IC field is present in the Annotation dictionary and if the RGB profile is used in the
DestOutputProfile of the OutputIntent dictionary.
- checkIColors() - Method in class org.apache.pdfbox.preflight.annotation.SquareCircleAnnotationValidator
-
Return true if the IC field is present in the Annotation dictionary and if the RGB profile is used in the
DestOutputProfile of the OutputIntent dictionary.
- checkIntent() - Method in class org.apache.pdfbox.preflight.xobject.XObjImageValidator
-
- checkInterpolate() - Method in class org.apache.pdfbox.preflight.xobject.XObjImageValidator
-
- checkLinearizedDictionary(PreflightContext, COSDictionary) - Method in class org.apache.pdfbox.preflight.process.TrailerValidationProcess
-
Check if mandatory keys of linearized dictionary are present.
- checkMainTrailer(PreflightContext, COSDictionary) - Method in class org.apache.pdfbox.preflight.process.TrailerValidationProcess
-
check if all keys are authorized in a trailer dictionary and if the type is valid.
- checkMandatoryField() - Method in class org.apache.pdfbox.preflight.font.DescendantFontValidator
-
- checkMandatoryField() - Method in class org.apache.pdfbox.preflight.font.SimpleFontValidator
-
- checkMandatoryField() - Method in class org.apache.pdfbox.preflight.font.Type3FontValidator
-
- checkMandatoryFields() - Method in class org.apache.pdfbox.preflight.annotation.AnnotationValidator
-
Checks if all mandatory fields of an annotation are present.
- checkMandatoryFields(COSDictionary) - Method in class org.apache.pdfbox.preflight.font.descriptor.FontDescriptorHelper
-
- checkMandatoryFields(COSDictionary) - Method in class org.apache.pdfbox.preflight.font.descriptor.Type1DescriptorHelper
-
- checkMandatoryFields() - Method in class org.apache.pdfbox.preflight.font.Type0FontValidator
-
This methods extracts from the Font dictionary all mandatory fields.
- checkMandatoryFields(PreflightContext, PDPage, PDTilingPattern) - Method in class org.apache.pdfbox.preflight.process.reflect.TilingPatternValidationProcess
-
This method checks if required fields are present.
- checkMandatoryFields() - Method in class org.apache.pdfbox.preflight.xobject.AbstractXObjValidator
-
This method checks if required fields are present.
- checkMandatoryFields() - Method in class org.apache.pdfbox.preflight.xobject.XObjFormValidator
-
- checkMandatoryFields() - Method in class org.apache.pdfbox.preflight.xobject.XObjImageValidator
-
- checkMandatoryFields() - Method in class org.apache.pdfbox.preflight.xobject.XObjPostscriptValidator
-
- checkNeedAppearences(PreflightContext, PDAcroForm) - Method in class org.apache.pdfbox.preflight.process.AcroFormValidationProcess
-
This method checks if the NeedAppearances entry is present.
- checkOPI() - Method in class org.apache.pdfbox.preflight.xobject.AbstractXObjValidator
-
According the ISO 190005:1-2005 specification, a XObject can't have an OPI entry in its dictionary.
- checkPartNumber(List<ValidationResult.ValidationError>, int) - Method in class org.apache.pdfbox.preflight.metadata.PDFAIdentificationValidation
-
- checkPopup() - Method in class org.apache.pdfbox.preflight.annotation.AnnotationValidator
-
This method validates the Popup entry.
- checkPostscriptXObject() - Method in class org.apache.pdfbox.preflight.xobject.AbstractXObjValidator
-
According the ISO 190005:1-2005 specification, PostScript XObjects are forbidden.
- checkPS() - Method in class org.apache.pdfbox.preflight.xobject.XObjFormValidator
-
Check if there are no PS entry in the Form XObject dictionary
- checkReferenceXObject() - Method in class org.apache.pdfbox.preflight.xobject.AbstractXObjValidator
-
According the ISO 190005:1-2005 specification, a XObject can't have an Ref entry in its dictionary.
- checkSetColorSpaceOperators(Operator, List<COSBase>) - Method in class org.apache.pdfbox.preflight.content.PreflightStreamEngine
-
This method validates if the ColorSpace used as operand is consistent with
the color space defined in OutputIntent dictionaries.
- checkShowTextOperators(Operator, List<?>) - Method in class org.apache.pdfbox.preflight.content.PreflightContentStream
-
Process Text Validation.
- checkSMask() - Method in class org.apache.pdfbox.preflight.xobject.AbstractXObjValidator
-
This method checks the SMask entry in the XObject dictionary.
- checkSpecificMandatoryFields() - Method in class org.apache.pdfbox.preflight.annotation.AnnotationValidator
-
Override this method to check the presence of specific fields
- checkSpecificMandatoryFields() - Method in class org.apache.pdfbox.preflight.annotation.FreeTextAnnotationValidator
-
- checkSpecificMandatoryFields() - Method in class org.apache.pdfbox.preflight.annotation.InkAnnotationValidator
-
- checkSpecificMandatoryFields() - Method in class org.apache.pdfbox.preflight.annotation.LineAnnotationValidator
-
- checkStreamFilterUsage(PDDocument) - Method in class org.apache.pdfbox.preflight.process.MetadataValidationProcess
-
Check if metadata dictionary has no stream filter
- checkSubtype2Value() - Method in class org.apache.pdfbox.preflight.xobject.XObjFormValidator
-
Check the SUbtype2 entry according to the ยง6.2.5 of the ISO 190005-1:2005 specification.
- checkToUnicode() - Method in class org.apache.pdfbox.preflight.font.FontValidator
-
- checkTR2Key(PreflightContext, COSDictionary) - Method in class org.apache.pdfbox.preflight.process.reflect.ExtGStateValidationProcess
-
Check the TR2 entry.
- checkTrailersForLinearizedPDF14(PreflightContext) - Method in class org.apache.pdfbox.preflight.process.TrailerValidationProcess
-
Extracts and compares first and last trailers for PDF version between 1.1 and 1.4.
- checkTrailersForLinearizedPDF15(PreflightContext) - Method in class org.apache.pdfbox.preflight.process.TrailerValidationProcess
-
Accesses and compares First and Last trailers for a PDF version higher than 1.4.
- checkTRKey(PreflightContext, COSDictionary) - Method in class org.apache.pdfbox.preflight.process.reflect.ExtGStateValidationProcess
-
Check the TR entry.
- CIDType0Container - Class in org.apache.pdfbox.preflight.font.container
-
- CIDType0Container(PDCIDFontType0) - Constructor for class org.apache.pdfbox.preflight.font.container.CIDType0Container
-
- CIDType0DescriptorHelper - Class in org.apache.pdfbox.preflight.font.descriptor
-
- CIDType0DescriptorHelper(PreflightContext, PDFontLike, CIDType0Container) - Constructor for class org.apache.pdfbox.preflight.font.descriptor.CIDType0DescriptorHelper
-
- CIDType0FontValidator - Class in org.apache.pdfbox.preflight.font
-
- CIDType0FontValidator(PreflightContext, PDCIDFontType0) - Constructor for class org.apache.pdfbox.preflight.font.CIDType0FontValidator
-
- CIDType2Container - Class in org.apache.pdfbox.preflight.font.container
-
- CIDType2Container(PDCIDFontType2) - Constructor for class org.apache.pdfbox.preflight.font.container.CIDType2Container
-
- CIDType2DescriptorHelper - Class in org.apache.pdfbox.preflight.font.descriptor
-
- CIDType2DescriptorHelper(PreflightContext, PDFontLike, CIDType2Container) - Constructor for class org.apache.pdfbox.preflight.font.descriptor.CIDType2DescriptorHelper
-
- CIDType2FontValidator - Class in org.apache.pdfbox.preflight.font
-
- CIDType2FontValidator(PreflightContext, PDCIDFontType2) - Constructor for class org.apache.pdfbox.preflight.font.CIDType2FontValidator
-
- CircleAnnotationValidator - Class in org.apache.pdfbox.preflight.annotation
-
Validation class for the Circle Annotation
- CircleAnnotationValidator(PreflightContext, COSDictionary) - Constructor for class org.apache.pdfbox.preflight.annotation.CircleAnnotationValidator
-
- clear() - Method in class org.apache.pdfbox.preflight.PreflightPath
-
- close() - Method in class org.apache.pdfbox.preflight.PreflightContext
-
Close all opened resources
- ColorSpaceHelper - Interface in org.apache.pdfbox.preflight.graphic
-
- ColorSpaceHelperFactory - Class in org.apache.pdfbox.preflight.graphic
-
This factory create the right Helper according to the owner of the ColorSpace entry.
- ColorSpaceHelperFactory() - Constructor for class org.apache.pdfbox.preflight.graphic.ColorSpaceHelperFactory
-
- ColorSpaceHelperFactory.ColorSpaceRestriction - Enum in org.apache.pdfbox.preflight.graphic
-
Enum used as argument of methods of this factory to return the right Helper.
- ColorSpaces - Enum in org.apache.pdfbox.preflight.graphic
-
This enum makes ColorSpaces validation easier.
- compareIds(COSDictionary, COSDictionary) - Method in class org.apache.pdfbox.preflight.process.TrailerValidationProcess
-
Return true if the ID of the first dictionary is the same as the id of the last dictionary Return false
otherwise.
- contains(COSName) - Static method in class org.apache.pdfbox.preflight.utils.RenderingIntents
-
- ContentStreamException - Exception in org.apache.pdfbox.preflight.content
-
- ContentStreamException(String, Throwable) - Constructor for exception org.apache.pdfbox.preflight.content.ContentStreamException
-
- ContentStreamException(String) - Constructor for exception org.apache.pdfbox.preflight.content.ContentStreamException
-
- ContentStreamException(Throwable) - Constructor for exception org.apache.pdfbox.preflight.content.ContentStreamException
-
- context - Variable in class org.apache.pdfbox.preflight.action.AbstractActionManager
-
The validation context
- context - Variable in class org.apache.pdfbox.preflight.content.PreflightStreamEngine
-
- context - Variable in class org.apache.pdfbox.preflight.font.descriptor.FontDescriptorHelper
-
- context - Variable in class org.apache.pdfbox.preflight.font.FontValidator
-
- context - Variable in class org.apache.pdfbox.preflight.graphic.StandardColorSpaceHelper
-
The context which contains useful information to process the validation.
- context - Variable in class org.apache.pdfbox.preflight.xobject.AbstractXObjValidator
-
The validation context which contains useful information to process validation.
- ContextHelper - Class in org.apache.pdfbox.preflight.utils
-
- createActionManager(PreflightContext, COSDictionary, String) - Method in class org.apache.pdfbox.preflight.action.ActionManagerFactory
-
Create an instance of ActionManager according to the value of the S entry.
- createCIDType0FontValidator(COSDictionary) - Method in class org.apache.pdfbox.preflight.font.Type0FontValidator
-
Create the validation object for CIDType0 Font
- createCIDType2FontValidator(COSDictionary) - Method in class org.apache.pdfbox.preflight.font.Type0FontValidator
-
Create the validation object for CIDType2 Font
- createDescendantValidator(COSDictionary) - Method in class org.apache.pdfbox.preflight.font.Type0FontValidator
-
- createDocument() - Method in class org.apache.pdfbox.preflight.parser.PreflightParser
-
- createFontDescriptorHelper() - Method in class org.apache.pdfbox.preflight.font.CIDType0FontValidator
-
- createFontDescriptorHelper() - Method in class org.apache.pdfbox.preflight.font.CIDType2FontValidator
-
- createFontDescriptorHelper() - Method in class org.apache.pdfbox.preflight.font.SimpleFontValidator
-
- createFontDescriptorHelper() - Method in class org.apache.pdfbox.preflight.font.TrueTypeFontValidator
-
- createFontDescriptorHelper() - Method in class org.apache.pdfbox.preflight.font.Type1FontValidator
-
- createImage() - Method in class org.apache.pdfbox.preflight.font.util.PreflightType3Stream
-
This will parse a type3 stream and create an image from it.
- createPdfA1BConfiguration() - Static method in class org.apache.pdfbox.preflight.PreflightConfiguration
-
- createResponseWithError(Document, String, ValidationResult, Element) - Method in class org.apache.pdfbox.preflight.parser.XmlResultParser
-
- ctx - Variable in class org.apache.pdfbox.preflight.annotation.AnnotationValidator
-
- EDOC_TOKEN_MGR_ERROR - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
- EDOC_TOKEN_MGR_ERROR_TAG - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
- embeddedFont - Variable in class org.apache.pdfbox.preflight.font.container.FontContainer
-
Boolean used to known if the font is embedded.
- EmptyValidationProcess - Class in org.apache.pdfbox.preflight.process
-
This class is used to return a non null ValidationProcess when a missing process is asked to the ConfigurationBean
only if the errorOnMissingProcess configuration attribute is set to false.
- EmptyValidationProcess() - Constructor for class org.apache.pdfbox.preflight.process.EmptyValidationProcess
-
- equals(Object) - Method in class org.apache.pdfbox.preflight.ValidationResult.ValidationError
-
- error - Variable in exception org.apache.pdfbox.preflight.metadata.XpacketParsingException
-
- ERROR_ACTION_FORBIDDEN_ACTIONS - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Common forbidden action error
- ERROR_ACTION_FORBIDDEN_ACTIONS_EXPLICITLY_FORBIDDEN - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
An explicitly forbidden action is used in the PDF file.
- ERROR_ACTION_FORBIDDEN_ACTIONS_NAMED - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Named action other than predefined not allowed
- ERROR_ACTION_FORBIDDEN_ACTIONS_UNDEF - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Actions is rejected if it isn't defined in the PDF Reference Third Edition This is to avoid not consistent file
due to new features of the PDF format.
- ERROR_ACTION_FORBIDDEN_ADDITIONAL_ACTION - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Additional action entry is forbidden
- ERROR_ACTION_FORBIDDEN_ADDITIONAL_ACTIONS_FIELD - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Additional action entry is forbidden in a form field object
- ERROR_ACTION_FORBIDDEN_WIDGET_ACTION_FIELD - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
A widget annotation linked with a form field shall not have any action
- ERROR_ACTION_HIDE_H_INVALID - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The H entry of a Hide action is set to true (so some annotation can be hide)
- ERROR_ACTION_INVALID_ACTIONS - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Common invalid action error
- ERROR_ACTION_INVALID_TYPE - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Some elements of the annotation dictionary have an invalid type (ex : array instead of Dictionary)
- ERROR_ACTION_MAIN - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
- ERROR_ACTION_MISING_KEY - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
A mandatory entry in the action dictionary is missing
- ERROR_ACTION_MISSING_ACTION_DICTIONARY - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
An action validation is required but there are no element to validate
- ERROR_ANNOT_CATALOG_FORBIDDEN_AA - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The AA field is forbidden for the Catalog when the PDF is a PDF/A
- ERROR_ANNOT_FORBIDDEN_AA - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The AA field is forbidden for the Widget annotation when the PDF is a PDF/A
- ERROR_ANNOT_FORBIDDEN_COLOR - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Annotation uses a Color profile which isn't the same than the profile contained by the OutputIntent
- ERROR_ANNOT_FORBIDDEN_DEST - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Dest entry can't be used if the A element is used too
- ERROR_ANNOT_FORBIDDEN_ELEMENT - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Common forbidden field error in annotation dictionary
- ERROR_ANNOT_FORBIDDEN_FLAG - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The annotation uses a flag which is forbidden.
- ERROR_ANNOT_FORBIDDEN_SUBTYPE - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
This type of annotation is forbidden (ex : Movie)
- ERROR_ANNOT_INVALID_AP_CONTENT - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The AP dictionary of the annotation contains forbidden/invalid entries (only the N entry is authorized)
- ERROR_ANNOT_INVALID_CA - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Ca or/and ca entry are present but the value isn't 1.0
- ERROR_ANNOT_INVALID_DEST - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Dest entry of an annotation can't be checked due to an IO Exception
- ERROR_ANNOT_INVALID_ELEMENT - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Common Invalid field error in annotation dictionary
- ERROR_ANNOT_MAIN - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
- ERROR_ANNOT_MISSING_ANNOTATION_DICTIONARY - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
An annotation validation is required but there are no element to validate
- ERROR_ANNOT_MISSING_AP_N_CONTENT - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The AP dictionary of the annotation contains forbidden/invalid entries (only the N entry is authorized)
- ERROR_ANNOT_MISSING_FIELDS - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Common missing field error in annotation dictionary
- ERROR_ANNOT_MISSING_SUBTYPE - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The subtype entry is missing from the annotation dictionary
- ERROR_ANNOT_NOT_RECOMMENDED_FLAG - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The annotation uses a flag which is not recommended but not forbidden by the ISO 19005-1:2005.
- ERROR_FONTS_CHARSET_MISSING_FOR_SUBSET - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Charset declaration is missing in a Type 1 Subset
- ERROR_FONTS_CID_CMAP_DAMAGED - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The embedded CID Map is damaged
- ERROR_FONTS_CID_DAMAGED - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The embedded composite font is damaged
- ERROR_FONTS_CIDKEYED_CIDTOGID - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The CIDToGID is invalid
- ERROR_FONTS_CIDKEYED_CMAP_INVALID_OR_MISSING - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The CMap of the Composite Font is missing or invalid
- ERROR_FONTS_CIDKEYED_INVALID - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Required entry in a Composite Font dictionary is missing
- ERROR_FONTS_CIDKEYED_SYSINFO - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The CIDSystemInfo dictionary is invalid
- ERROR_FONTS_CIDSET_MISSING_FOR_SUBSET - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The CIDSet entry i mandatory from a subset of composite font
- ERROR_FONTS_DAMAGED - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The embedded font is damaged
- ERROR_FONTS_DESCRIPTOR_INVALID - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Some mandatory fields are missing from the FONT Descriptor Dictionary
- ERROR_FONTS_DICTIONARY_INVALID - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Some mandatory fields are missing from the FONT Dictionary
- ERROR_FONTS_ENCODING - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Encoding is inconsistent with the Font (ex : Symbolic TrueType mustn't declare encoding)
- ERROR_FONTS_ENCODING_ERROR - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The CMap of the Composite Font is missing or invalid
- ERROR_FONTS_ENCODING_IO - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Encoding entry can't be read due to IOException
- ERROR_FONTS_FONT_FILEX_INVALID - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Error on the "Font File x" in the Font Descriptor (ex : FontFile and FontFile2 are present in the same
dictionary)
- ERROR_FONTS_GLYPH - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Common error for a Glyph problem
- ERROR_FONTS_GLYPH_MISSING - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
a glyph is missing
- ERROR_FONTS_INVALID_DATA - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
- ERROR_FONTS_MAIN - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Main error code for font problems
- ERROR_FONTS_METRICS - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Width array and Font program Width are inconsistent
- ERROR_FONTS_TRUETYPE_DAMAGED - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The embedded TrueType font is damaged
- ERROR_FONTS_TYPE1_DAMAGED - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The embedded Type1 font is damaged
- ERROR_FONTS_TYPE3_DAMAGED - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The embedded type 3 font is damaged
- ERROR_FONTS_UNKNOWN_FONT_REF - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
a glyph is missing
- ERROR_FONTS_UNKNOWN_FONT_TYPE - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The font type is unknown
- ERROR_GRAPHIC_INVALID - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
- ERROR_GRAPHIC_INVALID_BBOX - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
BBox Entry of a Form XObject is missing or isn't an Array
- ERROR_GRAPHIC_INVALID_COLOR_SPACE - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
An invalid color space is used
- ERROR_GRAPHIC_INVALID_COLOR_SPACE_ALTERNATE - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
alternate color space used in the PDF file but the DestOutputProfile isn't consistent
- ERROR_GRAPHIC_INVALID_COLOR_SPACE_CMYK - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
CMYK color space used in the PDF file but the DestOutputProfile isn't CMYK
- ERROR_GRAPHIC_INVALID_COLOR_SPACE_FORBIDDEN - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
ColorSpace is forbidden due to some restriction (ex : Only DeviceXXX are auth in inlined image)
- ERROR_GRAPHIC_INVALID_COLOR_SPACE_ICCBASED - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
ICC Based color space used in the PDF file is invalid
- ERROR_GRAPHIC_INVALID_COLOR_SPACE_INDEXED - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Base ColorSpace in the Indexed color space is invalid
- ERROR_GRAPHIC_INVALID_COLOR_SPACE_MISSING - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
color space used in the PDF file but the DestOutputProfile is missing
- ERROR_GRAPHIC_INVALID_COLOR_SPACE_RGB - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
RGB color space used in the PDF file but the DestOutputProfile isn't RGB
- ERROR_GRAPHIC_INVALID_COLOR_SPACE_TOO_MANY_COMPONENTS_DEVICEN - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
- ERROR_GRAPHIC_INVALID_PATTERN_COLOR_SPACE_FORBIDDEN - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The pattern color space can't be used
- ERROR_GRAPHIC_INVALID_PATTERN_DEFINITION - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The pattern is invalid due to missing key or invalid value
- ERROR_GRAPHIC_INVALID_UNKNOWN_COLOR_SPACE - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Unknown ColorSpace
- ERROR_GRAPHIC_MAIN - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Main error code for graphical problems
- ERROR_GRAPHIC_MISSING_COLOR_SPACE_ICCBASED - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Validation asked on a missing ColorSpace
- ERROR_GRAPHIC_MISSING_FIELD - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
- ERROR_GRAPHIC_MISSING_OBJECT - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
- ERROR_GRAPHIC_OUTPUT_INTENT_ICC_PROFILE_INVALID - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The ICC Profile is invalid
- ERROR_GRAPHIC_OUTPUT_INTENT_ICC_PROFILE_MULTIPLE - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
There are more than one ICC Profile
- ERROR_GRAPHIC_OUTPUT_INTENT_ICC_PROFILE_TOO_RECENT - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Profile version is too recent for PDF 1.4 document
- ERROR_GRAPHIC_OUTPUT_INTENT_INVALID_ENTRY - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The OutputIntent dictionary is invalid
- ERROR_GRAPHIC_OUTPUT_INTENT_S_VALUE_INVALID - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The S entry of the OutputIntent isn't GTS_PDFA1
- ERROR_GRAPHIC_TOO_MANY_GRAPHIC_STATES - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
- ERROR_GRAPHIC_TRANSPARENCY - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Main error code for graphical transparency problems
- ERROR_GRAPHIC_TRANSPARENCY_GROUP - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
A Group entry with S = Transparency is used or the S = Null
- ERROR_GRAPHIC_TRANSPARENCY_SMASK - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
A XObject SMask value isn't None
- ERROR_GRAPHIC_UNEXPECTED_KEY - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
A XObject has an unexpected key defined
- ERROR_GRAPHIC_UNEXPECTED_VALUE_FOR_KEY - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
A XObject has an unexpected value for a defined key
- ERROR_GRAPHIC_XOBJECT_INVALID_TYPE - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
- ERROR_METADATA_ABSENT_DESCRIPTION_SCHEMA - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Description schema required not embedded
- ERROR_METADATA_CATEGORY_PROPERTY_INVALID - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
a category has an invalid value in one property description (must be internal or external)
- ERROR_METADATA_DICT_INFO_CORRUPT - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
the info dictionary is corrupt or value can't be read
- ERROR_METADATA_FORMAT - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Invalid metadata found
- ERROR_METADATA_FORMAT_STREAM - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Invalid metadata, unable to process the font due to IOException
- ERROR_METADATA_FORMAT_UNKNOWN - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Unexpected type of a Metadata entry
- ERROR_METADATA_FORMAT_XPACKET - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Invalid metadata, unable to process the font due to Invalid XPacket exception
- ERROR_METADATA_INVALID_PDFA_CONFORMANCE - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
PDF/A Identification Conformance Invalid
- ERROR_METADATA_INVALID_PDFA_VERSION_ID - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
PDF/A Identification Version Identifier Invalid (pdfaid:part)
- ERROR_METADATA_MAIN - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Main metadata error code
- ERROR_METADATA_MISMATCH - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Metadata mismatch between PDF Dictionary and xmp
- ERROR_METADATA_NS_URI_MISSING - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
A required namespace URI missing
- ERROR_METADATA_PDFA_ID_MISSING - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
PDF/A Identification Schema not found
- ERROR_METADATA_PROPERTY_FORMAT - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Invalid xmp metadata format
- ERROR_METADATA_PROPERTY_MISSING - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Required property is missing
- ERROR_METADATA_PROPERTY_UNKNOWN - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Unknown metadata
- ERROR_METADATA_RDF_ABOUT_ATTRIBUTE_INEQUAL_VALUE - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
One of rdf:about attribute embedded in RDF:rdf have a different value than the others
- ERROR_METADATA_RDF_ABOUT_ATTRIBUTE_MISSING - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
rdf:about is missing
- ERROR_METADATA_UNKNOWN_VALUETYPE - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
A valueType is used but is not declared
- ERROR_METADATA_WRONG_NS_PREFIX - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
A namespace prefix has an unexpected value
- ERROR_METADATA_WRONG_NS_URI - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
A namespace URI has an unexpected value
- ERROR_METADATA_XPACKET_DEPRECATED - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Invalid information in xpacket processing instruction
- ERROR_PDF_PROCESSING - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Error about PDF processing : that is not necessary a specific PDF/A validation error
but a PDF specification requirement that isn't respected.
- ERROR_PDF_PROCESSING_MISSING - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
A Mandatory element is missing
- ERROR_SYNTAX_ARRAY_TOO_LONG - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Too many element in an array object
- ERROR_SYNTAX_BODY - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Common error about body syntax
- ERROR_SYNTAX_CID_RANGE - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
CID too long
- ERROR_SYNTAX_COMMON - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
- ERROR_SYNTAX_CONTENT_STREAM_INVALID - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The content stream has some syntax errors
- ERROR_SYNTAX_CONTENT_STREAM_INVALID_ARGUMENT - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The content stream contains an invalid argument for the operator
- ERROR_SYNTAX_CONTENT_STREAM_UNSUPPORTED_OP - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The content stream uses an unsupported operator
- ERROR_SYNTAX_CROSS_REF - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Common error about the cross ref table
- ERROR_SYNTAX_DICT_INVALID - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Required fields are missing from the dictionary
- ERROR_SYNTAX_DICTIONARY_KEY_INVALID - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
A dictionary key isn't a name
- ERROR_SYNTAX_EMBEDDED_FILES - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
EmbeddedFile entry is present in a FileSpecification dictionary
- ERROR_SYNTAX_HEADER - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
- ERROR_SYNTAX_HEADER_FILE_TYPE - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
- ERROR_SYNTAX_HEADER_FIRST_CHAR - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
- ERROR_SYNTAX_HEXA_STRING_EVEN_NUMBER - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Hexa string shall contain even number of non white space char
- ERROR_SYNTAX_HEXA_STRING_INVALID - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Hexa string contain non hexadecimal characters
- ERROR_SYNTAX_HEXA_STRING_TOO_LONG - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The hexa string is too long
- ERROR_SYNTAX_INDIRECT_OBJ_RANGE - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
There are too many objects
- ERROR_SYNTAX_INVALID_OFFSET - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
An object has an invalid offset
- ERROR_SYNTAX_LANG_NOT_RFC1766 - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The language declared doesn't match with the RFC1766
- ERROR_SYNTAX_LITERAL_TOO_LONG - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The literal string is too long
- ERROR_SYNTAX_MAIN - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Error code for syntax error
- ERROR_SYNTAX_MISSING_OFFSET - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
An object is missing from the document
- ERROR_SYNTAX_NAME_TOO_LONG - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The name length is too long
- ERROR_SYNTAX_NOCATALOG - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
There are no catalog dictionary in the PDF File
- ERROR_SYNTAX_NUMERIC_RANGE - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The number is out of Range ( ex : greater than 2^31-1)
- ERROR_SYNTAX_OBJ_DELIMITER - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Error on the object delimiters (obj / endobj)
- ERROR_SYNTAX_STREAM_DAMAGED - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The stream can't be processed
- ERROR_SYNTAX_STREAM_DELIMITER - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Error on the stream delimiters (stream / endstream)
- ERROR_SYNTAX_STREAM_FX_KEYS - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
F or/and FFilter or/and FDecodeParms are present in a stream dictionary
- ERROR_SYNTAX_STREAM_INVALID_FILTER - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The stream uses an invalid filter (The LZW)
- ERROR_SYNTAX_STREAM_LENGTH_INVALID - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The length of the stream dictionary and the stream length is inconsistent
- ERROR_SYNTAX_STREAM_LENGTH_MISSING - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The length entry is missing from the stream dictionary
- ERROR_SYNTAX_STREAM_UNDEFINED_FILTER - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
The stream uses a filter which isn't defined in the PDF Reference document.
- ERROR_SYNTAX_TOO_MANY_ENTRIES - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Too many entries in a dictionary object
- ERROR_SYNTAX_TRAILER - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Common error about the trailer
- ERROR_SYNTAX_TRAILER_CATALOG_EMBEDDEDFILES - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
EmbeddedFile entry is present in the Names dictionary
- ERROR_SYNTAX_TRAILER_CATALOG_OCPROPERTIES - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Optional content is forbidden
- ERROR_SYNTAX_TRAILER_ENCRYPT - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Encrypt is forbidden
- ERROR_SYNTAX_TRAILER_EOF - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Last %%EOF sequence is followed by data
- ERROR_SYNTAX_TRAILER_ID_CONSISTENCY - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
ID in 1st trailer and the last is different
- ERROR_SYNTAX_TRAILER_MISSING_ID - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
ID is missing from the trailer
- ERROR_SYNTAX_TRAILER_MISSING_ROOT - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Root is missing from the trailer
- ERROR_SYNTAX_TRAILER_MISSING_SIZE - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Size is missing from the trailer
- ERROR_SYNTAX_TRAILER_OUTLINES_INVALID - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Errors in the Outlines dictionary
- ERROR_SYNTAX_TRAILER_TYPE_INVALID - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
An trailer entry has an invalid type
- ERROR_TRANSPARENCY_EXT_GRAPHICAL_STATE - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Common transparency error
- ERROR_TRANSPARENCY_EXT_GS_BLEND_MODE - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
BlendMode value isn't valid (only Normal and Compatible are authorized)
- ERROR_TRANSPARENCY_EXT_GS_CA - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Ca or/and ca entry are present but the value isn't 1.0
- ERROR_TRANSPARENCY_EXT_GS_SOFT_MASK - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Soft mask entry is present but is forbidden
- ERROR_TRANSPARENCY_MAIN - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
- ERROR_UNKNOWN_ERROR - Static variable in class org.apache.pdfbox.preflight.PreflightConstants
-
Error code uses by the Validator when there is an error without error code.
- errorBuffer - Variable in class org.apache.pdfbox.preflight.font.container.FontContainer
-
List of validation errors that occur during the font validation.
- errorsAleadyMerged() - Method in class org.apache.pdfbox.preflight.font.container.FontContainer
-
- exploreFields(PreflightContext, List<PDField>) - Method in class org.apache.pdfbox.preflight.process.AcroFormValidationProcess
-
This function explores all fields and their children to validate them.
- exploreOutlineLevel(PreflightContext, PDOutlineItem, COSObject, COSObject) - Method in class org.apache.pdfbox.preflight.process.BookmarkValidationProcess
-
This method explores the Outline Item Level and calls a validation method on each Outline Item.
- exploreWidgets(PreflightContext, List<PDAnnotationWidget>) - Method in class org.apache.pdfbox.preflight.process.AcroFormValidationProcess
-
This function explores all fields and their children to validate them.
- EXTGSTATE_PROCESS - Static variable in class org.apache.pdfbox.preflight.PreflightConfiguration
-
- ExtGStateValidationProcess - Class in org.apache.pdfbox.preflight.process.reflect
-
- ExtGStateValidationProcess() - Constructor for class org.apache.pdfbox.preflight.process.reflect.ExtGStateValidationProcess
-
- extractExtGStateDictionaries(COSDictionary) - Method in class org.apache.pdfbox.preflight.process.reflect.ExtGStateValidationProcess
-
Create a list of ExtGState dictionaries using the given Resource dictionary and the COSDocument.
- extractFontFile(PDFontDescriptor) - Method in class org.apache.pdfbox.preflight.font.descriptor.CIDType0DescriptorHelper
-
- extractFontFile(PDFontDescriptor) - Method in class org.apache.pdfbox.preflight.font.descriptor.CIDType2DescriptorHelper
-
- extractFontFile(PDFontDescriptor) - Method in class org.apache.pdfbox.preflight.font.descriptor.FontDescriptorHelper
-
- extractFontFile(PDFontDescriptor) - Method in class org.apache.pdfbox.preflight.font.descriptor.TrueTypeDescriptorHelper
-
- extractFontFile(PDFontDescriptor) - Method in class org.apache.pdfbox.preflight.font.descriptor.Type1DescriptorHelper
-
- PAGE_PROCESS - Static variable in class org.apache.pdfbox.preflight.PreflightConfiguration
-
- pageNumber - Variable in exception org.apache.pdfbox.preflight.exception.ValidationException
-
- PAGES_TREE_PROCESS - Static variable in class org.apache.pdfbox.preflight.PreflightConfiguration
-
- PageTreeValidationProcess - Class in org.apache.pdfbox.preflight.process
-
- PageTreeValidationProcess() - Constructor for class org.apache.pdfbox.preflight.process.PageTreeValidationProcess
-
- parse() - Method in class org.apache.pdfbox.preflight.parser.PreflightParser
-
- parse(Format) - Method in class org.apache.pdfbox.preflight.parser.PreflightParser
-
Parse the given file and check if it is a confirming file according to the given format.
- parse(Format, PreflightConfiguration) - Method in class org.apache.pdfbox.preflight.parser.PreflightParser
-
Parse the given file and check if it is a confirming file according to the given format.
- parseCOSArray() - Method in class org.apache.pdfbox.preflight.parser.PreflightParser
-
- parseCOSName() - Method in class org.apache.pdfbox.preflight.parser.PreflightParser
-
- parseCOSStream(COSDictionary) - Method in class org.apache.pdfbox.preflight.parser.PreflightParser
-
Wraps the COSParser.parseCOSStream(org.apache.pdfbox.cos.COSDictionary)
to check rules on 'stream' and 'endstream'
keywords.
- parseCOSString() - Method in class org.apache.pdfbox.preflight.parser.PreflightParser
-
Check that the hexa string contains only an even number of
Hexadecimal characters.
- parseDirObject() - Method in class org.apache.pdfbox.preflight.parser.PreflightParser
-
Call BaseParser.parseDirObject()
check limit range for Float, Integer and number of
Dictionary entries.
- parseObjectDynamically(COSObjectKey, boolean) - Method in class org.apache.pdfbox.preflight.parser.PreflightParser
-
- parsePatternContent(PreflightContext, PDPage, PDTilingPattern) - Method in class org.apache.pdfbox.preflight.process.reflect.TilingPatternValidationProcess
-
Validate the Pattern content like Color and Show Text Operators using an instance of ContentStreamWrapper.
- parseResources(PreflightContext, PDPage, PDTilingPattern) - Method in class org.apache.pdfbox.preflight.process.reflect.TilingPatternValidationProcess
-
- parseXrefTable(long) - Method in class org.apache.pdfbox.preflight.parser.PreflightParser
-
Same method than the COSParser.parseXrefTable(long) with additional controls : -
EOL mandatory after the 'xref' keyword - Cross reference subsection header uses single white
space as separator - and so on
- pdAnnot - Variable in class org.apache.pdfbox.preflight.annotation.AnnotationValidator
-
Instance of PDAnnotation built using the annotDictionary
- pdcs - Variable in class org.apache.pdfbox.preflight.graphic.StandardColorSpaceHelper
-
High level object which represents the colors space to check.
- PDFAbAnnotationFactory - Class in org.apache.pdfbox.preflight.annotation.pdfa
-
Factory to instantiate AnnotationValidator for a PDF/A-1b validation.
- PDFAbAnnotationFactory() - Constructor for class org.apache.pdfbox.preflight.annotation.pdfa.PDFAbAnnotationFactory
-
- PDFAIdentificationValidation - Class in org.apache.pdfbox.preflight.metadata
-
Class which check if PDF/A Identification Schema contains good information
- PDFAIdentificationValidation() - Constructor for class org.apache.pdfbox.preflight.metadata.PDFAIdentificationValidation
-
- pdFreeText - Variable in class org.apache.pdfbox.preflight.annotation.FreeTextAnnotationValidator
-
PDFBox object which wraps the Annotation dictionary
- pdLine - Variable in class org.apache.pdfbox.preflight.annotation.LineAnnotationValidator
-
PDFBox object which wraps the annotation dictionary
- pdLink - Variable in class org.apache.pdfbox.preflight.annotation.LinkAnnotationValidator
-
PDFBox object which wraps the annotation dictionary
- pdPopup - Variable in class org.apache.pdfbox.preflight.annotation.PopupAnnotationValidator
-
PDFBox object which wraps the annotation dictionary
- pdRStamp - Variable in class org.apache.pdfbox.preflight.annotation.RubberStampAnnotationValidator
-
PDFBox class which wraps the annotaiton dictionary
- pdSquareCircle - Variable in class org.apache.pdfbox.preflight.annotation.SquareCircleAnnotationValidator
-
PDFBox object which wraps the annotation dictionary
- pdText - Variable in class org.apache.pdfbox.preflight.annotation.TextAnnotationValidator
-
PDFBox object which wraps the annotation dictionary
- pdUnk - Variable in class org.apache.pdfbox.preflight.annotation.InkAnnotationValidator
-
PDFBox which wraps the annotation dictionary
- pdUnk - Variable in class org.apache.pdfbox.preflight.annotation.PrintMarkAnnotationValidator
-
PDFBox object which wraps the annotation dictionary
- pdUnk - Variable in class org.apache.pdfbox.preflight.annotation.TrapNetAnnotationValidator
-
PDFBox object which wraps the annotation dictionary
- pdWidget - Variable in class org.apache.pdfbox.preflight.annotation.WidgetAnnotationValidator
-
PDFBox object which wraps the annotation dictionary
- peek() - Method in class org.apache.pdfbox.preflight.PreflightPath
-
Looks at the object at the top of this stack without removing it from the stack.
- pop() - Method in class org.apache.pdfbox.preflight.PreflightPath
-
- PopupAnnotationValidator - Class in org.apache.pdfbox.preflight.annotation
-
Validation class for the PopupAnnotation
- PopupAnnotationValidator(PreflightContext, COSDictionary) - Constructor for class org.apache.pdfbox.preflight.annotation.PopupAnnotationValidator
-
- PreflightConfiguration - Class in org.apache.pdfbox.preflight
-
- PreflightConfiguration() - Constructor for class org.apache.pdfbox.preflight.PreflightConfiguration
-
- PreflightConstants - Class in org.apache.pdfbox.preflight
-
This interface provide a set of constants which identify validation error.
- PreflightContentStream - Class in org.apache.pdfbox.preflight.content
-
- PreflightContentStream(PreflightContext, PDPage) - Constructor for class org.apache.pdfbox.preflight.content.PreflightContentStream
-
- PreflightContext - Class in org.apache.pdfbox.preflight
-
- PreflightContext() - Constructor for class org.apache.pdfbox.preflight.PreflightContext
-
Create the DocumentHandler using the DataSource which represent the PDF file to check.
- PreflightContext(PreflightConfiguration) - Constructor for class org.apache.pdfbox.preflight.PreflightContext
-
- PreflightDocument - Class in org.apache.pdfbox.preflight
-
- PreflightDocument(COSDocument, Format) - Constructor for class org.apache.pdfbox.preflight.PreflightDocument
-
Create a preflight document based on the COSDocument and load the default configuration for the given format.
- PreflightDocument(COSDocument, Format, PreflightConfiguration) - Constructor for class org.apache.pdfbox.preflight.PreflightDocument
-
Create a preflight document based on the COSDocument that will use the given configuration bean to process the
validation.
- PreflightParser - Class in org.apache.pdfbox.preflight.parser
-
- PreflightParser(File) - Constructor for class org.apache.pdfbox.preflight.parser.PreflightParser
-
Constructor.
- PreflightParser(RandomAccessRead) - Constructor for class org.apache.pdfbox.preflight.parser.PreflightParser
-
Constructor.
- PreflightParser(String) - Constructor for class org.apache.pdfbox.preflight.parser.PreflightParser
-
Constructor.
- PreflightPath - Class in org.apache.pdfbox.preflight
-
Contains a stack of objects to follow the validation path.
- PreflightPath() - Constructor for class org.apache.pdfbox.preflight.PreflightPath
-
- PreflightStreamEngine - Class in org.apache.pdfbox.preflight.content
-
This class inherits from org.apache.pdfbox.util.PDFStreamEngine to allow the validation of specific rules in
ContentStream.
- PreflightStreamEngine(PreflightContext, PDPage) - Constructor for class org.apache.pdfbox.preflight.content.PreflightStreamEngine
-
- PreflightType3Stream - Class in org.apache.pdfbox.preflight.font.util
-
This class is used to parse a glyph of a Type3 font program.
- PreflightType3Stream(PreflightContext, PDPage, PDType3CharProc) - Constructor for class org.apache.pdfbox.preflight.font.util.PreflightType3Stream
-
- PrintMarkAnnotationValidator - Class in org.apache.pdfbox.preflight.annotation
-
Validation class for the PopupAnnotation
- PrintMarkAnnotationValidator(PreflightContext, COSDictionary) - Constructor for class org.apache.pdfbox.preflight.annotation.PrintMarkAnnotationValidator
-
- process(Operator, List<COSBase>) - Method in class org.apache.pdfbox.preflight.content.StubOperator
-
- processAllColorSpace(PDColorSpace) - Method in class org.apache.pdfbox.preflight.graphic.StandardColorSpaceHelper
-
Method called by the validate method.
- processCalibratedColorSpace(PDColorSpace) - Method in class org.apache.pdfbox.preflight.graphic.StandardColorSpaceHelper
-
Method called by the processAllColorSpace if the ColorSpace to check is a calibrated color (CalGray, CalRGB, Lab).
- processCYMKColorSpace(PDColorSpace) - Method in class org.apache.pdfbox.preflight.graphic.StandardColorSpaceHelper
-
Method called by the processAllColorSpace if the ColorSpace to check is DeviceCYMK.
- processDefaultColorSpace(PDColorSpace) - Method in class org.apache.pdfbox.preflight.graphic.StandardColorSpaceHelper
-
Look up in the closest PDResources objects if there are a default ColorSpace.
- processDescendantFont() - Method in class org.apache.pdfbox.preflight.font.Type0FontValidator
-
Extract the single CIDFont from the descendant array.
- processDeviceNColorSpace(PDColorSpace) - Method in class org.apache.pdfbox.preflight.graphic.DeviceColorSpaceHelper
-
This method updates the given list with a ValidationError (ERROR_GRAPHIC_INVALID_PATTERN_COLOR_SPACE_FORBIDDEN)
and returns false.
- processDeviceNColorSpace(PDColorSpace) - Method in class org.apache.pdfbox.preflight.graphic.StandardColorSpaceHelper
-
Method called by the processAllColorSpace if the ColorSpace to check is DeviceN.
- processedPage - Variable in class org.apache.pdfbox.preflight.content.PreflightStreamEngine
-
- processFontDescriptorValidation() - Method in class org.apache.pdfbox.preflight.font.SimpleFontValidator
-
- processFontFile(PDFontDescriptor, PDStream) - Method in class org.apache.pdfbox.preflight.font.descriptor.CIDType0DescriptorHelper
-
- processFontFile(PDFontDescriptor, PDStream) - Method in class org.apache.pdfbox.preflight.font.descriptor.CIDType2DescriptorHelper
-
- processFontFile(PDFontDescriptor, PDStream) - Method in class org.apache.pdfbox.preflight.font.descriptor.FontDescriptorHelper
-
- processFontFile(PDFontDescriptor, PDStream) - Method in class org.apache.pdfbox.preflight.font.descriptor.TrueTypeDescriptorHelper
-
- processFontFile(PDFontDescriptor, PDStream) - Method in class org.apache.pdfbox.preflight.font.descriptor.Type1DescriptorHelper
-
- processGrayColorSpace(PDColorSpace) - Method in class org.apache.pdfbox.preflight.graphic.StandardColorSpaceHelper
-
Method called by the processAllColorSpace if the ColorSpace to check is DeviceGray.
- processICCBasedColorSpace(PDColorSpace) - Method in class org.apache.pdfbox.preflight.graphic.StandardColorSpaceHelper
-
Method called by the processAllColorSpace if the ColorSpace to check is a ICCBased color space.
- processIndexedColorSpace(PDColorSpace) - Method in class org.apache.pdfbox.preflight.graphic.DeviceColorSpaceHelper
-
Indexed color space is authorized only if the BaseColorSpace is a DeviceXXX color space.
- processIndexedColorSpace(PDColorSpace) - Method in class org.apache.pdfbox.preflight.graphic.StandardColorSpaceHelper
-
Method called by the processAllColorSpace if the ColorSpace to check is Indexed.
- processOperator(Operator, List<COSBase>) - Method in class org.apache.pdfbox.preflight.content.PreflightContentStream
-
- processOperator(Operator, List<COSBase>) - Method in class org.apache.pdfbox.preflight.font.util.PreflightType3Stream
-
This is used to handle an operation.
- processPatternColorSpace(PDColorSpace) - Method in class org.apache.pdfbox.preflight.graphic.DeviceColorSpaceHelper
-
This method updates the given list with a ValidationError (ERROR_GRAPHIC_INVALID_PATTERN_COLOR_SPACE_FORBIDDEN)
and returns false.
- processPatternColorSpace(PDColorSpace) - Method in class org.apache.pdfbox.preflight.graphic.NoPatternColorSpaceHelper
-
This method updates the given list with a ValidationError (ERROR_GRAPHIC_INVALID_PATTERN_COLOR_SPACE_FORBIDDEN)
and returns false.
- processPatternColorSpace(PDColorSpace) - Method in class org.apache.pdfbox.preflight.graphic.StandardColorSpaceHelper
-
Method called by the processAllColorSpace if the ColorSpace to check is a Pattern.
- processRGBColorSpace(PDColorSpace) - Method in class org.apache.pdfbox.preflight.graphic.StandardColorSpaceHelper
-
Method called by the processAllColorSpace if the ColorSpace to check is DeviceRGB.
- processSeparationColorSpace(PDColorSpace) - Method in class org.apache.pdfbox.preflight.graphic.StandardColorSpaceHelper
-
Method called by the processAllColorSpace if the ColorSpace to check is Separation.
- push(ValidationResult.ValidationError) - Method in class org.apache.pdfbox.preflight.font.container.FontContainer
-
- push(List<ValidationResult.ValidationError>) - Method in class org.apache.pdfbox.preflight.font.container.FontContainer
-
- pushObject(Object) - Method in class org.apache.pdfbox.preflight.PreflightPath
-
- valid() - Method in class org.apache.pdfbox.preflight.action.AbstractActionManager
-
- valid(boolean) - Method in class org.apache.pdfbox.preflight.action.AbstractActionManager
-
Validate an Action dictionary.
- validate() - Method in class org.apache.pdfbox.preflight.annotation.AnnotationValidator
-
Execute validation of the Annotation dictionary.
- validate() - Method in class org.apache.pdfbox.preflight.annotation.LineAnnotationValidator
-
In addition of the AnnotationValidator.validate() method, this method executes the checkIColors method.
- validate() - Method in class org.apache.pdfbox.preflight.annotation.LinkAnnotationValidator
-
In addition of the AnnotationValidator.validate() method, this method executes the checkDest method.
- validate() - Method in class org.apache.pdfbox.preflight.annotation.SquareCircleAnnotationValidator
-
In addition of the AnnotationValidator.validate() method, this method executes the checkIColors method.
- validate() - Method in class org.apache.pdfbox.preflight.annotation.WidgetAnnotationValidator
-
In addition of the AnnotationValidator.validate() method, this method executes the checkAAField method.
- validate() - Method in class org.apache.pdfbox.preflight.font.descriptor.FontDescriptorHelper
-
- validate() - Method in class org.apache.pdfbox.preflight.font.FontValidator
-
- validate() - Method in class org.apache.pdfbox.preflight.font.SimpleFontValidator
-
Call this method to validate the font wrapped by this object.
- validate() - Method in class org.apache.pdfbox.preflight.font.Type0FontValidator
-
- validate() - Method in class org.apache.pdfbox.preflight.font.Type3FontValidator
-
- validate() - Method in interface org.apache.pdfbox.preflight.graphic.ColorSpaceHelper
-
Process the ColorSpace validation.
- validate() - Method in class org.apache.pdfbox.preflight.graphic.StandardColorSpaceHelper
-
- validate(File) - Static method in class org.apache.pdfbox.preflight.parser.PreflightParser
-
Load and validate the given file.
- validate(File) - Method in class org.apache.pdfbox.preflight.parser.XmlResultParser
-
Validate the given file.
- validate(Document, File) - Method in class org.apache.pdfbox.preflight.parser.XmlResultParser
-
Validate the given file.
- validate() - Method in class org.apache.pdfbox.preflight.PreflightDocument
-
Check that PDDocument is a valid file according to the format given during the object creation.
- validate(PreflightContext) - Method in class org.apache.pdfbox.preflight.process.AcroFormValidationProcess
-
- validate(PreflightContext) - Method in class org.apache.pdfbox.preflight.process.BookmarkValidationProcess
-
- validate(PreflightContext) - Method in class org.apache.pdfbox.preflight.process.CatalogValidationProcess
-
- validate(PreflightContext) - Method in class org.apache.pdfbox.preflight.process.EmptyValidationProcess
-
- validate(PreflightContext) - Method in class org.apache.pdfbox.preflight.process.FileSpecificationValidationProcess
-
- validate(PreflightContext) - Method in class org.apache.pdfbox.preflight.process.MetadataValidationProcess
-
- validate(PreflightContext) - Method in class org.apache.pdfbox.preflight.process.PageTreeValidationProcess
-
- validate(PreflightContext) - Method in class org.apache.pdfbox.preflight.process.reflect.ActionsValidationProcess
-
- validate(PreflightContext) - Method in class org.apache.pdfbox.preflight.process.reflect.AnnotationValidationProcess
-
- validate(PreflightContext) - Method in class org.apache.pdfbox.preflight.process.reflect.DestinationValidationProcess
-
- validate(PreflightContext) - Method in class org.apache.pdfbox.preflight.process.reflect.ExtGStateValidationProcess
-
Validate the ExtGState dictionaries.
- validate(PreflightContext) - Method in class org.apache.pdfbox.preflight.process.reflect.FontValidationProcess
-
- validate(PreflightContext) - Method in class org.apache.pdfbox.preflight.process.reflect.GraphicObjectPageValidationProcess
-
- validate(PreflightContext) - Method in class org.apache.pdfbox.preflight.process.reflect.ResourcesValidationProcess
-
- validate(PreflightContext) - Method in class org.apache.pdfbox.preflight.process.reflect.ShadingPatternValidationProcess
-
- validate(PreflightContext) - Method in class org.apache.pdfbox.preflight.process.reflect.SinglePageValidationProcess
-
- validate(PreflightContext) - Method in class org.apache.pdfbox.preflight.process.reflect.TilingPatternValidationProcess
-
- validate(PreflightContext) - Method in class org.apache.pdfbox.preflight.process.StreamValidationProcess
-
- validate(PreflightContext) - Method in class org.apache.pdfbox.preflight.process.TrailerValidationProcess
-
- validate(PreflightContext) - Method in interface org.apache.pdfbox.preflight.process.ValidationProcess
-
- validate(PreflightContext) - Method in class org.apache.pdfbox.preflight.process.XRefValidationProcess
-
- validate() - Method in class org.apache.pdfbox.preflight.xobject.AbstractXObjValidator
-
- validate() - Method in interface org.apache.pdfbox.preflight.xobject.XObjectValidator
-
Process the validation of the XObject.
- validate() - Method in class org.apache.pdfbox.preflight.xobject.XObjFormValidator
-
- validate() - Method in class org.apache.pdfbox.preflight.xobject.XObjImageValidator
-
- validateActions(PreflightContext, PDPage) - Method in class org.apache.pdfbox.preflight.process.reflect.SinglePageValidationProcess
-
This method checks additional actions contained in the given Page object.
- validateAnnotation(PreflightContext, PDPage) - Method in class org.apache.pdfbox.preflight.process.reflect.SinglePageValidationProcess
-
- validateColorSpaces(PreflightContext, PDPage) - Method in class org.apache.pdfbox.preflight.process.reflect.SinglePageValidationProcess
-
Check that all ColorSpace present in the Resource dictionary are conforming to the ISO 19005:2005-1
specification.
- validateContent(PreflightContext, PDPage) - Method in class org.apache.pdfbox.preflight.process.reflect.SinglePageValidationProcess
-
- validateElement(PreflightContext, Object, String) - Static method in class org.apache.pdfbox.preflight.utils.ContextHelper
-
- validateElement(PreflightContext, String) - Static method in class org.apache.pdfbox.preflight.utils.ContextHelper
-
- validateExtGStates(PreflightContext, PDResources) - Method in class org.apache.pdfbox.preflight.process.reflect.ResourcesValidationProcess
-
- validateField(PreflightContext, PDField) - Method in class org.apache.pdfbox.preflight.process.AcroFormValidationProcess
-
A and AA field are forbidden, this method checks if they are present and checks all children of this field.
- validateFileSpecification(PreflightContext, COSDictionary) - Method in class org.apache.pdfbox.preflight.process.FileSpecificationValidationProcess
-
Validate a FileSpec dictionary, a FileSpec dictionary mustn't have the EF (EmbeddedFile) entry.
- validateFonts(PreflightContext, List<COSDictionary>) - Method in class org.apache.pdfbox.preflight.process.reflect.ExtGStateValidationProcess
-
Validate fonts in all ExtGState dictionaries of this container.
- validateFonts(PreflightContext, PDResources) - Method in class org.apache.pdfbox.preflight.process.reflect.ResourcesValidationProcess
-
Check that fonts present in the Resources dictionary match with PDF/A-1 rules
- validateGraphicObjects(PreflightContext, PDPage) - Method in class org.apache.pdfbox.preflight.process.reflect.SinglePageValidationProcess
-
Check that all XObject references in the PDResource of the page and in the Thumb entry are confirming to the
PDF/A specification.
- validateGroupTransparency(PreflightContext, PDPage) - Method in class org.apache.pdfbox.preflight.process.reflect.SinglePageValidationProcess
-
Check that the group dictionary doesn't have a Transparency attribute
- validateInlineImageColorSpace(Operator) - Method in class org.apache.pdfbox.preflight.content.PreflightStreamEngine
-
This method validates if the ColorSpace used by the InlinedImage is consistent with
the color space defined in OutputIntent dictionaries.
- validateInlineImageFilter(Operator) - Method in class org.apache.pdfbox.preflight.content.PreflightStreamEngine
-
Throw a ContentStreamException if the LZW filter is used in a InlinedImage.
- validateItem(PreflightContext, PDOutlineItem) - Method in class org.apache.pdfbox.preflight.process.BookmarkValidationProcess
-
This method checks the inputItem dictionary and call the exploreOutlineLevel method on the first child if it is
not null.
- validateMetadataSynchronization(PDDocument, XMPMetadata) - Method in class org.apache.pdfbox.preflight.metadata.SynchronizedMetaDataValidation
-
Check if document information entries and XMP information are synchronized
- validateNumberOfGraphicStates(Operator) - Method in class org.apache.pdfbox.preflight.content.PreflightStreamEngine
-
Valid the number of graphic states if the operator is the Save Graphic state operator ("q")
- validatePageContentStream() - Method in class org.apache.pdfbox.preflight.content.PreflightContentStream
-
Process the validation of a PageContent (The page is initialized by the constructor)
- validatePatternContentStream(PDTilingPattern) - Method in class org.apache.pdfbox.preflight.content.PreflightContentStream
-
Process the validation of a Tiling Pattern
- validatePDFAIdentifer(XMPMetadata, PDFontDescriptor) - Method in class org.apache.pdfbox.preflight.font.util.FontMetaDataValidation
-
- validatePDFAIdentifer(XMPMetadata) - Method in class org.apache.pdfbox.preflight.metadata.PDFAIdentificationValidation
-
Check if PDFAIdentification is valid
- validatePropertiesUniqueness(PDDocument, XMPMetadata) - Method in class org.apache.pdfbox.preflight.metadata.UniquePropertiesValidation
-
Checks that certain metadata properties are unique.
- validateRDFAboutAttributes(XMPMetadata) - Method in class org.apache.pdfbox.preflight.metadata.RDFAboutAttributeConcordanceValidation
-
- validateRenderingIntent(Operator, List<COSBase>) - Method in class org.apache.pdfbox.preflight.content.PreflightStreamEngine
-
Check operands of the "ri" operator.
- validateResources(PreflightContext, PDPage) - Method in class org.apache.pdfbox.preflight.process.reflect.SinglePageValidationProcess
-
- validateShadingPattern(PreflightContext, PDResources) - Method in class org.apache.pdfbox.preflight.process.reflect.ResourcesValidationProcess
-
This method check the Shading entry of the resource dictionary if exists.
- validateStreamObject(PreflightContext, COSBase) - Method in class org.apache.pdfbox.preflight.process.StreamValidationProcess
-
- validateText(byte[]) - Method in class org.apache.pdfbox.preflight.content.PreflightContentStream
-
Process the validation of a Text operand contains in a ContentStream This validation checks that :
The font isn't missing if the Rendering Mode isn't 3
The font metrics are consistent
All character used in the text are defined in the font program.
- validateTilingPattern(PreflightContext, PDResources) - Method in class org.apache.pdfbox.preflight.process.reflect.ResourcesValidationProcess
-
This method check the Shading entry of the resource dictionary if exists.
- validateTransparencyRules(PreflightContext, List<COSDictionary>) - Method in class org.apache.pdfbox.preflight.process.reflect.ExtGStateValidationProcess
-
Validate transparency rules in all ExtGState dictionaries of this container.
- validateXObjContentStream(PDFormXObject) - Method in class org.apache.pdfbox.preflight.content.PreflightContentStream
-
Process the validation of a XObject Form
- validateXObjectContent() - Method in class org.apache.pdfbox.preflight.xobject.XObjFormValidator
-
An Form XObject is a ContentStream.
- validateXObjectResources() - Method in class org.apache.pdfbox.preflight.xobject.XObjFormValidator
-
- validateXObjects(PreflightContext, PDResources) - Method in class org.apache.pdfbox.preflight.process.reflect.ResourcesValidationProcess
-
- ValidationError(String) - Constructor for class org.apache.pdfbox.preflight.ValidationResult.ValidationError
-
Create a validation error with the given error code
- ValidationError(String, String, Throwable) - Constructor for class org.apache.pdfbox.preflight.ValidationResult.ValidationError
-
Create a validation error with the given error code and the error
explanation.
- ValidationError(String, String) - Constructor for class org.apache.pdfbox.preflight.ValidationResult.ValidationError
-
Create a validation error with the given error code and the error
explanation.
- ValidationException - Exception in org.apache.pdfbox.preflight.exception
-
- ValidationException(String, Throwable, Integer) - Constructor for exception org.apache.pdfbox.preflight.exception.ValidationException
-
- ValidationException(String, Throwable) - Constructor for exception org.apache.pdfbox.preflight.exception.ValidationException
-
- ValidationException(String) - Constructor for exception org.apache.pdfbox.preflight.exception.ValidationException
-
- ValidationException(Throwable) - Constructor for exception org.apache.pdfbox.preflight.exception.ValidationException
-
- ValidationProcess - Interface in org.apache.pdfbox.preflight.process
-
- ValidationResult - Class in org.apache.pdfbox.preflight
-
Object returned by the validate method of the PDFValidator.
- ValidationResult(boolean) - Constructor for class org.apache.pdfbox.preflight.ValidationResult
-
Create a Validation result object
- ValidationResult(ValidationResult.ValidationError) - Constructor for class org.apache.pdfbox.preflight.ValidationResult
-
Create a Validation Result object.
- ValidationResult(List<ValidationResult.ValidationError>) - Constructor for class org.apache.pdfbox.preflight.ValidationResult
-
Create a Validation Result object.
- ValidationResult.ValidationError - Class in org.apache.pdfbox.preflight
-
This Class represents an error of validation.
- Validator_A1b - Class in org.apache.pdfbox.preflight
-
This class is a simple main class used to check the validity of a pdf file.
- Validator_A1b() - Constructor for class org.apache.pdfbox.preflight.Validator_A1b
-
- validatorClasses - Variable in class org.apache.pdfbox.preflight.annotation.AnnotationValidatorFactory
-
- validNextActions() - Method in class org.apache.pdfbox.preflight.action.AbstractActionManager
-
This method create a list of Action Managers which represent actions in the Next entry of the current action
dictionary.
- valueOf(String) - Static method in enum org.apache.pdfbox.preflight.Format
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.pdfbox.preflight.graphic.ColorSpaceHelperFactory.ColorSpaceRestriction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.pdfbox.preflight.graphic.ColorSpaces
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.pdfbox.preflight.Format
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.pdfbox.preflight.graphic.ColorSpaceHelperFactory.ColorSpaceRestriction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.pdfbox.preflight.graphic.ColorSpaces
-
Returns an array containing the constants of this enum type, in
the order they are declared.