Field guide / PDF workflows
Shrink a PDF without wrecking it
Understand what makes PDFs large and apply safe, private methods to reduce file size without losing quality or breaking features.
PDFs grow from uncompressed images, embedded full fonts, multimedia, duplicate resources, and high-DPI scans. Safe fixes: export source apps with lower image quality/resolution, remove unused pages, split large docs, convert scanned pages to compressed JPG at 150-300 DPI. Risky: aggressive compression that creates artifacts or makes scanned text un-OCRable. Compress images before placing them, not after. Print targets need 300 PPI; screen targets 96-150 PPI.
| Cause | Typical saving | Risk |
|---|---|---|
| Uncompressed images | 30-70% reduction | None if resaved at appropriate quality |
| Embedded full fonts | 10-25% reduction | Text may not display correctly if font is removed |
| High-DPI scanned pages (600 DPI+) | 50-80% reduction | Text may become un-OCRable below 150 DPI |
| Duplicate resources | 5-15% reduction | None |
| Multimedia/embedded videos | 20-50% reduction | Feature loss if removed |
What actually makes PDFs huge
PDF file size depends on how content is stored, not just how many pages it has. The biggest contributors to large PDFs are uncompressed or poorly compressed images, embedded full font sets, multimedia content, duplicate resources, and scanned pages at excessively high DPI. A 40-page document with high-resolution images can easily exceed 100 MB, while the same content with optimized images might be under 10 MB. Understanding these components helps you target the right fixes without compromising quality.
Uncompressed images (common in scans or exports from design software) store every pixel without compression. Embedded fonts add kilobytes per character set, and multimedia like videos or audio can add megabytes. Scanned pages at 600 DPI contain four times as many pixels as the same content at 300 DPI, creating disproportionately large files. For example, a single Letter page (8.5×11 inches) scanned at 600 DPI becomes 5100×6600 pixels, while the same page at 300 DPI is 2550×3300 pixels—exactly 75% fewer pixels to store.
The mathematical relationship between DPI and file size isn't perfectly linear due to compression algorithms, but the impact is substantial. A 600 DPI scan contains 4× more pixels than a 300 DPI scan, and 16× more than a 150 DPI scan. This exponential growth means that reducing DPI from 600 to 300 typically cuts file size by 50-80%, while going from 300 to 150 DPI can reduce it by another 50-70%. The exact savings depend on the compression method used and the content type (text vs. photographs).
Diagnosing before fixing
Before reducing a PDF's size, understand what's driving the bulk. Most PDF viewers and editors show object sizes in their properties or statistics panels. Look for large image objects, embedded fonts, or multimedia streams. Adobe Acrobat's 'Properties' panel and 'File > Properties > Description' show detailed size breakdowns. Smaller tools may show total file size only, but patterns (many scanned pages, large embedded images) reveal the likely culprits.
The order of fixes matters significantly. Address the largest contributors first—removing a 50 MB image saves more space than optimizing 10 small ones that total 5 MB. For documents with mixed content, prioritize by impact: scanned pages > large images > embedded fonts > other resources. A systematic approach prevents wasted effort on minor savings while major problems remain unaddressed.
When diagnosing, look for specific patterns that indicate the primary issue. Documents with many scanned pages will show large image objects in the size breakdown. PDFs with high-resolution photographs will have image objects that are disproportionately large compared to text-only pages. Multimedia content appears as separate streams in the properties panel. Understanding these patterns helps you apply the most effective fixes first.
Safe fixes in the right order
Start with the least destructive changes and progress to more aggressive ones. First, export from the source application with lower image quality or resolution settings. Most design software (Adobe InDesign, Illustrator) and office suites offer PDF export options with compression sliders. Reducing image quality from 100% to 80-90% often cuts size dramatically with minimal visible loss—especially for photographs where minor compression is barely noticeable.
Next, remove unused pages or extract only the pages you need. Many documents contain title pages, appendices, or test pages that aren't essential. Splitting a 100-page document into 10-page chunks can make individual files more manageable and reduce overall size through better compression efficiency. Smaller files compress more effectively than one monolithic document.
For scanned documents, convert photo pages to compressed JPG at sane DPI (150-300) while keeping text pages as-is or converting to optimized black and white. This targeted approach preserves text readability while significantly reducing image-heavy pages. Re-save PDFs to remove temporary data and optimize structure, which can reclaim 5-15% of file size through better internal organization.
- Export source apps with lower image quality/resolution settings
- Remove unused pages or extract only needed ranges
- Split genuinely large documents into smaller chunks
- Convert scanned photo pages to compressed JPG at sane DPI (150-300)
- Re-save PDFs to remove temporary data and optimize structure
- Use 'subset' fonts instead of full embedding when possible
- Remove duplicate resources and unused metadata
Risky fixes that can break your PDF
Aggressive third-party compression tools often apply heavy lossy compression that creates visible artifacts in text and images. These tools may claim '90% reduction' but produce unusable results for print or professional work. Be particularly wary of tools that don't let you preview before saving. What looks acceptable on screen may print poorly or become unreadable at actual size.
Resaving scanned text documents at 100 DPI or lower can make text un-OCRable and unreadable. While 150 DPI is often sufficient for text, going below that risks losing character definition. Always test on a sample page before processing an entire document. The threshold varies by font size and scan quality—smaller fonts need higher DPI to remain legible.
Beware of 'one-click optimize' tools that apply the same aggressive settings to all content types. A tool that works well for photographs may destroy text quality. Look for tools that let you set different compression levels for text vs. images. When in doubt, keep the original high-quality file and use the reduced version only for the specific purpose (like email distribution).
- Avoid aggressive compression that creates artifacts in text and images
- Never reduce scanned text below 150 DPI without testing
- Beware of 'one-click optimize' tools that don't show preview options
- Don't remove embedded fonts unless you're sure they're not needed
- Avoid tools that apply the same compression to all content types
- Never use lossy compression on documents requiring OCR
Why compress images BEFORE placing them
Compressing images before placing them in a document is far more effective than compressing the final PDF. When you place a compressed JPG (with appropriate quality settings) into InDesign or Word, the PDF export process doesn't need to recompress—it simply embeds the already optimized image. This saves processing time and often results in smaller files because the original compression was applied with knowledge of the image content.
If you place an uncompressed TIFF or PNG and then export to PDF with compression, the PDF creator must analyze and recompress each image, which can be less efficient. The 'garbage in, garbage out' principle applies: starting with optimized images yields better results than trying to fix problems after the fact. The PDF engine may apply suboptimal compression settings that don't match the image type.
For example, placing a high-quality TIFF (uncompressed) and then exporting to PDF with JPEG compression at 80% quality will typically result in a larger file than placing a JPEG at 80% quality directly. The PDF engine must first decode the TIFF, then re-encode it as JPEG, which introduces additional processing and potential quality loss. Starting with the right format and quality from the beginning avoids this inefficiency.
Print vs screen targets: different needs
Print workflows require higher resolution images (300 PPI) to ensure crisp output on paper. Screen displays need much less—96-150 PPI is sufficient for web viewing. Sending a 300 PPI print-optimized PDF to someone who only needs to view it on screen wastes bandwidth and storage. Understanding your destination helps set appropriate resolution and avoids unnecessary file bloat.
Email and upload systems often have size limits (10-25 MB common). Understanding your destination helps set appropriate resolution. A 300 PPI Letter page (8.5×11) at 300 DPI creates approximately 2550×3300 pixels, while the same page at 150 DPI is 1275×1650 pixels—four times smaller in file size. For screen viewing, 150 DPI provides adequate quality without the unnecessary overhead of print resolution.
Different destinations have specific size requirements. Email systems may reject files over 25 MB. Upload portals for print shops often have 100 MB limits, but prefer files under 50 MB for faster processing. Web platforms typically limit uploads to 10-20 MB. Matching your PDF size to the destination prevents rejection and speeds up processing times.
Worked example: scanned 40-page letter document
Consider a 40-page letter document scanned at 600 DPI in black and white. At 600 DPI, each Letter page (8.5×11 inches) becomes 5100×6600 pixels. Reducing to 300 DPI cuts pixel count by 75% to 2550×3300 pixels. At 150 DPI, it's 1275×1650 pixels—only 6.25% of the original pixel count. The file size relationship isn't perfectly linear due to compression efficiency, but you can expect 50-80% reductions when halving DPI for scanned documents.
For a concrete example, a 40-page document scanned at 600 DPI might be 85 MB. Reducing to 300 DPI could bring it down to 25-35 MB (60-70% reduction), while 150 DPI might result in 10-15 MB (80-90% reduction). The exact savings depend on the scanner's compression settings and the content (text vs. images). Always test on a sample page first to verify readability.
When working with color scans, the savings are similar but the absolute file sizes are larger. A color scan at 300 DPI might be 2-4 MB per page, while the same at 150 DPI could be 500 KB-1 MB. The key is matching DPI to the actual needs: 150 DPI is often sufficient for text documents, 200-300 DPI for documents with photographs or detailed graphics. For a 40-page color document, this could mean the difference between 80 MB and 20 MB.
Worked example: print catalog with high-res photos
Consider a 48-page print catalog with high-resolution product photographs. The original PDF might be 120 MB due to uncompressed TIFF images at 600 DPI. Each page contains 3-4 product shots, each 3000×4000 pixels at 300 PPI. The total pixel count per page is enormous, leading to massive file sizes.
The solution isn't to crush the finished PDF, but to export from the source application with appropriate settings. In Photoshop, export each image as a JPEG at 80-90% quality (300 PPI) before placing them in InDesign. This reduces each image from 15-20 MB (TIFF) to 2-4 MB (JPEG) while maintaining print quality. The resulting InDesign document, when exported to PDF, might be 30-40 MB instead of 120 MB—a 70% reduction.
If you instead placed the TIFF images and then used a PDF compressor, you might only achieve a 30-40% reduction because the PDF engine must re-compress each image. The source-app export approach preserves quality while achieving maximum compression. For print catalogs, always optimize images at the source rather than relying on post-hoc compression.
When NOT to shrink your PDF
Archival scans and legal documents require preservation of every detail. Reducing DPI or applying aggressive compression can make these documents unusable for future reference or legal purposes. Always keep the original high-quality version for archival purposes and create reduced versions only for distribution when absolutely necessary.
Print production files often need specific resolution and quality settings that printers require. Compressing these files can result in poor print quality or rejection by the print shop. Follow your printer's specifications exactly—don't assume that smaller is always better. What works for email distribution may fail for professional printing.
Documents requiring precise measurements or technical drawings need high resolution to maintain accuracy. Reducing DPI can distort dimensions and make the document unreliable. For engineering or architectural plans, always verify with your recipient whether size reduction is acceptable before proceeding.
Verifying the output quality
After reducing PDF size, always verify the result. Open the new file and zoom to actual size (100%) to check text readability and image quality. Look for compression artifacts around text edges or in photographs. Compare a few pages side-by-side with the original if possible. Artifacts often appear as blocky areas in images or fuzzy text edges.
For critical documents, print a test page on your local printer to ensure the quality meets requirements. What looks acceptable on screen may not print well, especially with aggressive compression. Check for banding in gradients, loss of detail in shadows, and crispness of text. When in doubt, keep the original high-quality file and use the reduced version only for the specific purpose (like email distribution).
Use OCR testing for scanned documents. Run your reduced PDF through an OCR tool and compare the results with the original. If text recognition drops significantly, you may have compressed too aggressively. The threshold varies by document type, but a 10-15% drop in accuracy often indicates problems that will affect readability.
Frequently asked questions
Why is my PDF so big even though it has few pages?
PDF size depends on content quality, not page count. A 2-page document with high-resolution images can be larger than a 20-page document with text only. Check for embedded images, fonts, and multimedia.
Can I reduce PDF size without losing print quality?
Yes, by optimizing images (compressing JPEGs, using appropriate DPI), removing unused fonts, and ensuring images are sized correctly for print (300 PPI). Avoid aggressive compression that creates artifacts.
What DPI should I use for scanned documents?
150 DPI is often sufficient for text. Use 200-300 DPI for documents with photographs or detailed graphics. Never go below 150 DPI for text you need to read or OCR.
Will reducing PDF size make it un-OCRable?
Only if you reduce scanned text below 150 DPI or use aggressive compression. Test on a sample page first. Most modern OCR works well at 150 DPI and above.
Why does compressing the PDF after placing images not work as well?
Compressing images before placing them is more efficient. The PDF creator doesn't need to re-analyze and recompress each image, resulting in better optimization and smaller files.
Can I remove fonts to save space?
Yes, but only if the PDF already embeds them. Removing necessary fonts can cause text to display incorrectly on other systems. Use 'subset' fonts instead of full embedding when possible.
What's the difference between source-app export and post-hoc compression?
Source-app export applies compression with knowledge of image content, resulting in better quality and smaller files. Post-hoc compression must re-analyze images, often producing suboptimal results.
When should I keep the original high-quality PDF?
Keep originals for archival purposes, print production, or when the document contains legal/technical content requiring precise measurements.
References
Put the method to work