PDF Tools
Free PDF utilities that run entirely in your browser. 13 tools — merge, split, rotate, watermark, OCR, redact, and more. Your PDFs never leave your device.
The PDF tools you need without uploading anything
PDF is the universal "final form" of a document. It looks the same on every device, prints predictably, and resists casual editing. The price you pay for those qualities is that PDFs are hard to manipulate compared to source documents. Merging, splitting, rotating, watermarking, redacting — none of these are operations you can do with a basic PDF viewer. The options have been Adobe Acrobat Pro (expensive), desktop tools that work but require installation, or web services that ask you to upload your document to their server. For sensitive documents (contracts, medical records, internal reports), the upload path is the wrong tradeoff.
These PDF tools run entirely in your browser. The underlying engine is pdf-lib (for creating and modifying PDFs) and pdf.js (Mozilla's reference parser, for rendering and text extraction). Both are JavaScript libraries that have spent the last decade getting good at what they do. Together they cover the everyday PDF workflows: combining several PDFs into one, pulling specific pages out, reducing file size, rotating pages that came out of the scanner sideways, adding "CONFIDENTIAL" watermarks before sharing a draft, applying page numbers, reordering pages with drag-and-drop, extracting text for use in other tools, running OCR on scanned documents, and visually redacting sensitive regions.
The privacy guarantee is concrete: there are no PDF upload endpoints on this site. Open DevTools while using any of these tools and the network panel stays empty — only static asset loads (the page's JavaScript chunks, cached after first use) appear. Your PDF is read into browser memory by the File API, processed locally by the WebAssembly and JavaScript code on the page, and handed back to you as a blob URL for download. The browser controls the lifecycle of that data; the moment you close the tab, it is gone.
For a longer explanation of why the site is built this way, see the about page. For specific guides on common PDF workflows, see the guides section — articles on stripping PDF metadata for anonymous sharing, converting scanned PDFs with OCR, redacting PDFs safely, and more.
All PDF tools
Merge PDF
Combine multiple PDF files into one document
Split PDF
Extract specific pages from a PDF file
Compress PDF
Reduce PDF file size by stripping metadata
PDF to Image
Convert PDF pages to PNG or JPG images
Image to PDF
Combine images into a single PDF document
PDF Metadata Viewer
Inspect title/author/creator metadata in a PDF and strip it before sharing
PDF Rotate
Rotate individual pages or the whole document by 90/180/270 degrees
PDF Watermark
Add a text watermark (CONFIDENTIAL, DRAFT, attribution) to every page
PDF Page Numbers
Add page numbers to a PDF — pick format, position, font size, skip cover page
PDF to Text
Extract plain text from any text-based PDF — clean output ready to paste or process
PDF Page Reorder
Drag-and-drop to reorder PDF pages, delete pages, save a new PDF
PDF OCR
Run OCR on a scanned PDF to extract text — runs Tesseract entirely in your browser
PDF Redaction
Draw black rectangles over PDF content — visual redaction for screenshots and print