— text & data —
LiveView UBL invoice
Open a UBL XML invoice and view it as a readable invoice, with PDF download.
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
Build a clean invoice with VAT and download it as a PDF — no accounting subscription or account.
Bulk-check IBANs
Check a whole list of IBANs for validity at once.
CSV / Excel fix
Repair broken CSVs with wrong delimiters or encoding.
Structure CSV
Turn a block of raw data into a clean CSV with headers, auto-recognises IBAN, date, email, phone, numbers.
This tool runs entirely in your browser. Nothing is uploaded or stored on a server.