Free PDF and image tools, right in your browser
Shrink a photo, merge PDFs, crop, compress, remove a background — each tool below does one specific job, with nothing to install and no account needed.
Featured
- Compress PDFOnly touches the images inside the document — a text-only PDF barely changes size, while a PDF of scanned pages usually shrinks a lot.
- Merge PDF filesCopies pages from the original files without turning them into images, so text and vector content stay exactly as they were.
- Reduce image to a target file sizeUnlike just lowering quality, this tool searches for the largest file that still fits under the limit you set.
- Remove image backgroundIdentifies the main subject of a photo and erases the background around it, running a segmentation model entirely in your browser.
- Crop imageThe crop area can stay free-form or lock to a ratio like 1:1 or 16:9, adjustable by dragging, the keyboard, or typing numbers directly.
- Character counterCounts characters with and without spaces, words, lines, and paragraphs, estimates reading and speaking time, and shows how much room is left or how far over you are against common platform character limits.
- QR code generatorBuilds a QR code from the content type you choose — text, URL, Wi-Fi, contact, email, or phone — with adjustable size, margin, error-correction level, and colors, ready to export as PNG, JPG, or SVG.
Image
- Reduce image to a target file sizeUnlike just lowering quality, this tool searches for the largest file that still fits under the limit you set.
- Convert image formatOnly changes the file format — no cropping, resizing, or any adjustment beyond output quality.
- Remove image metadataShows you the location, date, and camera model recorded in the photo before deleting them, so you know exactly what was exposed.
- Crop imageThe crop area can stay free-form or lock to a ratio like 1:1 or 16:9, adjustable by dragging, the keyboard, or typing numbers directly.
- Split image into partsJust set how many columns and rows you want — the tool works out each part's boundaries and numbers the export order automatically.
- Remove image backgroundIdentifies the main subject of a photo and erases the background around it, running a segmentation model entirely in your browser.
- Upscale image resolutionResizes by interpolation to a scale or an exact dimension — no AI, and no inventing detail the original image doesn't have.
- Convert images to PDFControls page order, paper size, and margins — built for pages photographed with a phone, not for PDFs that already exist.
- Merge PDF filesCopies pages from the original files without turning them into images, so text and vector content stay exactly as they were.
- Split PDF pagesProduces a single file with the range you choose, several files by range, or one file per page — you pick the mode.
- Convert PDF to imageEach page becomes a separate JPG, PNG, or WebP file, at whatever resolution you choose — from on-screen viewing to print quality.
- Rotate and reorder PDF pagesFixes orientation and order on the same screen, with undo and a full reset to the original available at any point before you generate the result.
- Protect PDF with a passwordWithout the password, the file won't open in any program — the tool confirms this by reopening its own result before releasing the download.
- Compress PDFOnly touches the images inside the document — a text-only PDF barely changes size, while a PDF of scanned pages usually shrinks a lot.
- PDF to WordRebuilds a PDF's text as an editable .docx document — paragraphs, heading hierarchy, bold and italic when detectable, and simple lists — without reproducing the original layout: columns, text boxes, and exact positioning aren't preserved.
- PDF to ExcelDetects tables in a PDF by column alignment and row regularity, shows a preview before generating — with adjustable column boundaries and the option to discard a table detected by mistake — and produces an .xlsx with one sheet per table or per page, your choice.
- OCR for images and scanned PDFsRecognizes the text in an image or a scanned PDF, page by page, in English or Portuguese, with progress and the option to cancel — the result comes out as plain text and also in the same structure used to generate a .docx or .xlsx directly, with no need for a PDF that already has real text.
- Add page numbers to a PDFAdds page numbers to a PDF, with position (six footer and header spots), format (plain number, number/total, "Page X of Y", or roman), font, size, color, margin, starting number, and which page to start on — with a real preview before you generate anything.
Text
Codes
How it works
None of these tools has a processing server. Here's what actually happens when you open a file:
- The file is read with the browser's own file API (
File/FileReader) — not uploaded anywhere. - It's processed in memory, on your device, using
canvasor WebAssembly. - The result is generated locally and is ready to download. No network request carries the file's content at any point in the process.
You can verify it offline
Turn on airplane mode and use any tool — it keeps working normally, because there's nothing on the other end waiting for the file to arrive.
Another way to check: open developer tools (F12), go to the Network tab, and watch the requests while you use the tool — none of them carry the file's content.
What this means in practice
- Nothing you process is stored or kept around after you close the tab.
- There's no account, login, or sign-up.
- There's no record of what was processed.
2 tools need internet the first time you use them
Remove image background and OCR for images and scanned PDFs download a model or engine from the site's own server, once. The file you process still never leaves your browser — only that first download depends on your connection.