API Reference

Enum

PdfComplianceProfile

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Requested generated-PDF compliance profile.

Inheritance

  • Enum
  • PdfComplianceProfile

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const PdfComplianceProfile None #

No formal archival, accessibility, or e-invoice profile is requested.

Value: 0
public const PdfComplianceProfile PdfA2B #

PDF/A-2b archival profile.

Value: 1
public const PdfComplianceProfile PdfA2U #

PDF/A-2u archival profile with Unicode text mapping requirements.

Value: 2
public const PdfComplianceProfile PdfA2A #

PDF/A-2a archival profile with accessibility structure requirements.

Value: 3
public const PdfComplianceProfile PdfA3B #

PDF/A-3b archival profile.

Value: 4
public const PdfComplianceProfile PdfA3U #

PDF/A-3u archival profile with Unicode text mapping requirements.

Value: 5
public const PdfComplianceProfile PdfA3A #

PDF/A-3a archival profile with accessibility structure requirements.

Value: 6
public const PdfComplianceProfile PdfUa1 #

PDF/UA-1 accessibility profile.

Value: 7
public const PdfComplianceProfile FacturX #

Factur-X e-invoice profile, built on PDF/A-3 plus embedded EN 16931 XML.

Value: 8
public const PdfComplianceProfile Zugferd #

ZUGFeRD e-invoice profile, built on PDF/A-3 plus embedded EN 16931 XML.

Value: 9
public const PdfComplianceProfile PdfA4 #

PDF/A-4 archival profile.

Value: 10
public const PdfComplianceProfile PdfA4E #

PDF/A-4e archival profile for engineering documents.

Value: 11
public const PdfComplianceProfile PdfA4F #

PDF/A-4f archival profile with embedded-file support.

Value: 12
public const PdfComplianceProfile PdfUa2 #

PDF/UA-2 accessibility profile.

Value: 13