Skip to main content
All docs
V23.2

PdfDocument.AttachZugferdInvoice(Byte[], PdfZugferdVersion, PdfZugferdConformanceLevel) Method

Attaches a ZUGFeRD XML to the document.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public void AttachZugferdInvoice(
    byte[] invoiceData,
    PdfZugferdVersion version,
    PdfZugferdConformanceLevel conformanceLevel
)

Parameters

Name Type Description
invoiceData Byte[]

A byte array that contains ZUGFeRD XML data.

version PdfZugferdVersion

An enumeration value that specifies the ZUGFeRD version.

conformanceLevel PdfZugferdConformanceLevel

An enumeration value that indicates the ZUGFeRD conformance level.

Remarks

Note

The AttachZugferdInvoice method does not convert the document to a PDF/A-3b-compatible file. Make sure that your document is PDF/A-3b-compliant.

See Also