In developmentThis tool is still in development. It needs a server component that is not switched on yet, so it will not convert files in your browser right now. The 57 browser tools work fully today — this one is coming soon.
Sponsored
Requires server
This tool needs a server — and isn't switched on
Unlike the 57 browser tools here, this one genuinely can't run in your browser. Office-format conversion, PDF encryption, and deep image compression need software that only exists server-side.
If you're the site owner: deploy the reference server in /server, then set API.enabled = true in assets/api.js.
Uploads to server
Sponsored
How it works
- Table extraction is genuinely hard: a PDF "table" is often just text positioned near some lines. The server uses heuristics to reconstruct rows and columns.
- Ruled tables with clear borders extract well. Borderless or merged-cell tables often don't. Always check the output against the original.
- This tool uploads your file to a server — unlike every browser-based tool here. The server processes it and deletes it immediately; it is never stored. But if that tradeoff matters to you, use the client-side tools instead, where the file provably never leaves your device.