You can add a document to the InvoiceDescriptor. Saving also works without errors in both formats (UBL, CII). But the document is only inserted into the XML in ZUGFeRDFormats.CII. Is this supposed to be the case or is this a bug?
I need the document in the UBL version.
desc.Save(stream, ZUGFeRDVersion.Version22, Profile.XRechnung,ZUGFeRDFormats.UBL); > not working
desc.Save(stream, ZUGFeRDVersion.Version22, Profile.XRechnung,ZUGFeRDFormats.CII); > works
Hi,
You can add a document to the InvoiceDescriptor. Saving also works without errors in both formats (UBL, CII). But the document is only inserted into the XML in ZUGFeRDFormats.CII. Is this supposed to be the case or is this a bug? I need the document in the UBL version.
desc.Save(stream, ZUGFeRDVersion.Version22, Profile.XRechnung,ZUGFeRDFormats.UBL); > not working desc.Save(stream, ZUGFeRDVersion.Version22, Profile.XRechnung,ZUGFeRDFormats.CII); > works
Info: The additional document is a PDF file
Best regards, Steffen