Utilities & Tools

29 free, private online utilities — a flipbook creator, a URL shortener, a full PDF toolkit, image tools, barcode & QR generators and text & developer tools. No upload, no email, no sign-up.

📄

PDF Tools

A complete, free online PDF toolkit that runs entirely in your browser — merge, split, compress, convert, sign, protect, rotate and number PDF files. Nothing is ever uploaded to a server, so your documents stay 100% private.

📎
Merge PDF Files
Combine multiple PDFs into one, in the order you choose — never uploaded, 100% private.
No UploadPrivate
Merge
✂️
Split PDF
Extract pages, split every N pages, or make one file per page — lossless & private.
ExtractPrivate
Split
🗜️
Compress PDF
Shrink a large PDF to beat email & upload limits — Light keeps text, Strong squeezes scans.
No UploadPrivate
Compress
🖼️
JPG to PDF
Combine JPG, PNG, WebP & iPhone HEIC photos into one PDF — reorder, A4/Letter, margins.
ImagesPrivate
Convert
🏞️
PDF to JPG / PNG
Turn every PDF page into a high-quality JPG or PNG — pick resolution, download all as ZIP.
No UploadZIP
Convert
📄
PDF to Word Converter
Convert PDF to an editable Word document in your browser — no email, no upload, 100% private.
No EmailPrivate
Open
📄
Word to PDF Converter
Turn a .docx into a clean, shareable PDF in your browser — keeps formatting, no upload, 100% private.
No EmailPrivate
Open
📊
PDF to Excel
Extract tables & text into editable .xlsx or CSV — smart row/column detection.
TablesXLSX
Convert
✍️
Sign & Fill PDF
Draw a signature, type into any form, stamp a date — flatten & download, 100% private.
eSignPrivate
Sign
🔐
Protect & Unlock PDF
Add a password with encryption, or remove one you know — set print & copy permissions.
EncryptPrivate
Open
🔄
Rotate & Organize PDF
Rotate sideways pages, delete blanks and reorder the rest in a thumbnail editor — lossless.
ReorderPrivate
Organize
🔢
Add Page Numbers to PDF
Number PDF pages with a custom start, skip the cover & front matter, choose format & position.
BooksPrivate
Number
📐
A4 to A5 PDF Converter
Resize a PDF’s page size between A4 and A5 — scales every page to fit, no cropping, files up to 200 MB.
ResizePrivate
Convert
📖
Flipbook Creator
Turn a PDF into a realistic page-flip flipbook — magazines, catalogs & e-books. Pick the cover & pages, no watermark, nothing uploaded.
FlipbookPrivate
Create
Time-Locked PDF
Password-protect a PDF that auto-expires after a date you choose — AES encryption, no upload.
ExpiryEncrypted
Lock
✔ Written & reviewed by Dr Sam — 20+ yrs in management & research leadership📅 Last updated June 2026📑 How we build & check these

Why These Utilities Run in Your Browser — and What That Changes

Every tool on this page does its work locally, in the browser tab, using JavaScript and the file APIs the browser already provides. Nothing is uploaded and no copy is kept, which is the whole point for the PDF and image tools: a contract, a passport scan or a signed form never leaves the machine it was opened on. It also means the tools keep working with the network disconnected once the page has loaded.

That design has real limits, and they are worth stating plainly. Everything happens in your device's memory, so file size is bounded by what the tab can hold — a single 12-megapixel photo is 12 million pixels and about 34 MB once decoded to raw RGB, which is why a phone can stall on a batch that a laptop handles easily. There is also no server doing the heavy lifting, so genuinely expensive work such as OCR on a scanned document is slower here than in a paid desktop application.

Understanding what a tool actually does prevents disappointment. PDF merging is cheap because it rearranges existing page objects into one file structure rather than re-rendering anything, so a merged file is close to the sum of its parts and quality is untouched. Compression is the opposite: it works by downsampling and re-encoding the images inside the document, so it is lossy by design, and a text-only PDF has almost nothing to compress because the text was never the large part.

The barcode and QR tools encode redundancy on purpose. A QR code carries one of four error-correction levels — L, M, Q and H — which can restore roughly 7%, 15%, 25% and 30% of the symbol respectively, which is why a printed code still scans with a logo over the middle or a scuff across a corner. Linear barcodes protect themselves more simply, with a check digit: for UPC-A 03600029145, the odd-position digits are tripled, the rest added, and the total of 58 forces a final digit of 2 so that a single misread fails arithmetic rather than passing as a different product.