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
- Loads Pyodide (Python compiled to WebAssembly) from a CDN.
- Installs
pdfplumber+pandas+openpyxlvia micropip. - Runs
pdfplumber.extract_tables()against your PDF in-memory. - 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.