PDF Tools — Merge, split, convert, compress, encrypt, OCR — every PDF workflow.
Free PDF tools that run in your browser when possible (merge, split, rotate, watermark, jpg-to-pdf, pdf-to-jpg) and on a privacy-respecting server when needed (compress, password, conversion, EPUB, PowerPoint). No upload for browser-side tools, no logging for server-side ones, no watermark or signup ever.
How Pickrack's PDF tools differ from Smallpdf, iLovePDF, and Adobe
Most online PDF tools are server-side: you upload your file, the site processes it on their hardware, and you download the result. That model has three costs you don't see at first — your file passes through someone else's server, you hit daily quotas (Smallpdf gives 2 free tasks per day, iLovePDF puts most things behind a Premium upsell), and you trust the privacy claim with no way to verify it. Adobe Acrobat Pro side-steps the upload concern but charges $19.99 per month. For most people, that math is poor for what is essentially a once-or-twice-a-month task.
Pickrack splits its 16 PDF tools into two paths depending on what each operation actually requires. Six tools — merge, split, rotate, watermark, JPG to PDF, and PDF to JPG — run entirely in your browser. Your file is loaded into browser memory using pdf-lib or PDF.js, processed in JavaScript, and downloaded back. The server never sees the file. You can confirm this by opening DevTools and watching the Network tab while you click the tool button — no upload requests fire.
The remaining ten tools — compress, unlock, password-protect (AES-256), Word↔PDF, PPTX↔PDF, EPUB↔PDF, and PDF→Markdown — need a server because they shell out to native binaries that have no browser equivalent. Compression uses Ghostscript; unlock and AES-256 protection use qpdf; Word and PowerPoint conversion use LibreOffice headless; EPUB conversion uses Calibre's ebook-convert. For these, your file is written to a unique /tmp directory, processed, the output streamed back, and the temp directory deleted in a finally block — typically within seconds. No database, no logging of file contents, no leak.
When to use which Pickrack PDF tool
- Combining PDFs (e.g., bank statements into a year-end archive) — use Merge PDF. Browser-side, drag-to-reorder, no quality loss.
- Extracting specific pages — use Split PDF with notation like
1-3, 5, 7-10. - Reducing file size for email — use Compress PDF. Three quality presets; Medium typically gets you under the 25MB Gmail attachment limit.
- Sharing a contract privately — use Protect PDF for AES-256 password protection.
- Converting a PDF to editable Word — use PDF to Word. Best results on PDFs with a real text layer; scanned PDFs need OCR first.
- Feeding a long PDF to ChatGPT or Claude — use PDF to Markdown. LLMs understand Markdown structure natively, which gives sharper answers than chat-with-PDF.
Every tool below is free with no daily limit, no signup, no watermark on output, and no upsell. The site is funded by display advertising on text-content pages (this hub, blog posts) and by affiliate commissions on unrelated paid tools we review. We have no premium tier and no plans for one. If you would rather self-host the entire suite, the source is on GitHub under MIT license.
Merge PDF
Combine multiple PDF files into a single document. Drag, reorder, merge.
Rotate PDF
Rotate one or all pages of a PDF by 90°, 180°, or 270°.
JPG to PDF
Combine JPG, PNG, or WebP images into a single PDF in any order.
Split PDF
Extract specific pages from a PDF using a page range like 1-3, 5, 7-10.
Compress PDF
Reduce PDF file size — choose low/medium/high compression. Server-side via Ghostscript.
PDF to JPG
Export each PDF page as a JPG image. ZIP download for multi-page files.
Watermark PDF
Add a text watermark across every page — diagonal, with adjustable opacity.
Unlock PDF
Remove password from a PDF (you must know the password).
Protect PDF
Add a password to a PDF for read protection.
PDF to Markdown
Extract PDF text with layout preserved — paste into ChatGPT, Claude, or Notion.
Word to PDF
Convert DOCX, DOC, or ODT to PDF using LibreOffice. Preserves formatting, fonts, images.
PDF to Word
Convert PDF to editable Word document (.docx). Best for text-based PDFs.
PowerPoint to PDF
Convert PPTX, PPT, or ODP presentations to PDF. LibreOffice engine, preserves layout, fonts, animations as static slides.
PDF to PowerPoint
Convert PDF to PPTX with each page as a slide image. Preserves layout exactly. Best when editing isn't needed.
EPUB to PDF
Convert EPUB ebooks to PDF for printing or PDF readers. Server-side Calibre engine with table of contents preserved.
PDF to EPUB
Convert PDF to EPUB ebook for Kindle, Kobo, Apple Books. Server-side Calibre engine. Best for text-based PDFs.
Screenshot to PDF
Paste screenshots with Ctrl/Cmd+V and combine into a single PDF. Browser-side, drag to reorder, fit-to-image or A4 page sizes.
Why use these tools?
- Privacy first. Browser-side tools process your data locally. Server-side tools are explicitly labeled and delete inputs immediately after response.
- Free, forever. No daily limits, no watermarks, no signup, no premium tier.
- No tracking inside the tool. Tools have zero analytics on the data you process — site analytics (page views) are anonymous.
- Open implementation. Underlying engines are open-source — verify the security model.
Frequently asked
Are PDF files actually safe to upload to online tools?+
Most aren't. In July 2025, over 3.5 million PDFs leaked from misconfigured cloud storage at PDF-handling SaaS providers. Pickrack mitigates this two ways: (1) browser-side tools (merge, split, rotate, watermark, jpg-to-pdf, pdf-to-jpg) never upload at all; (2) server-side tools (compress, password, convert) delete files immediately after response and don't log content.
What's the difference between browser-side and server-side PDF tools?+
Browser-side: pdf-lib runs in your tab. File never uploads, processing is instant, works offline. Limited to operations pdf-lib supports (merge, split, rotate, watermark, simple conversions). Server-side: file uploads over HTTPS, gets processed by qpdf/Ghostscript/LibreOffice/Calibre, returned, then deleted. Used for compression, encryption, format conversion, OCR — operations browsers can't do efficiently.
How do these compare to Smallpdf, ILovePDF, Adobe Acrobat?+
Smallpdf and ILovePDF are server-side with paid tiers ($9/mo+) and free tier limits (Smallpdf 2 task/day). Adobe Acrobat Pro is $19.99/mo (was $14.99 — they raised prices in 2025). Pickrack is free, no quota, no watermark, no signup — sustainable via display advertising and affiliate commissions on unrelated tools.
What PDF formats and sizes are supported?+
All standard PDFs (1.0 through 2.0). Encrypted PDFs require unlock first. File size limits vary by tool: 30-100MB depending on operation. Most tools handle up to 200 pages.
Can I do OCR on scanned PDFs?+
OCR (image PDF → searchable text PDF) is on the roadmap. For now, use Tesseract OCR locally or pdf-to-markdown then manually verify. ABBYY FineReader and Adobe Acrobat OCR are commercial alternatives if you need it today.
Are these tools mobile-friendly?+
Yes, every tool works on Chrome, Safari, Firefox, and Edge on mobile. Browser-side tools may be slower on phones for large files (over 50MB) — desktop is faster for batch work.