PDF Tools
44 tools for working on PDF files, all of them running inside this browser tab. Pick the job — combine, cut apart, convert, stamp, lock, clean or inspect — and the finished file downloads straight back to you. The document is never posted to a server, which is the reason a contract or a payslip is safe to open here at all.
All PDF Tools (44)
Merge PDF
Combine multiple PDF files into one.
Split PDF
Extract pages or split PDF into multiple files.
Compress PDF
Optimize PDF structure and remove metadata.
PDF to Word
Extract PDF text into an editable Word document.
Word to PDF
Convert Word documents to PDF with selectable text.
PDF to Excel
Extract PDF text rows into an Excel spreadsheet.
PDF to JPG
Convert PDF pages to high-quality images.
PDF to PNG
Convert PDF pages to lossless PNG images.
JPG to PDF
Combine JPEG photos into a single PDF document.
PDF Editor
Add text, images, shapes and drawings to a PDF.
Protect PDF
Encrypt your PDF with a strong password.
Unlock PDF
Remove passwords from PDFs instantly.
Rotate PDF
Rotate every page in a PDF by 90, 180 or 270.
Flatten PDF
Bake filled form fields into the page.
Watermark PDF
Stamp text watermarks on your PDF pages.
Page Numbers PDF
Insert page numbers into your document.
PDF Metadata
View and edit PDF file properties.
Remove PDF Metadata
Clean hidden metadata from PDF files.
Extract Images PDF
Download every image inside a PDF file.
Organize PDF
Sort, reorder, and delete PDF pages.
PDF to Text
Extract raw text content from PDFs.
PDF Thumbnail Generator
Generate thumbnails from PDF pages.
Crop PDF
Crop PDF margins with a live preview, or resize to A4.
PDF Header & Footer
Add headers and footers with page-number placeholders.
Invert PDF Colors
Turn every PDF page into its negative for dark reading.
PDF to ZIP
Split a PDF into per-page PDFs or images inside one ZIP.
OCR PDF
Make a scanned PDF searchable with an invisible text layer.
Redact PDF
Black out content and destroy the pixels underneath it.
PDF Privacy Scanner
Reveal hidden metadata, scripts and old revisions in a PDF.
Repair PDF
Diagnose a broken PDF and rebuild it two ways.
Fingerprint PDF
Give each PDF copy a hidden ID to trace a leak back.
Compare PDFs
Diff two PDFs line by line, or overlay them pixel by pixel.
Create PDF
Type or paste text and download it as a paginated PDF.
Markdown to PDF
Render GitHub-flavoured Markdown and save it as a PDF.
HTML to PDF
Paste HTML, preview it safely, and save it as a PDF.
CSV to PDF
Turn CSV rows into a formatted, paginated PDF table.
Excel to PDF
Lay out spreadsheet sheets as real, selectable PDF tables.
Scan to PDF
Photograph pages with your camera into one PDF.
PDF to PowerPoint
Turn each PDF page into a slide image in a real .pptx deck.
PDF to EPUB
Rebuild a text PDF into a reflowable EPUB 3 e-book.
eBook to PDF
Typeset a DRM-free EPUB into a paginated PDF with real text.
PDF to HTML
Turn a PDF into one clean, self-contained HTML file.
PDF to Audio
Have a PDF read aloud by your device's built-in voices.
Image to PDF
Convert JPG, PNG, WebP, GIF and BMP to PDF.
What every tool on this page has in common
Each page loads a PDF library compiled to run in the browser, hands it the file you chose, and gives you back a new file built in memory. There is no upload, no queue and no "your file will be deleted in one hour" promise to take on trust: open your browser's network panel while a job runs and you will see it stay quiet.
That sets the limits too: everything uses your own processor and memory, so the jobs that render every page to an image are the ones most likely to strain a phone.
Structural edits versus redrawn pages
Before choosing a tool, know which of two families it belongs to — that decides what survives.
Structural tools copy page objects across without redrawing them. Merge PDF, Split PDF, Organize PDF, Rotate PDF, Crop PDF and Extract Images PDF work on the file's object tree. Fonts stay embedded, images keep their original compression, and text stays selectable and searchable. Rotating is the extreme case: only a flag changes, so the file size barely moves.
Rendering tools turn pages into pixels. PDF to JPG, PDF to PNG, Invert PDF Colors, PDF to PowerPoint, PDF Thumbnail Generator and Redact PDF rasterise each page at a DPI you choose. That is exactly what you want for a thumbnail, a slide or a redaction, and exactly what you do not want if the text has to stay selectable — afterwards there is no text left, only a picture of it.
Getting content out of a PDF
PDF to Word, PDF to Excel, PDF to Text, PDF to HTML, PDF to EPUB and PDF to Audio all read the PDF's text layer — the characters the file already stores. A PDF exported from a word processor has one; a PDF made by photographing or scanning paper does not, and these tools will hand you an empty result.
The fix is OCR PDF, which recognises the printed English on each page and writes an invisible text layer underneath the picture. The page still looks identical but becomes searchable, selectable and usable by everything above. If you are unsure which kind of PDF you have, try selecting a word in your usual reader: if the cursor will not grab it, run recognition first.
Expect a reflow, not a facsimile: PDF to Word gives one paragraph per line without the original fonts, images or columns, and PDF to Excel groups fragments sharing a baseline into rows, which works on a printed table and not on a free-form page.
Making a PDF out of something else
Create PDF, Markdown to PDF, HTML to PDF, CSV to PDF, Excel to PDF, Word to PDF and eBook to PDF typeset their input onto fresh pages as real, selectable text. Use these when the result must be machine-readable too.
JPG to PDF, Image to PDF and Scan to PDF instead place pictures on the page. JPG to PDF embeds the original JPEG data rather than re-encoding it, and Scan to PDF drives your phone or webcam so a stack of paper becomes one multi-page file without a scanner.
Privacy, locks and provenance
Protect PDF encrypts a document with AES-128 and can switch off copying, editing and annotating; Unlock PDF reverses that for a file whose password you know. Note the difference between hiding and removing: a black rectangle drawn in an editor leaves the covered text sitting in the file, while Redact PDF exports a copy in which those pixels were never written.
Metadata is the quieter risk. PDF Privacy Scanner is read-only and reports what is hiding in a file — properties, XMP packets, attachments, scripts, form fields, annotations and earlier revisions — and Remove PDF Metadata or PDF Metadata then clear or rewrite those fields without touching a page.
Fingerprint PDF embeds a different hidden identifier in each recipient's copy and can read it back out of a leaked file. Compare PDFs shows what changed between two versions as a text diff and a pixel overlay, catching the moved logo a diff never would.
When a file is too big, or simply broken
Compress PDF repacks the file with object streams and drops its metadata, then shows the before and after size. It is honest about where it helps: a text-heavy report can shrink noticeably, while a scan is mostly image data this kind of repacking cannot touch. When a PDF will not open at all, Repair PDF first attempts a lossless rewrite of the cross-reference table and trailer, then falls back to rebuilding the document from its rendered pages.