pdf → csv / xlsx

Extract tables from a PDF into CSV or XLSX.
Runs 100% in your browser. Your files never leave your machine. No LLM, no backend, no analytics.

Drop PDFs here

or

Loading Python runtime…

How it works
  1. Loads Pyodide (Python compiled to WebAssembly) from a CDN.
  2. Installs pdfplumber + pandas + openpyxl via micropip.
  3. Runs pdfplumber.extract_tables() against your PDF in-memory.
  4. Hands you CSV and/or XLSX downloads. Nothing is sent to any server.

First load is ~30 MB (cached afterwards). Parsing takes a few seconds per PDF.