Skip to main content
All docs
V25.1
  • PdfDocument.AttachZugferdInvoice(Stream, PdfZugferdVersion, PdfZugferdConformanceLevel) 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,
        PdfZugferdVersion version,
        PdfZugferdConformanceLevel conformanceLevel
    )

    Parameters

    Name Type Description
    invoiceStream Stream

    A stream that contains the 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