Skip to main content
All docs
V25.1
  • PdfDocumentConverter.PdfACompatibility Property

    Gets the PDF/A version of the document loaded to the converter.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Docs.v25.1.dll

    NuGet Package: DevExpress.Document.Processor

    Declaration

    public PdfACompatibility PdfACompatibility { get; }

    Property Value

    Type Description
    PdfACompatibility

    A PdfACompatibility value that specifies the PDF/A version of the document.

    Available values:

    Show 12 items
    Name Description
    None

    The document format is not compatible with PDF/A.

    PdfA1a

    The document supports the ISO 19005-1:2005 (Accessible) standard.

    PdfA1b

    The document supports the ISO 19005-1:2005 standard.

    PdfA2a

    The document supports the ISO 19005-2:2011 (Accessible) standard.

    PdfA2b

    The document supports the ISO 19005-2:2011 standard.

    PdfA2u

    The document supports the ISO 19005-2:2011 (Unicode) standard.

    PdfA3a

    The document supports the 19005-3:2012 (Accessible) standard.

    PdfA3b

    The document supports the ISO 19005-3:2012 (Unicode) standard.

    PdfA3u

    The document supports the ISO 19005-3:2012 (Unicode) standard.

    PdfA4

    The document supports the ISO 19005-4 standard.

    PdfA4e

    The document supports the ISO 19005-4 (Engineering) standard.

    PdfA4f

    The document supports the ISO 19005-4 (Embedded Files) standard.

    See Also