n8n node to handle E-Invoices with PDF or XML files (ZUGFeRD / XRechnung / Factur-X / EN-16931)
npm install n8n-nodes-einvoice-deThis community package provides an n8n node to work with electronic invoices (E-Invoices).
ā ļø Important note / Attribution
This package is a fork of the original project
geckse/n8n-nodes-einvoice.
The fork was created and published by BALZERTEC to improve and extend
support for German electronic invoices, especially regarding
XRechnung, ZUGFeRD and EN 16931 compliance.
All credit for the original idea and implementation goes to geckse.
This fork focuses on adapting and stabilizing the processing of German
invoice standards.
---
- Extract invoice information from valid E-Invoices via PDF or XML
- Supported standards:
- ZUGFeRD
- XRechnung
- Factur-X
- EN 16931
- Option to return the raw XML as JSON
- Option to return the raw XML embedded in PDF files
n8n is a fair-code licensed workflow automation platform.
Supported Operations
Installation
Compatibility
About the Original Project
Version History
---
| Operation | Description | Options |
|---------|-------------|---------|
| Extract | Extract E-Invoice information from a PDF or XML file | PDF password, return raw JSON, return raw XML, keep source |
| _Attach (planned)_ | Attach valid E-Invoice data to a PDF or generate a valid XML invoice | ā |
---
Follow the official installation guide
for n8n community nodes.
All required dependencies are installed automatically. The node relies on
the same libraries n8n itself uses for handling PDF and XML data.
---
Compatible with n8n ā„ 1.72.x.
If you encounter any issues, please open an issue in the corresponding repository:
- Fork: https://github.com/BALZERTEC/n8n-nodes-einvoice
- Original project: https://github.com/geckse/n8n-nodes-einvoice
---
![]()
The original node was created by geckse.
Beside building automations, geckse also created a SaaS that automates bank
accounts and makes them accessible for workflow automation.
If you want to not only extract invoice data but also match payments with
your bank accounts, check out the original SaaS project:
š https://kontoflux.io
---