Click or drag to resize

PDFAComplianceErrorCode Enumeration

PDF/A Level A and B Validation Errors

Namespace:  pdftron.PDF.PDFA
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum PDFAComplianceErrorCode
Members
  Member nameValueDescription
e_PDFA0_1_111Corrupt document.
e_PDFA0_1_212Corrupt content stream.
e_PDFA0_1_313Using JPEG2000 compression (PDF 1.4 compatibility).
e_PDFA0_1_414Contains compressed object streams (PDF 1.4 compatibility).
e_PDFA0_1_515Contains cross-reference streams (PDF 1.4 compatibility).
e_PDFA1_2_1121Document does not start with % character.
e_PDFA1_2_2122File header line not followed by % and 4 characters > 127.
e_PDFA1_3_1131The trailer dictionary does not contain ID.
e_PDFA1_3_2132Trailer dictionary contains Encrypt.
e_PDFA1_3_3133Data after last EOF marker.
e_PDFA1_3_4134Linearized file: ID in 1st page and last trailer are different.
e_PDFA1_4_1141Subsection header: starting object number and range not separated by a single space.
e_PDFA1_4_2142'xref' and cross reference subsection header not separated by a single EOL marker.
e_PDFA1_6_1161Invalid hexadecimal strings used.
e_PDFA1_7_1171The 'stream' token is not followed by CR and LF or a single LF.
e_PDFA1_7_2172The 'endstream' token is not preceded by EOL.
e_PDFA1_7_3173The value of Length does not match the number of bytes.
e_PDFA1_7_4174A stream object dictionary contains the F, FFilter, or FDecodeParms keys.
e_PDFA1_8_1181Object number and generation number are not separated by a single white-space.
e_PDFA1_8_2182Generation number and 'obj' are not separated by a single white-space.
e_PDFA1_8_3183Object number not preceded by EOL marker
e_PDFA1_8_4184'endobj' not preceded by EOL marker
e_PDFA1_8_5185'obj' not followed by EOL marker
e_PDFA1_8_6186'endobj' not followed by EOL marker
e_PDFA1_8_7187Invalid UTF8 string
e_PDFA1_10_11101Using LZW compression.
e_PDFA1_11_11111A file specification dictionary contains the EF key.
e_PDFA1_11_21112Contains the EmbeddedFiles key
e_PDFA1_12_11121Array contains more than 8191 elements
e_PDFA1_12_21122Dictionary contains more than 4095 elements
e_PDFA1_12_31123Name with more than 127 bytes
e_PDFA1_12_41124Contains an integer value outside of the allowed range [-2^31, 2^31-1],
e_PDFA1_12_51125Exceeds the maximum number (8,388,607) of indirect objects in a PDF file.
e_PDFA1_12_61126The number of nested q/Q operators is greater than 28.
e_PDFA1_13_11131Optional content (layers) not allowed.
e_PDFA2_2_1221DestOutputProfile-s in OutputIntents array do not match.
e_PDFA2_3_2232Not a valid ICC color profile.
e_PDFA2_3_3233 The N entry does not match the number of color components in the embedded ICC profile.
e_PDFA2_3_3_12331 Device-specific color space used, but no GTS_PDFA1 OutputIntent.
e_PDFA2_3_3_22332Device-specific color space, does not match OutputIntent.
e_PDFA2_3_4_12341Device-specific color space used in an alternate color space.
e_PDFA2_4_1241Image with Alternates key.
e_PDFA2_4_2242Image with OPI key.
e_PDFA2_4_3243Image with invalid rendering intent.
e_PDFA2_4_4244Image with Interpolate key set to true.
e_PDFA2_5_1251XObject with OPI key.
e_PDFA2_5_2252PostScript XObject.
e_PDFA2_6_1261Contains a reference XObject.
e_PDFA2_7_1271Contains an XObject that is not supported (e.g. PostScript XObject).
e_PDFA2_8_1281Contains an invalid Transfer Curve in the extended graphics state.
e_PDFA2_9_1291Use of an invalid rendering intent.
e_PDFA2_10_12101Illegal operator.
e_PDFA3_2_1321Embedded font is damaged.
e_PDFA3_3_1331Incompatible CIDSystemInfo entries
e_PDFA3_3_2332Type 2 CIDFont without CIDToGIDMap
e_PDFA3_3_3_13331CMap not embedded
e_PDFA3_3_3_23332Inconsistent WMode in embedded CMap dictionary and stream.
e_PDFA3_4_1341The font is not embedded.
e_PDFA3_5_1351Embedded composite (Type0) font program does not define all font glyphs.
e_PDFA3_5_2352Embedded Type1 font program does not define all font glyphs.
e_PDFA3_5_3353Embedded TrueType font program does not define all font glyphs.
e_PDFA3_5_4354The font descriptor dictionary does not include a CIDSet stream for CIDFont subset.
e_PDFA3_5_5355The font descriptor dictionary does not include a CharSet string for Type1 font subset.
e_PDFA3_6_1361Widths in embedded font are inconsistent with /Widths entry in the font dictionary.
e_PDFA3_7_1371 A non-symbolic TrueType font must use WinAnsiEncoding or MacRomanEncoding.
e_PDFA3_7_2372A symbolic TrueType font must not specify encoding.
e_PDFA3_7_3373A symbolic TrueType font does not have exactly one entry in cmap table.
e_PDFA4_141Transparency used (ExtGState with soft mask).
e_PDFA4_242Transparency used (XObject with soft mask).
e_PDFA4_343 Transparency used (Form XObject with transparency group).
e_PDFA4_444 Transparency used (Blend mode is not 'Normal').
e_PDFA4_545 Transparency used ('CA' value is not 1.0).
e_PDFA4_646Transparency used ('ca' value is not 1.0).
e_PDFA5_2_1521Unknown annotation type.
e_PDFA5_2_2522 FileAttachment annotation is not permitted.
e_PDFA5_2_3523 Sound annotation is not permitted.
e_PDFA5_2_4524Movie annotation is not permitted.
e_PDFA5_2_5525 Redact annotation is not permitted.
e_PDFA5_2_6526 3D annotation is not permitted.
e_PDFA5_2_7527 Caret annotation is not permitted.
e_PDFA5_2_8528Watermark annotation is not permitted.
e_PDFA5_2_9529Polygon annotation is not permitted.
e_PDFA5_2_105210PolyLine annotation is not permitted.
e_PDFA5_2_115211Screen annotation is not permitted.
e_PDFA5_3_1531An annotation dictionary contains the CA key with a value other than 1.0.
e_PDFA5_3_2_15321An annotation dictionary is missing F key.
e_PDFA5_3_2_25322An annotation's 'Print' flag is not set.
e_PDFA5_3_2_35323An annotation's 'Hidden' flag is set.
e_PDFA5_3_2_45324An annotation's 'Invisible' flag is set.
e_PDFA5_3_2_55325An annotation's 'NoView' flag is set.
e_PDFA5_3_3_15331An annotation's C entry present but no OutputIntent present
e_PDFA5_3_3_25332 An annotation's C entry present but OutputIntent has non-RGB destination profile
e_PDFA5_3_3_35333An annotation's IC entry present but no OutputIntent present
e_PDFA5_3_3_45334An annotation's IC entry present and OutputIntent has non-RGB destination profile
e_PDFA5_3_4_15341An annotation AP dictionary has entries other than the N entry.
e_PDFA5_3_4_25342An annotation AP dictionary does not contain N entry
e_PDFA5_3_4_35343AP has an N entry whose value is not a stream
e_PDFA6_1_1611 Contains an action type that is not permitted.
e_PDFA6_1_2612 Contains a non-predefined Named action.
e_PDFA6_2_1621The document catalog dictionary contains AA entry.
e_PDFA6_2_2622 Contains the JavaScript key.
e_PDFA6_2_3623Invalid destination.
e_PDFA7_2_1721The document catalog does not contain Metadata stream.
e_PDFA7_2_2722The Metadata object stream contains Filter key.
e_PDFA7_2_3723The XMP Metadata stream is not valid.
e_PDFA7_2_4724XMP property not predefined and no extension schema present.
e_PDFA7_2_5725 XMP not included in 'xpacket'.
e_PDFA7_3_1731Document information entry 'Title' not synchronized with XMP.
e_PDFA7_3_2732Document information entry 'Author' not synchronized with XMP.
e_PDFA7_3_3733 Document information entry 'Subject' not synchronized with XMP.
e_PDFA7_3_4734 Document information entry 'Keywords' not synchronized with XMP.
e_PDFA7_3_5735 Document information entry 'Creator' not synchronized with XMP.
e_PDFA7_3_6736 Document information entry 'Producer' not synchronized with XMP.
e_PDFA7_3_7737Document information entry 'CreationDate' not synchronized with XMP.
e_PDFA7_3_8738Document information entry 'ModDate' not synchronized with XMP.
e_PDFA7_3_9739 Wrong value type for predefined XMP property.
e_PDFA7_5_1751'bytes' and 'encoding' attributes are allowed in the header of an XMP packet.
e_PDFA7_8_1781XMP Extension schema doesn't have a description.
e_PDFA7_8_2782 XMP Extension schema is not valid. Required property 'namespaceURI' might be missing in PDF/A Schema value Type.
e_PDFA7_8_3783'pdfaExtension:schemas' not found.
e_PDFA7_8_4784'pdfaExtension:schemas' is using a wrong value type.
e_PDFA7_8_5785 'pdfaExtension:property' not found.
e_PDFA7_8_6786'pdfaExtension:property' is using a wrong value type.
e_PDFA7_8_7787'pdfaProperty:name' not found.
e_PDFA7_8_8788'pdfaProperty:name' is using a wrong value type.
e_PDFA7_8_9789A description for a property is missing in 'pdfaSchema:property' sequence.
e_PDFA7_8_107810'pdfaProperty:valueType' not found.
e_PDFA7_8_117811The required namespace prefix for extension schema is 'pdfaExtension'.
e_PDFA7_8_127812The required field namespace prefix is 'pdfaSchema'.
e_PDFA7_8_137813The required field namespace prefix is 'pdfaProperty'.
e_PDFA7_8_147814The required field namespace prefix is 'pdfaType'.
e_PDFA7_8_157815The required field namespace prefix is 'pdfaField'.
e_PDFA7_8_167816'pdfaSchema:valueType' not found.
e_PDFA7_8_177817'pdfaSchema:valueType' is using a wrong value type.
e_PDFA7_8_187818Required property 'valueType' missing in PDF/A Schema Value Type.
e_PDFA7_8_197819'pdfaType:type' not found.
e_PDFA7_8_207820'pdfaType:type' is using a wrong value type.
e_PDFA7_8_217821'pdfaType:description' not found.
e_PDFA7_8_227822'pdfaType:namespaceURI' not found.
e_PDFA7_8_237823'pdfaType:field' is using a wrong value type.
e_PDFA7_8_247824'pdfaField:name' not found.
e_PDFA7_8_257825'pdfaField:name' is using a wrong value type.
e_PDFA7_8_267826'pdfaField:valueType' not found.
e_PDFA7_8_277827'pdfaField:valueType' is using a wrong type.
e_PDFA7_8_287828'pdfaField:description' not found.
e_PDFA7_8_297829'pdfaField:description' is using a wrong type.
e_PDFA7_8_307830Required description for 'pdfaField::valueType' is missing.
e_PDFA7_8_317831A property doesn't match its custom schema type.
e_PDFA7_11_17111Missing PDF/A identifier
e_PDFA7_11_27112Invalid PDF/A identifier namespace
e_PDFA7_11_37113Invalid PDF/A conformance level.
e_PDFA7_11_47114Invalid PDF/A part number.
e_PDFA7_11_57115Invalid PDF/A amendment identifier.
e_PDFA9_191An interactive form field contains an action.
e_PDFA9_292The NeedAppearances flag in the interactive form dictionary is set to true.
e_PDFA9_393AcroForms contains XFA.
e_PDFA9_494Catalog contains NeedsRendering.
e_PDFA3_8_1381The font dictionary is missing 'ToUnicode' entry.
e_PDFA8_2_2822The PDF is not marked as Tagged PDF.
e_PDFA8_3_3_18331Bad StructTreeRoot
e_PDFA8_3_3_28332Each structure element dictionary in the structure hierarchy must have a Type entry with the name value of StructElem.
e_PDFA8_3_4_18341A non-standard structure type does not map to a standard type.
e_PDFA1_2_3123Bad file header.
e_PDFA1_10_21102Invalid use of Crypt filter.
e_PDFA1_10_31103Bad stream Filter.
e_PDFA1_12_1011210Bad Permission Dictionary
e_PDFA1_13_51135Page dimensions are outside of the allowed range (3-14400).
e_PDFA2_3_102310Contains DestOutputProfileRef
e_PDFA2_4_2_1024220OPM is 1
e_PDFA2_4_2_1124221Incorrect colorant specification in DeviceN
e_PDFA2_4_2_1224222tintTransform is different in Separations with the same colorant name.
e_PDFA2_4_2_1324223alternateSpace is different in Separations with the same colorant name.
e_PDFA2_5_102510HTP entry in ExtGState.
e_PDFA2_5_112511Unsupported HalftoneType.
e_PDFA2_5_122512Uses HalftoneName key.
e_PDFA2_8_3_12831JPEG2000: Only the JPX baseline is supported.
e_PDFA2_8_3_22832JPEG2000: Invalid number of colour channels.
e_PDFA2_8_3_32833JPEG2000: Invalid color space.
e_PDFA2_8_3_42834JPEG2000: The bit-depth JPEG2000 data must be in range 1-38.
e_PDFA2_8_3_52835JPEG2000: All colour channels in the JPEG2000 data must have the same bit-depth.
e_PDFA2_10_2021020Page Group entry is missing in a document without OutputIntent.
e_PDFA2_10_2121021Invalid blend mode.
e_PDFA11_0_011000Catalog contains Requirements key.
e_PDFA6_10_06100PresSteps is not allowed.
e_PDFA6_10_16101AlternatePresentations not allowed.
e_PDFA6_2_11_562115Some characters map to 0 or FFFE.
e_PDFA6_2_11_662116Some text can't be mapped to Unicode.
e_PDFA6_2_11_762117PUA characters are missing ActualText.
e_PDFA6_2_11_862118Use of .notdef glyph
e_PDFA6_9_169001Optional content Missing Name entry
e_PDFA6_9_369003Optional content Contains AS entry
e_PDFA8_181FileSpec is missing F or UF key
e_PDFA_3E11Embedded file has no MIME type entry
e_PDFA_3E1_1101Embedded file Params has no ModDate entry
e_PDFA_3E22Embedded file has no AFRelationship
e_PDFA_3E33Doc catalog is missing AF entry
e_PDFA_LAST4
See Also