Upload an e-Factura XML and get a readable preview you can print as PDF.
| Description | Qty | Unit | Line total |
|---|---|---|---|
| No invoice lines found in this XML. | |||
| Description | Qty | Unit | Line total |
|---|---|---|---|
| No invoice lines found in this XML. | |||
Convert a Romanian e-Factura XML (UBL) into a readable PDF-like preview that you can print/save. It’s the fastest way to understand “what’s inside this XML?” without opening it in a code editor.
It does:
It does not:
Romanian e-Factura commonly uses UBL-style invoice structures. The XML is designed for systems, not humans, which is why it feels “unreadable” in a normal viewer.
A preview step is useful when you need to:
This page aims to be a fast human preview, not a pixel-perfect government template.
Most invoice reviews come down to a small set of checks:
If a field shows as “-”, it’s usually either optional or stored differently in that specific XML variant.
If you want predictable results and fewer “surprises”:
Common causes:
.xml)Fix: re-download from the source system and upload again.
Different generators may store names in different UBL nodes. If it’s blank:
RegistrationName or PartyNameQuick checks that often reveal issues:
subtotal + tax ≈ payable (allowing for rounding)?If you suspect a bug, validate upstream calculation rules and rounding methods.
If the XML has no InvoiceLine, it may not be a proper invoice, or the upstream export is incomplete. Treat this as a red flag and request a corrected file.
This tool parses the XML in your browser (client-side). The file contents are not meant to be uploaded to our server as part of this feature. Still, invoice XML can contain sensitive business data—avoid using shared devices and don’t share exported PDFs unless you intend to.
Use Verify e‑Factura XML for quick checks. Passing a practical check is not the same as full ANAF acceptance.
Treat it as a readable copy for humans. The authoritative file in e-Factura workflows is typically the XML (plus any official confirmations in your system).
Some XMLs omit optional fields or store data differently. If something critical is missing, validate the XML and ask the issuer to resend/confirm the content.
See RO e-Factura: a practical guide (XML, validation, PDF preview).
For e-Factura, aim for two things: (1) clearly understand what the XML contains, (2) catch common errors early.
This tool turns an RO e-Factura XML (UBL invoice) into a readable preview you can print/save as a PDF. It is designed for quick human review: checking totals, parties, and line items before you upload or archive a document.
It runs locally in your browser: the XML is not uploaded to our servers.