PDFAError¶
Namespace: O2S.Components.PDF4NET.Standards
Possible errors that can be detected in a document that needs to be formatted in PDF/A standard.
Inheritance Object → ValueType → Enum → PDFAError
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| InvalidPDFADocument | 0 | The document cannot be formatted using PDF/A standard. |
| DocumentAttachmentsAreNotAllowed | 1 | Document attachments (embedded files) are not allowed in a PDF/A-1 document. |
| OptionalContentIsNotAllowed | 2 | Optional content is not allowed in a PDF/A-1 document. |
| DocumentAdditionalActionsAreNotAllowed | 3 | Document additional actions are not allowed in a PDF/A-1 document. |
| DocumentOpenActionTypeIsNotAllowed | 4 | The type of the document open action is not allowed in a PDF/A-1 document. |
| DocumentMetadataIsMissing | 5 | Metadata is mising from the document. |
| DocumentAcroFormNeedAppearancesKeyIsNotAllowed | 6 | The /NeedAppearances key in AcroForm dictionary cannot be set to true in a PDF/A-1 document. |
| FieldWidgetActionIsNotAllowed | 7 | Field widget actions are not allowed in a PDF/A-1 document. |
| FieldWidgetAdditionalActionsAreNotAllowed | 8 | Field widget additional actions are not allowed in a PDF/A-1 document. |
| FieldWidgetAppearanceIsMissing | 9 | The appearance is missing from a field widget. |
| FieldAdditionalActionsAreNotAllowed | 10 | Field additional actions are not allowed in a PDF/A-1 document. |
| AnnotationTypeIsNotAllowed | 11 | The annotation type is not allowed in a PDF/A-1 document. |
| AnnotationAdditionalActionsAreNotAllowed | 12 | Annotation additional actions are not allowed in a PDF/A-1 document. |
| AnnotationOpacityIsNotAllowed | 13 | Annotation opacity level less than 100% is not allowed in a PDF/A-1 document. |
| AnnotationFKeyIsMissing | 14 | The /F (Flags) key in annotation dictionary is mandatory in a PDF/A-1 document. |
| AnnotationIsNotVisible | 15 | Annotation must be marked as visible in a PDF/A-1 document. |
| AnnotationIsHidden | 16 | Annotation cannot be marked as hidden in a PDF/A-1 document. |
| AnnotationIsNotPrintable | 17 | Annotation must be marked as printable in a PDF/A-1 document. |
| TextAnnotationCanBeZoomed | 18 | Text annotation cannot be zoomed in a PDF/A-1 document. |
| TextAnnotationCanBeRotated | 19 | Text annotation cannot be rotated in a PDF/A-1 document. |
| AnnotationColorIsNotRgb | 20 | The annotation color must be a color RGB in a PDF/A-1 document. |
| AnnotationInteriorColorIsNotRgb | 21 | The annotation interior color must be a color RGB in a PDF/A-1 document. |
| AnnotationNormalAppearanceIsMissing | 22 | Annotation must have a normal appearance set in a PDF/A-1 document. |
| AnnotationAppearancesAreNotAllowed | 23 | Annotation can have only the normal appearance in a PDF/A-1 document. |
| AnnotationAppearanceIsInvalid | 24 | Annotation normal appearance must be a form XObject in a PDF/A-1 document. |
| AnnotationActionTypeIsNotAllowed | 25 | Annotation action type is not allowed in a PDF/A-1 document. |
| XObjectSoftMaskIsNotAllowed | 26 | A form XObject cannot have a softmask in a PDF/A-1 document. |
| XObjectTransparencyGroupIsNotAllowed | 27 | An image or a form XObject cannot have a transparency group in a PDF/A-1 document. |
| ExtendedGraphicStateSoftMaskIsNotAllowed | 28 | Soft masks are not allowed in extended graphic state objects in a PDF/A-1 document. |
| ExtendedGraphicStateBlendModeIsNotAllowed | 29 | Blend modes are not allowed in extended graphic state objects in a PDF/A-1 document. |
| ExtendedGraphicStateAlphaChannelIsNotAllowed | 30 | Alpha channels are not allowed in extended graphic state objects in a PDF/A-1 document. |
| ExtendedGraphicStateTRKeyIsNotAllowed | 31 | /TR key is not allowed in extended graphic state objects in a PDF/A-1 document. |
| ExtendedGraphicStateTR2KeyIsNotAllowed | 32 | /TR2 key is not allowed in extended graphic state objects in a PDF/A-1 document. |
| ExtendedGraphicStateRenderingIntentIsNotAllowed | 33 | /Rendering intent is not allowed in extended graphic state objects in a PDF/A-1 document. |
| ImageAlternatesKeyIsNotAllowed | 34 | /Alternates key is not allowed in an image object in a PDF/A-1 document. |
| ImageOPIKeyIsNotAllowed | 35 | /OPI key is not allowed in an image object in a PDF/A-1 document. |
| ImageInterpolateKeyIsNotAllowed | 36 | /Interpolate key is not allowed in an image object in a PDF/A-1 document. |
| ImageRenderingIntentIsNotAllowed | 37 | /Rendering intent is not allowed in image objects in a PDF/A-1 document. |
| XObjectOPIKeyIsNotAllowed | 38 | /OPI key is not allowed in a form XObject in a PDF/A-1 document. |
| XObjectSubtype2KeyIsNotAllowed | 39 | /Subtype2 key is not allowed in a form XObject in a PDF/A-1 document. |
| XObjectPSKeyIsNotAllowed | 40 | /PS key is not allowed in a form XObject in a PDF/A-1 document. |
| XObjectRefKeyIsNotAllowed | 41 | /Ref key is not allowed in a PDF/A-1 document. |
| PostScriptFormXObjectIsNotAllowed | 42 | PostScript form XObjects are not allowed in a PDF/A-1 document. |
| StandardPDFFontIsNotAllowed | 43 | Standard base 14 PDF fonts are not allowed in a PDF/A-1 document. |
| Type1FontIsNotEmbedded | 44 | Type1 fonts must be embedded in a PDF/A-1 document. |
| TrueTypeFontIsNotEmbedded | 45 | TrueType fonts must be embedded in a PDF/A-1 document. |
| Type0FontIsNotEmbedded | 46 | Type0 fonts must be embedded in a PDF/A-1 document. |
| RgbCmykMixIsNotAllowed | 47 | RGB and CMYK colors cannot be used in the same time in a PDF/A-1 document. |
| RgbOutputProfileDoesNotMatchDocumentContent | 48 | A RGB color profile must be present in a PDF/A-1 document's OutputIntents when RGB colors are used in the content. |
| CmykOutputProfileDoesNotMatchDocumentContent | 49 | A CMYK color profile must be present in a PDF/A-1 document's OutputIntents when CMYK colors are used in the content. |