Free online PDF tools
Merge, split, compress, convert, and edit PDFs. Most tools run entirely in your browser — your files never leave your device.
Thirty-six PDF tools sit here, and they split into three technical groups worth telling apart. The first group rewrites the document structure without ever looking at the rendered page: merging, splitting, rotating, reordering, deleting pages, cropping, flattening forms, stamping watermarks and page numbers, adding a signature and repairing a damaged file are all carried out by pdf-lib, which parses the PDF object tree in the tab, edits it and serialises a new file. Text stays text, fonts stay embedded, and the page count is the only real limit. The second group renders pages with pdf.js, the same engine Firefox uses for its built-in reader, and works from the rendered result: PDF to Image exports pages as PNG or JPEG, the preview thumbnails in every tool come from the same renderer, and PDF OCR rasterises the pages you select before handing them to Tesseract so scanned documents become searchable text. Compress PDF also belongs here, and it is the one tool whose behaviour surprises people: it renders each page at the DPI its preset asks for — 48, 72, 150 or 300 — re-encodes it as JPEG at 20, 40, 65 or 85 percent quality, and rebuilds the document from those images at the original page size in points. The file gets dramatically smaller, but the text stops being selectable, so it is the right tool for a scan-heavy file you need to email and the wrong one for a contract someone has to search. The third group converts outward into other formats: PDF to Word writes a real DOCX, PDF to Excel builds a spreadsheet with SheetJS, PDF to PowerPoint produces slides, and PDF to Text, Markdown, HTML and SVG cover the lighter exports. Nothing in any of the three groups is uploaded — every byte of every document stays inside the browser tab, which also means a password-protected file you cannot open locally cannot be opened here either. Two tools need a caveat rather than a promise. PDF Password does not use the PDF specification's own encryption: it derives a key from your password with PBKDF2 and wraps the file in an AES-GCM container that PDF Unlock reverses, so protect files you will re-open on ToolChamp, not ones a colleague must open in Acrobat. PDF Unlock also opens ordinary encrypted PDFs when you supply the password. Everything is free, unwatermarked and unmetered. Four pages were added on top of that structure. Compress PDF to 500KB and Compress PDF to 1MB invert the preset problem: instead of picking a quality label and hoping, you name the byte ceiling and the page renders the document repeatedly, solving for the next DPI and JPEG quality from the overshoot it just measured, up to five passes. It stops at 40 DPI and quality 0.30, and if the file still will not fit it says it could not reach the target and hands back the smallest version rather than pretending. JPG to PDF and PNG to PDF are the two halves of Images to PDF given their own pages because the honest answer differs by format: at Maximum quality a JPEG is copied into the PDF byte for byte with no second round of compression, while a PNG is embedded losslessly with its alpha channel preserved as a soft mask.
36 tools · always free · no account needed
Merge PDF
Combine multiple PDF files into one
Split PDF
Extract specific pages from a PDF
Compress PDF
Reduce PDF file size
Rotate PDF
Rotate pages in a PDF document
Reorder PDF
Rearrange pages in a PDF
PDF to Image
Convert PDF pages to PNG or JPG
Images to PDF
Combine images into a PDF document
PDF Watermark
Add text watermark to PDF pages
PDF Page Numbers
Add page numbers to a PDF
PDF to Text
Extract all text content from a PDF
PDF Password
Add password protection to a PDF
PDF Unlock
Remove password from a PDF (requires password)
PDF Form Filler
Fill out PDF form fields in the browser
PDF to Word
Convert PDF to editable Word document
PDF Sign
Draw your signature and place it on a PDF
PDF Crop
Crop margins and whitespace from PDF pages
PDF to PowerPoint
Convert PDF pages to a PowerPoint presentation
PDF Flatten
Flatten annotations and form fields in PDF
PDF Remove Pages
Delete selected pages from a PDF
PDF Repair
Attempt to repair corrupt PDF files
PDF to HTML
Convert PDF pages to HTML format
PDF Annotator
Highlight, underline, and add text to PDF pages
PDF Redact
Permanently black out sensitive content in PDFs
PDF OCR
Convert scanned PDF to searchable PDF with text layer
PDF to Excel
Extract tables from PDF to Excel spreadsheet
PDF to SVG
Convert PDF pages to vector SVG format
PDF to Markdown
Extract PDF text as Markdown
CBZ/CBR to PDF
Convert comic book archives to PDF
PDF Compare
Visual side-by-side PDF comparison with pixel diff
PDF Overlay
Stamp or overlay one PDF on top of another
PDF Extract Images
Extract all images from PDF at original resolution
PDF Text Editor
Add, replace, and white-out text directly in PDFs.
JPG to PDF
Turn JPG photos into one PDF with page size, margin and order control
PNG to PDF
Convert PNG screenshots to PDF losslessly, with transparency kept
Compress PDF to 500KB
Re-renders pages at falling DPI and JPEG quality until the PDF is under 500 KB
Compress PDF to 1MB
Iterates render settings to a 1,048,576-byte ceiling, often in a single pass
How to choose the right tool
Page arrangement is the most common need and the cheapest operation: Merge PDF joins files, Split PDF and PDF Remove Pages take them apart, Reorder PDF fixes scan order and Rotate PDF corrects sideways pages, all without re-encoding anything. Reach for Compress PDF only when size genuinely blocks you, because it rasterises the document; if the bulk comes from embedded photos, exporting with PDF Extract Images first often tells you whether it is worth the loss. Getting content out depends on how the PDF was made: PDF to Text and PDF to Word work when the file contains real text, and PDF OCR is the answer when it contains a picture of text, which is what any phone scan or fax produces. For paperwork, PDF Form Filler completes AcroForm fields, PDF Sign places a drawn or typed signature, and PDF Redact removes content rather than covering it with a black rectangle that copy-paste can defeat. PDF Compare highlights what changed between two revisions, PDF Annotator adds comments and highlights, and PDF Page Numbers plus PDF Watermark handle the finishing touches before a document is circulated. When the constraint is a hard upload limit rather than a vague wish for a smaller file, use Compress PDF to 500KB or Compress PDF to 1MB instead of the preset compressor, because they iterate against your number and tell you when it is unreachable. Going the other way, JPG to PDF is the page for photos and phone scans and PNG to PDF the one for screenshots, logos and anything with transparency; Images to PDF remains the route when you are assembling a mixed pile of both into one document.
Frequently asked questions
Do my PDFs get uploaded to a server?
No. Every tool in this section parses and rewrites the document inside your browser using pdf-lib or renders it with pdf.js; no file is sent anywhere, and there is nowhere on our side to store one. A practical consequence: because the work happens locally, a PDF you cannot open on your own machine — an encrypted file without the password, or a badly corrupted one — cannot be opened here either.
Why is the text no longer selectable after I compress a PDF?
Compress PDF works by rendering every page and re-embedding it as a JPEG image at 30, 50 or 75 percent quality, then assembling a new document from those images. That is what makes the size drop so sharply, and it also flattens text into pixels. If you need both a smaller file and searchable text, try removing unused pages or extracting oversized images instead, and keep the original for anyone who has to search it.
Can I extract text from a scanned PDF?
Not with PDF to Text, which only reads text objects that are actually in the file. A scan is a picture, so it contains none. PDF OCR is the tool for that case: it renders the page range you choose and runs Tesseract over the images in the browser, returning recognised text. Accuracy depends on the scan — 300 dpi, straight pages and clean contrast give good results, while a skewed phone photo of a page gives poor ones.
Will a PDF I password-protect here open in Adobe Acrobat?
No, and that is a deliberate limitation to be aware of. PDF Password derives a key from your password with PBKDF2 and encrypts the file with AES-GCM, storing it in a ToolChamp container rather than using the encryption defined in the PDF specification. PDF Unlock on this site reverses it. For a file that a third party must open with their own reader, use the password feature of the application that produced the PDF instead.
How many pages can these tools handle?
There is no fixed page cap; memory is the real constraint. Structural operations such as merge, split, rotate and reorder are light and cope with documents of several hundred pages. Anything that renders pages — compression, PDF to Image, OCR — holds each rendered page as a bitmap, so a long document is slow and can exhaust a tab. For those, process in page ranges rather than all at once.
Is the redaction actually permanent?
Yes. A black rectangle painted over a content stream is the failure mode that has embarrassed law firms and government offices, so PDF Redact does something different: any page carrying a redaction box is rendered to an image with the boxes burned in and re-embedded, which destroys the covered text rather than hiding it. Pages with no redactions are copied through untouched, so they stay vector and selectable. Document metadata is separate from page content, so check the properties before sharing.
You might also need
Convert between Word, PDF, Markdown, HTML, TXT, and other document formats. Edit, format, and extract content.
DPI calculators, print size converters, bleed/margin setup, and pre-press preparation tools.
Convert, compress, edit, and transform images between every common format. JPG, PNG, WEBP, AVIF, HEIC, SVG, and more.
Updated