The fastest way to shrink a PDF depends on what's inside it
A PDF gets smaller when you remove data the file doesn't need to display on screen. The method that works best depends on whether your PDF is mostly text, mostly images, or a mix. A text-heavy PDF shrinks best by removing embedded fonts you don't need. An image-heavy PDF shrinks by compressing the images themselves — which may soften them slightly, but usually not enough to notice on screen.
The simplest route for most people is to use free online tools like ILovePDF, Smallpdf, or PDF Compressor, which handle the compression automatically and let you read the result in seconds. If you compress PDFs regularly, or if your files contain sensitive information you don't want to upload to a website, desktop software or built-in tools on your computer work faster and keep the file on your machine.
Key Takeaways
- Online tools like ILovePDF and Smallpdf compress PDFs in your browser without installing anything, though they upload your file to their servers temporarily.
- macOS Preview and Windows built-in tools can compress PDFs without leaving your computer, though they offer fewer options than dedicated software.
- Image-heavy PDFs shrink most when you lower the image resolution; text-heavy PDFs shrink when you remove unused fonts.
- Compression that reduces file size by 50 to 80 percent usually keeps the PDF readable on screen, though very aggressive compression can blur small text or images.
Using free online tools to compress in your browser
ILovePDF, Smallpdf, and PDF Compressor all work the same way: you upload your PDF, they compress it on their servers, and you read the smaller version. None of them require an account. The whole process takes under a minute for most files.
Go to the website, click the upload button, select your PDF, and choose your compression level if the tool offers one. Most tools give you a choice between "low compression" (smaller file size reduction, better quality) and "high compression" (larger file size reduction, slightly softer images). read the result and check it on your computer before deleting the original. If the text is blurry or images look too soft, upload the original again and choose lower compression.
The trade-off with online tools is that your PDF travels to their servers during compression. If your PDF contains sensitive information — medical records, tax documents, legal contracts — uploading it to a third-party website may not feel safe. In that case, use your computer's built-in tools instead.
Compressing PDFs on macOS without uploading
macOS Preview, which comes built into every Mac, can compress PDFs without you leaving your computer. Open the PDF in Preview, go to File menu, then click Export. In the export window, look for the Quartz Filter dropdown menu — it usually says "None" by default. Click it and select "Reduce File Size".
Preview will compress the PDF using its default settings and save it with a new name. The file size usually shrinks by 30 to 50 percent. If that's not small enough, you can try the export process again with the already-compressed file, though the second pass usually shrinks it less than the first.
Preview doesn't give you granular control — you can't choose compression level or target file size. If you need more options, consider free desktop software like PDFtk or Ghostscript, though both require some comfort with command-line tools.
Compressing PDFs on Windows without uploading
Windows doesn't have a built-in PDF compressor like macOS does, but you can use free software. PDFtk Free and Ghostscript both work on Windows and compress PDFs on your computer without uploading. Both are command-line tools, meaning you type instructions rather than clicking buttons — they're not as intuitive as online tools, but they're free and keep your file private.
If command-line tools feel too technical, the simplest Windows route is usually an online tool. Alternatively, if you have Microsoft Office, you can open the PDF in Word, then save it as a PDF again — Word sometimes reduces file size during the conversion, though the results are unpredictable.
Compressing image-heavy PDFs by lowering resolution
If your PDF contains scanned documents or photographs, the images themselves are usually what makes the file large. Lowering the image resolution shrinks the file significantly. A resolution of 150 dots per inch (DPI) is usually fine for reading on screen; 100 DPI works for most documents but can make small text slightly fuzzy; 72 DPI is the lowest you'd typically go, and text may look noticeably soft.
Most online compression tools automatically lower resolution as part of their "high compression" setting. If you're using desktop software and want to control resolution yourself, Ghostscript lets you specify DPI when you compress. For example, the command gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -r150 -o output.pdf input.pdf compresses to 150 DPI (this is an example; the exact command depends on your setup).
Removing embedded fonts from text-heavy PDFs
A PDF that's mostly text sometimes carries multiple font files embedded inside it, even if the document only uses one or two fonts on screen. Removing unused embedded fonts can shrink the file by 10 to 30 percent without changing how the PDF looks.
This is harder to do with free tools — most online compressors don't give you the option to remove fonts selectively. If you need this level of control, Ghostscript can do it, though you'll need to learn the command syntax. For most people, using an online tool's "high compression" setting is simpler and produces good results without needing to understand fonts.
Checking your compressed PDF before you delete the original
After compression, open the smaller PDF on your computer and scroll through it. Look for blurry text, especially in small font sizes. Check any images or charts to see if they're still clear enough to read. If the quality is acceptable, you can delete the original. If it's too soft or blurry, go back and compress again with a lower compression level.
Keep the original file for at least a week after compression, in case you need it. Compression is not reversible — once you delete the original, you can't get back the detail that was removed. If you compress the same PDF regularly (like a monthly report), keep the original and re-compress from that each time rather than compressing a compressed version.
Frequently Asked Questions
Can I compress a PDF without losing any quality?
Not really. Compression always removes some data. What changes is how much you remove and whether you notice the difference. A 50 percent reduction in file size usually goes unnoticed on screen. A 90 percent reduction often makes small text or fine details slightly softer. The sweet spot for most documents is 50 to 70 percent reduction.
Is it safe to upload my PDF to an online compression tool?
Most reputable tools (ILovePDF, Smallpdf) delete your file from their servers after a few hours. But if your PDF contains sensitive information like medical records or financial data, uploading it to any third-party website carries some risk. Use your computer's built-in tools or desktop software instead if privacy is a concern.
Why is my PDF still large after compression?
If the file barely shrank, it probably doesn't contain much compressible data — it may already be optimized, or it may contain elements like embedded video or complex graphics that compression tools can't reduce. Try a higher compression level, or accept that this particular PDF won't shrink much further.
What's the smallest a PDF can get?
That depends on the content. A text-only PDF can shrink to 10 to 20 percent of its original size. An image-heavy PDF usually shrinks to 30 to 50 percent. A PDF with embedded video or high-resolution photographs may barely shrink at all, because those elements don't compress well.