- Does my PDF get uploaded to a server?
- No. Every step — parsing the PDF, rendering pages, JPEG encoding, and rebuilding the output file — runs in your browser with JavaScript. There is no upload request at all, so Convertitive never sees your document.
- When does this compression work well, and when does it work badly?
- It works well on scanned documents, photographed pages, and image-heavy slide decks — anything where the pages are already essentially pictures. There, JPEG re-encoding routinely saves 70–90%. It works badly on born-digital, text-only PDFs: their text is stored as compact vector instructions measured in kilobytes, while a rasterized page is millions of pixels measured in megabytes. Rasterizing such a file usually makes it larger, and the tool will say so instead of hiding it.
- Does this remove password protection?
- No. Password-protected (encrypted) PDFs are rejected with an error — this tool cannot and does not bypass encryption. Remove the password with the tool that applied it first, then compress the unprotected copy.
- What quality setting should I use?
- For black-and-white or plain text scans, 50–60% is nearly indistinguishable from the original at reading size and gives the biggest savings. If the pages contain photographs, charts with subtle gradients, or anything you might zoom into, use 70% or higher. Below about 40% you will start to see visible JPEG blockiness around text edges.
- Is the text (or OCR layer) preserved?
- No — this is the most important trade-off to understand. The output pages are images, so the original text layer, including any OCR layer added to a scan, is discarded. You can no longer select, search, or copy text in the compressed file. If searchability matters to you, keep the original alongside the compressed copy, or use a tool that compresses images inside the PDF without rasterizing the text.
- What are the file and page limits?
- One PDF at a time, up to 64 MB and 100 pages. Because everything runs in your browser's memory, very large or very long documents would otherwise risk crashing the tab. Note also that a higher Detail setting produces pages with physically larger nominal dimensions (the page is sized to the rendered pixels at 96 DPI) — that is harmless for on-screen reading, and printing scales to paper automatically.