pdf & document tools

Merge, split, compress, sign and convert PDFs entirely on your device.

17 tools · free · no sign-up · nothing uploaded

A PDF is a container, not an image format, and almost every confusing thing about PDF tools follows from that. Inside one file you can have selectable text with embedded font subsets, vector paths, raster images, form fields, annotations and digital signatures — all with their own compression. This is why "compress PDF" produces wildly different results depending on what you feed it. A 40-page text document is already close to optimal and might shrink 5%; a 40-page scan is really forty JPEGs in a wrapper and will often drop by 80% or more.

Structural operations — merging, splitting, reordering, rotating, adding page numbers — are lossless. They rewrite the document's page tree and object references without touching the content streams, so nothing is re-encoded and nothing degrades. You can merge and split the same file repeatedly with no quality cost. Compression is the opposite: it works by downsampling and re-encoding the embedded images, so it is a one-way operation and worth doing last, after all your structural edits are final.

PDF encryption deserves a clear explanation because the format supports two different passwords and they are not equally meaningful. A user password is required to open the document at all, and with AES-256 that is genuine cryptography. An owner password only sets permission flags — "no printing", "no copying" — which any conforming reader is free to ignore, and many do. If you need a PDF to actually stay private, set a user password; treat owner permissions as a polite request rather than a control.

Similarly, placing a drawn or typed signature onto a page is a visual signature. It is what the large e-signature services produce in the common case, and it is sufficient for most agreements in most jurisdictions, but it is not a cryptographic PKI signature bound to a certificate. If a counterparty specifically requires a qualified or advanced electronic signature, you need a certificate-based signing service, not an image placed on a page.

What each PDF operation actually changes

Lossless operations can be repeated freely. Lossy ones should be done once, at the end:

OperationChangesLossless?Typical size effect
Merge / SplitPage tree onlyYesSum of the parts
Add page numbers / watermarkAdds a content layerYesNegligible increase
Resize pagesPage boxes and scalingYesRoughly unchanged
Protect (AES)Encrypts streamsYesSlight increase
CompressDownsamples embedded imagesNo5% on text, 60–90% on scans
PDF to JPGRasterises whole pagesNoText becomes unselectable pixels
If a PDF grew after you edited it, the usual cause is a watermark or signature stored as a full-page image rather than as vector content.

All 17 tools in this category

Compress PDF Free

Free in-browser PDF compressor that reduces PDF file size with adjustable quality. Nothing is uploaded.

Merge PDF

Combine any number of PDFs into one file, dragging them into the order you want before merging.

PDF Editor

Full-featured PDF editor: annotate, redact, fill forms, sign, merge, split and organize pages. 100% client-side.

PDF Image Placer

Place images on a printable page at exact millimetre or inch dimensions, with rulers, rotation and perspective warp.

PDF to JPG

Free in-browser converter that turns PDF pages into JPG or PNG images at your chosen resolution. Nothing is uploaded.

PDF to Text

Free in-browser PDF text extractor — copy text or download a .txt file, nothing uploaded.

PDF Tools

Every PDF tool you need, free and private — merge, split, compress, edit, sign, watermark, add page numbers, convert PDF to JPG or text, and images to PDF.

Protect PDF

Add real AES password protection to a PDF, or remove a password you already know.

Resize PDF Pages

Change page size to A4, US Letter or the largest page in the document — useful when one scanned page does not match the rest.

Sign PDF Online Free

Free in-browser PDF signing: draw, type or upload a signature, place it on the page, and download the signed PDF. Nothing is uploaded.

Split PDF

Extract a page range into a new PDF, or break every page out into its own separate file.

Universal File Converter

Convert images, audio, video, PDF, DOCX, Excel, CSV, JSON, YAML, Markdown and more right in your browser.

Watermark PDF

Free in-browser PDF watermarking tool — add a text or logo watermark to every page.

ZIP Extractor & Creator

Free online ZIP extractor and creator: open a ZIP to browse and download files, or build a new ZIP from your files — all in the browser, nothing uploaded.

Common questions

Why did compressing my PDF barely change the file size?

Because it was already mostly text. Text in a PDF is stored as font references and character positions, which is compact to begin with — there is very little for a compressor to remove. Compression gains come almost entirely from re-encoding embedded raster images, so the tool helps most on scanned documents and photo-heavy reports.

Can I remove a password I do not know?

No, and neither can any tool that is being honest with you. Removing a user password requires decrypting the file, which requires the password. Our tool removes a password you already know — useful when you want to stop retyping it — but it cannot recover or bypass one.

The text in my PDF cannot be selected or searched. Why?

It is a scan: the pages are images of text, not text. Run it through the OCR tool, which uses optical character recognition to produce a real text layer you can copy and search.

Are large PDFs handled the same way as images?

Yes — everything happens in the tab, so a very large document is bounded by available memory rather than an upload limit. Splitting a big file first and working on the parts is the reliable approach on a phone.