Questions tagged [zugferd]
20 questions
5
votes
1 answer
Convert PDF to PDF/A3 or PDF/A-1 to PDF/A-3
I'm testing iTextSharp to generate ZUGFeRD-Files. My first step was to generate a ZUGFeRD conform file from an existing PDF/A-3 file. This was successfull by using PDFACopy and creating the necessary PDFFileSpecification.
The next step would be to…

AndreasGloeckner
- 292
- 3
- 5
- 18
3
votes
1 answer
How to attach ZUGFeRD-XML to a PDF with perl?
I need to create a PDF/A 3b-document with an XML attached to it like it's declared in ZUGFeRD. For this purpose I wrote myself a perl-script which can create the XML-file as a string and attach it to a PDF. I followed the tutorial of the…

Streuner
- 125
- 1
- 1
- 15
3
votes
2 answers
Extracting embedded XML File from PDF A/3 using abcpdf in C# - ZUGFeRD
I'm currently working with the new German ZUGFeRD files. These are PDF A/3 files who have an embedded XML file in them which contains data.
I want to extract this XML file from the PDF A/3 using abcpdf 8.1 with C#.
Any idea how to do this ?
Thanks a…

user3296596
- 29
- 1
- 4
1
vote
0 answers
Can't validate my Factur-X/ZUGFeRD file because of Specification: ISO 19005-3:2012, Clause: 6.2.3, Test number: 1
I am trying to generate valid Factur-X/ZUGFeRD file using GhostScript.
I think I am very close to having a good result but there's still one last thing blocking. When I try to validate my PDF with and online validator or VeraPDF, i am getting this…

aprotiere
- 35
- 4
1
vote
2 answers
Creating invoice pdf within ZUGFeRD xml embeded on MERN project
I am trying to create an invoice pdf with ZUGFeRD format on my site.
After customer placing his order, the order information should be saved in ZUGFeRD xml file and then create invoice pdf file which has the xml file as an attachment.
The project is…

Zhukov Adam
- 13
- 2
1
vote
1 answer
Seeking template for the generation of EN16931 (ZugFERD) compliant E-invoice xml
Our small company is being required to supply EU-compliant E-invoices. I have found the Python package factur-x, and the factur-x plug-in for libreoffice. Unfortunately the latter generates only minimal factur-X invoices, and our customers are…

nigel222
- 7,582
- 1
- 14
- 22
1
vote
1 answer
Using ghostscript and facturx library in python to create factur-x PDF/A-3 compliant (Zugferd)
first of all I read the documentation here Creating a ZUGFeRD pdf to have a Zugferd PDF/A-3 pdf compliant :
Created a custom .ps you can check it here PDFA_def.ps as mentioned in Zugferd documentation and used this color profile sRGB.icc.
I wanted…

Ahmed Tarek
- 53
- 9
1
vote
1 answer
How do I add an attachment to a pdf file with (PDF/A-3) file format?
I want to create a PDF/A-3 Document and then add an attachment to it.
I tried using the Interop Services.
Dim xl As Microsoft.Office.Interop.Excel.Application = New Microsoft.Office.Interop.Excel.Application
Dim wkb As…

llennac
- 25
- 4
1
vote
0 answers
Konik ZUGFeRD PaymentDiscountTerms
I am testing konik.io Library using .NET.
I want to setup payment discount for an invoice. I thought I could do this with the class PaymentDiscountTerms:
var paymentDiscountTerm = new…

Daniel Erling
- 21
- 3
1
vote
1 answer
How to create virtual XML for ZUGFeRD Invoices
I try to create a PDF/A-3b file which contains an embedded XML-File to be ZUGFeRD conform. I use Perl and PDFLib for this purpose. The PDFLib Documentation out there is just for Java and PHP. Creating the PDF works fine, but the XML part is my…

Sebi
- 3,879
- 2
- 35
- 62
1
vote
0 answers
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…

AndreasGloeckner
- 292
- 3
- 5
- 18
0
votes
1 answer
Does a reference XSD schema exists to validate CII XML files
I'm not sure this is the place to ask this kind of question.
I have to generate CII compliant XML files. I am looking for a reference XML file that describe a universal XSD Schema that allows to validate XML files against CII standards. After a lot…

aprotiere
- 35
- 4
0
votes
1 answer
Zugfered Schematron validation of the submitted XRechnung failed
I am trying to convert a German invoice PDF to Zugfered Xrechnung format using C# ZUGFeRD-csharp (s2industries) library.
ZUGFeRDVersion.Version21, s2industries.ZUGFeRD.Profile.XRechnung
I can get XRechnung XML too, But if validate that xml using…

Karthik M
- 1
- 2
0
votes
1 answer
How to convert a normal invoice PDF to Zugfered XRechnung format file in C#?
I am trying to convert a German invoice PDF to Zugfered format using C# ZUGFeRD-csharp (s2industries) library. Its works fine in B2B (Business to Business) with using below line
ZUGFeRDVersion.Version21, s2industries.ZUGFeRD.Profile.Comfort
But…

Karthik M
- 1
- 2
0
votes
1 answer
Extract xml from ZUGFeRD PDF with Ghostscript
We would like to automate the processing of Zugferd invoices.
Is there a way to extract and save the xml files embedded in the PDF using Ghostscript?