UtilitiesTools

PDF Tools

A small, focused set of free PDF tools that do their whole job inside your browser. Merge PDFs, turn images into a PDF, or pull pages out as images — your files never leave your device. No upload, no sign-up, no watermark.

Pick a tool

🔒 Every tool above runs 100% in your browser — open your Network tab while you use one and you will see no file upload.

What these PDF tools are

This is a small, focused set of free PDF tools that run entirely inside your web browser. Each one does a single, common job — turning images into a PDF, combining several PDFs into one, or turning a PDF's pages into images — and gives you the finished file back in seconds. The thing that sets them apart is simple but important: your files are never uploaded to any server. Every PDF and image is read, processed, and saved right on your own device, so even sensitive documents stay private.

Most of the well-known "online PDF" services work the opposite way. SmallPDF, iLovePDF, and Adobe's online tools all upload your file to their servers to process it, then nudge you toward a paid subscription with free-tier limits — a cap on how many files you can do per hour, a maximum file size, or a watermark. These PDF tools take a different path: they are free, unlimited, require no signup, add no watermark, and never send your file anywhere.

The privacy argument (why in-browser matters)

A large share of PDF work involves documents people would rather not hand to a stranger's server: signed contracts, tax returns, bank statements, scans of passports or IDs, medical forms, legal filings. "Upload your file to continue" is exactly the wrong prompt for that kind of document.

Because these tools do all the work in your browser using open-source libraries (pdf-lib for writing PDFs, pdf.js for rendering them), there is no upload step at all. You can prove this to yourself: open your browser's developer tools, switch to the Network tab, and use any tool here — you will see the libraries load once, and then no outbound transfer of your file. The privacy is structural, not a promise on a marketing page. A server-based tool literally cannot make this claim, because it has to receive your file to do its job.

A second benefit falls out of the same design: once you have visited a tool, it is cached on your device, so it works offline. You can assemble or convert a PDF on a laptop with no internet connection, which is genuinely useful for sensitive paperwork on locked-down or air-gapped machines.

What's in this set

More page-editing tools — splitting a PDF, rotating pages, deleting pages, and reordering pages — are planned for this same set, all built the same private, in-browser way.

What these tools deliberately do not do

We only include operations we can do honestly and well in the browser. We do not offer PDF-to-Word, PDF-to-Excel, or OCR (turning a scanned PDF into editable text). Those require server-side layout reconstruction and document AI; an honest in-browser version would produce garbled output, so we leave them out rather than ship something that disappoints. Saying what a tool cannot do is part of being trustworthy.

Common use cases

Why use this set instead of the big PDF sites

Frequently asked questions

Are these PDF tools really free?

Yes. Every tool here is completely free with no signup, no file-count limit, no file-size paywall, and no watermark added to your output. There is no 'Pro' tier — the tools are supported by a single unobtrusive ad on the page, not by limiting what you can do.

Do my files get uploaded to your server?

No. Every PDF tool on this site does its entire job inside your browser using JavaScript. Your PDFs and images are read directly from your device, processed in memory, and the result is downloaded back to you — nothing is ever sent to us or any third party. You can confirm this by opening your browser's Network tab while you use a tool: you will see no file upload.

Which PDF tools are available?

The current set is JPG to PDF (turn images into a single PDF), Merge PDF (combine several PDFs into one), and PDF to JPG (turn each page of a PDF into an image). More page-editing tools like split, rotate, and reorder are planned. We deliberately do not offer PDF-to-Word or OCR, because honest, accurate versions of those cannot be done in the browser.