Skip to main content
All docs
V23.2

PdfDocument.AttachZugferdInvoice(Stream) 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(
    Stream invoiceStream
)

Parameters

Name Type Description
invoiceStream Stream

A stream that contains the ZUGFeRD XML data.

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