PDF

PDF Tools

PDF tools that do the usual jobs without an upload site: merge, split, compress, rotate, password-protect and convert to JPG. The file never leaves your device.

25
Tools in pdf
0
Accounts needed
Merge PDF
Copies every page of each PDF, in the order you add them, into one new document
Split PDF
Splits one PDF into separate documents at the page numbers you choose, copying pages rather…
Compress PDF
Recompresses the images embedded in the PDF while leaving the text as selectable text, which…
Rotate PDF
Sets the page rotation flag in 90-degree steps
Delete PDF Pages
Removes the pages you list and rebuilds the document from what is left, so the remaining…
Extract PDF Pages
Pulls the page range you name into a new PDF, leaving the original untouched
Protect PDF
Applies real AES-256 encryption through the qpdf engine compiled to WebAssembly, so the…
Add Watermark to PDF
Draws your text diagonally across every page at partial opacity, underneath nothing
JPG to PDF
Embeds each JPEG at its native resolution on its own page, so the photos are stored as-is…
PNG to PDF
Embeds each PNG losslessly on its own page at native resolution, keeping transparency and…
PDF Metadata Editor
Reads the document information dictionary (title, author, subject, keywords, producer)…
Unlock PDF
Removes the password and any print or copy restrictions from a PDF you know the password…
Organize PDF
Shows every page as a thumbnail so you can drag pages into a new order, rotate individual…
PDF to JPG
Renders each page with pdf.js at the DPI you choose and encodes it as a JPEG, giving one…
PDF to PNG
Renders each page with pdf.js at the DPI you choose and saves it as a lossless PNG, one…
PDF to Text
Reads the text layer of each page with pdf.js, reassembles the glyph runs into lines by…
Add Page Numbers to PDF
Draws a page number on every selected page in Helvetica at the position, size and margin you…
Crop PDF
Trims the margins you enter (in millimetres) off every selected page by setting the crop…
Flatten PDF
Burns filled form fields into the page content so they can no longer be edited, and…
Extract Images from PDF
Walks the PDF object tree and pulls out every embedded raster image at its original resolution
Add Image to PDF
Places a PNG or JPG (a signature, stamp or logo) on the pages you choose at one of nine…
Resize PDF Pages
Rebuilds the document on A4, A3, A5, Letter, Legal or Tabloid pages, scaling each original…
Sign PDF
Places a signature image or a typed name into the page content itself, defaulting to the…
Redact PDF
Finds each word or phrase in the text layer, covers it, and then rasterises every page that…
Compare PDF
Extracts the text of both documents page by page and reports which pages match, which differ…

What the PDF tools cover

The PDF tools handle the routine jobs that normally send people to an upload site: merge several files into one, split one into several, compress a file that is too large to email, rotate, delete or extract pages, password-protect a document, add a watermark, convert JPG or PNG images into a PDF, and read, rewrite or strip the title, author and subject metadata. The newer tools go further: unlock a file whose password you know, reorder pages visually, convert pages to JPG or PNG, extract the text, pull out the embedded images, add page numbers, place a signature or logo, crop margins, flatten forms and resize every page to A4 or Letter. Three more cover the jobs that usually sit behind a subscription: sign a document, redact words so the text is genuinely removed rather than covered over and compare two versions page by page.

The file is read into your browser's memory and processed there, using local copies of pdf.js and pdf-lib. It is never uploaded, which is the right design for bank statements, contracts and anything else you would not hand to a stranger. Compression tries a lossless re-save, then recompression of embedded images, then full-page rasterisation, and keeps whichever result is smallest. It never returns a file larger than the one you gave it. Protection uses real AES encryption through qpdf compiled to WebAssembly, not a watermark pretending to be a password.

Limits

  • Password-protected input files must be unlocked before any other tool can read them.
  • Very large documents are bounded by your device's memory. A 300-page scan will be slower on a phone than on a laptop.
  • Rasterised compression turns text into an image. The page tells you which strategy won so you know whether the text is still selectable.