AndreasGloeckner
AndreasGloeckner

Reputation: 302

iText#: Wrong NamespaceUri for ZUGFeRD

After looking in my ZUGFeRD-PDF's metadata, I found out that iText# defined the wrong/old namespaceURI for ZUGFeRD in the PdfAXmpWriter.

The namspaceUri for zf is urn:ferd:pdfa:CrossIndustryDocument:invoice:1p0#which is correctly defined in the regular iText (for Java), but in iText# is defined urn:ferd:pdfa:invoice:1p0#

https://github.com/itext/itextpdf/blob/master/pdfa/src/main/java/com/itextpdf/text/xml/xmp/PdfAXmpWriter.java

https://github.com/itext/itextsharp/blob/master/src/extras/itextsharp.pdfa/iTextSharp/text/xml/xmp/PdfAXmpWriter.cs

Could you check this?

Upvotes: 1

Views: 245

Answers (0)

Related Questions