officefileapi-devexpress-dot-pdf-4523976d.md
Lists values used to specify a ZUGFeRD attachment’s conformance level.
Namespace : DevExpress.Pdf
Assembly : DevExpress.Pdf.v25.2.Core.dll
NuGet Package : DevExpress.Pdf.Core
public enum PdfZugferdConformanceLevel
Public Enum PdfZugferdConformanceLevel
| Name | Description |
|---|---|
None |
No conformance level is specified.
|
| Minimum |
Minimum level (minimum invoice information required on CHORUS PRO, and equivalent to a classic header OCR and manual validation data capture).
|
| Basic |
Basic level (the invoice contains basic details and additional information included as free text).
|
| Comfort |
Comfort level (the details are structured and fully automated).
|
| Extended |
Extended EN16931 level.
|
| BasicWL |
Basic WL level (invoice information is mostly required or useful for process automation).
|
| EN16931 |
EN1 6931 level (invoice information contained in the European Norm EN16931).
|
| XRechnung |
XRechnung level (a binding requirement for the receipt of electronic invoices for all public sector customers in Germany).
|
See Also