Specifies the ZUGFeRD (Factur-X) conformance level to use when exporting PDF invoices. Higher levels generally include all requirements of the lower levels and add more structured data to support automated processing and validation scenarios.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.EmbeddedFiles
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public enum ZugferdConformanceLevel
Fields
The basic profile providing core structured data for improved interoperability and basic automated processing between trading partners.
Basic = 1
The comfort profile with richer structured content, typically aligned with common business requirements to enable advanced automation.
Comfort = 2
The most comprehensive profile including extended data elements to cover advanced or industry-specific scenarios beyond the comfort profile.
Extended = 3
The minimal profile providing only the essential data needed for a compliant e-invoice. Suitable for simple use cases with limited automation.
Minimum = 0
The German CIUS XRechnung reference profile based on EN 16931. This profile is exported with XRECHNUNG conformance metadata and embeds the invoice XML as xrechnung.xml.
XRechnung = 4