— text & data —
LiveView UBL invoice
Open a UBL XML invoice as a readable invoice — and download it as a PDF.
runs entirely in your browser
Frequently asked questions
What's a UBL invoice?
UBL (Universal Business Language) is the standard XML format for digital invoices in the EU. From 2026 it'll be mandatory for B2B invoicing under the ViDA regulation. UBL invoices look like raw XML, not easy to work with without a viewer.
Is my invoice uploaded?
No. Parsing happens via the browser's DOMParser; the PDF is built locally via pdf-lib. No server, no log. Open the Network tab during use, not a byte leaves your device.
Does this work on CreditNotes?
Yes. The parser recognises both <Invoice> and <CreditNote> as root elements and adapts the line-item tags automatically (InvoiceLine vs CreditNoteLine, InvoicedQuantity vs CreditedQuantity).
Which fields are read?
Invoice number, date, due date, currency, buyer reference. Supplier and customer with name, Chamber of Commerce ID, VAT ID, and address. All line items (description, quantity, price, amount). Totals, VAT subtotals per percentage, IBAN. Attachments and signatures aren't shown.
— related tools —
Related tools
Invoice maker
A clean invoice with VAT, out as a PDF. No accounting subscription, no account.
Bulk-check IBANs
Check a whole list of IBANs for validity, in one go.
CSV / Excel fix
Fix broken CSVs with the wrong delimiters or encoding.
Structure CSV
A block of raw data becomes a clean CSV with headers. Auto-detects IBAN, date, email, phone and numbers.
This tool runs entirely in your browser. Nothing is uploaded or stored on a server.