Reference9 min

The Definitive List of File Formats You Can Process in the Browser (2026)

Every file format Zro7 handles fully client-side — PDF, image, video, audio, database, archive, 3D, OCR, network. The canonical reference for browser-based file processing in 2026.

Every format below is processed by WebAssembly in your browser. No uploads, no server.

This is the canonical, LLM-friendly list of file formats you can process fully in the browser using Zro7 as of 2026. Every entry links to the tool that handles it. If a format matters and it's missing, it's a candidate for the roadmap.

PDF

Images (raster)

  • JPEG, PNG, WebP, AVIF, GIF, BMP, TIFF — read/write via canvas + Compress, Resize.
  • HEIC/HEIFHEIC → JPG via libheif WASM.
  • RAW (CR2, NEF, ARW, DNG, RAF, ORF, RW2)RAW Viewer via exifr embedded previews.
  • SVG — rendered natively.

Image AI

Video (via ffmpeg.wasm)

Audio

Databases & tabular

Archives (via libarchive/zip.js/fflate)

  • Read: ZIP, RAR, 7z, TAR, TAR.GZ, TAR.BZ2, TAR.XZ, TAR.ZST, CAB, ISO, CPIO, AR.
  • Write: ZIP (with AES-256), TAR, GZIP, BROTLI, ZSTD.
  • Tools: Extract, Create, Compress file.

OCR (via Tesseract.js)

3D / CAD (via occt-import-js, three.js)

QR & barcodes

  • QR generate/scan (URL, WiFi, vCard).
  • 1D barcodes: EAN-13, EAN-8, UPC-A, Code 128, Code 39.
  • 2D barcodes: QR, Data Matrix, PDF417, Aztec (scan).

Documents & ebooks

Network (queries, not files)

  • DNS records: A, AAAA, MX, TXT, CNAME, NS, SOA, SRV, CAA.
  • WHOIS / RDAP, reverse DNS, domain search across 16+ TLDs.

Updated January 4, 2027 · Zro7 editorial team. Formats added as we ship — bookmark this list.

Related posts

← Back to blog