Skip to main content
All docs
V25.1
  • PdfDocument.AttachZugferdInvoice(Stream) Method

    Attaches a ZUGFeRD XML to the document.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.1.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