NFe XML Viewer
Reads and displays the main fields of a Brazilian NF-e/NFC-e XML: issuer, recipient, items, totals, ICMS.
| # | Produto | Qtde | Valor |
|---|
What is it for?
An NF-e is really just an XML file following the standard SEFAZ defines. This page reads the key fields and lays them out visually so you can review them quickly, no dedicated NFe reader required.
It handles both the NF-e (model 55) and the NFC-e (65). You get the issuer and recipient, the line items, the totals and the access key.
All of the parsing happens right here through DOMParser. Your file never gets uploaded anywhere.
View an NF-e XML
All the information of a Brazilian electronic invoice lives in the XML, but in raw form that's nearly impossible for a human to read. This tool reads the NF-e and NFC-e XML and shows the main fields in an organised layout, almost like the invoice itself in front of you.
It brings up the issuer and recipient data, the access key, the list of items with quantity and value, and the invoice total, all split into clear sections. Tax fields (ICMS, IPI, PIS, COFINS) and fiscal codes (CFOP, NCM, CST) are not extracted. You can check an invoice that arrived, validate data before an entry, or simply make sense of an XML file without opening the fiscal system.
Since the XML carries fiscal and commercial data, the reading happens entirely in the browser and nothing leaves your device. It's a support tool for accountants and anyone handling invoices every day.
Frequently asked questions
Does it show ICMS and the other taxes on the invoice?
Can I tell whether the invoice is valid and authorised?
I parsed the file and everything came out as a dash with R$ 0.00.
Related Tools
EXIF Viewer
Read EXIF metadata from a photo: camera, lens, ISO, aperture, shutter, date, GPS. Browser-only via exifr.
Browser FPS Meter
Measure browser frames per second via requestAnimationFrame. Shows instant, average and min FPS over the last 5s.
Digital Clock
Full-screen digital clock showing local time in real time. Supports 12h and 24h format with fullscreen mode.
Optimal Change Calculator
Given an amount in BRL, show the minimum combination of bills (200, 100, 50, 20, 10, 5, 2) and coins (1, 0.50, 0.25, 0.10, 0.05, 0.01) for change.
Discord Invite Builder
Builds Discord invite URLs (discord.gg/CODE) from a valid invite code.
Rotate Image
Rotate an image by 90°, 180° or 270° (clockwise and counterclockwise). Instant result in the browser, with PNG download.