factur-x icon indicating copy to clipboard operation
factur-x copied to clipboard

Python lib for Factur-X, the e-invoicing standard for France and Germany

Results 32 factur-x issues
Sort by recently updated
recently updated
newest added

Silly question, is it OK to use PDF/A-1 as input? I used http://www.mustangproject.org/MustangGnuaccountingBeispielRE-20170509_506blanko.pdf as a basis but https://www.pdf-online.com/osa/validate.aspx complained on the resulting [python-factur-x.pdf](https://github.com/akretion/factur-x/files/1609214/python-factur-x.pdf) ``` Validating file "python-factur-x.pdf" for conformance level...

Why does generate_from_binary use the same file to read original pdf and write output ? This results in a concatenation of two files.

In order to keep the PDF/A conformity when legally signing the PDF via Trustweaver, the metadata_file_entry = metadata_file_entry.flateEncode() line 652 had to be removed.

Hello everyone, a customer noticed that the ISO code for the Canary Islands IC seems to be missing. I hope that we can simply add it to the list or...

Tried to read one of the test files and it failed. ``` manu@nyx2: ~/Downloads $ facturx-pdfextractxml factur-x/zugferd10/Beispiele/zugferd_example_invoice_en.pdf test.xml PdfReadWarning: PdfFileReader stream/file object is not in binary mode. It may not...

Added the possibility to generate factur-x invoices matching ZUGFeRD 2.0 standard. This is totally deprecated, but it can be useful when working with companies used to ZUGFeRD 2.0 instead of...

Additional fixes to #7

When using generate_facturx_from_file on a pdf file with bookmarks, those are removed.

Hi all, I have an XML which is rendered from a code generator. In Python 2.7, everything was running fine. Now, after an upgrade to Python 3.5, running check_facturx_xsd(facturx_xml=xml) will...

Hi, I've been trying to get the 'generate_facturx_from_file' to work. Beforehand I validated my XML file and it's fine. When running the below unfortuntately, no succcess: from facturx import generate_facturx_from_file...