[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ZUGFeRD/Factur-X


Am 09.07.24 um 22:04 schrieb Karl Reinl:

me also I'm looking out for that to use it in my invoice Programm because once we will need it. Found until now java and c# parts and libs. I collecting informations till now so I ask also here.

What I found as a possible solution is

https://www.mustangproject.org/commandline/

which can be used to create a Zugferd invoice from a Pdf/a file and a
Xml file.

Until now we create Pdf files from LaTeX sources. To convert these to
Pdf/A I will use Ghostscript:

gs -dPDFA -dBATCH -dNOPAUSE -dUseCIEColor
-sProcessColorModel=DeviceCMYK -sDEVICE=pdfwrite
-sPDFACompatibilityPolicy=1 -sOutputFile=pdfa-invoice.pdf original.pdf

And then I can combine factur-x.xml (until now I have no solution to
create it) and pdfa-invoice.pdf with

java -Xmx1G -Dfile.encoding=UTF-8 -jar Mustang-CLI-2.10.0.jar
--action combine

Alles Gute

Christof Thalhofer

--
Dies ist keine Signatur


Follow-Ups:
Re: ZUGFeRD/Factur-XChristof Thalhofer <chrisml@xxxxxxxxxxx>
References:
ZUGFeRD/Factur-XCharlie Reinl <Karl.Reinl@xxxxxxxxxx>
Re: ZUGFeRD/Factur-XSystem64 Development <64xcode@xxxxxxxxx>
Re: ZUGFeRD/Factur-XKarl Reinl <karl.reinl@xxxxxxxxxx>