10 Tips for Creating Smaller PDF Files
PDF file size is one of those things that sneaks up on you. A document that should be a few hundred kilobytes ends up as 50 MB, and you're left puzzling over why. The answer is almost always one of the same culprits: high-resolution images that weren't optimised before embedding, fonts that were fully embedded instead of subsetted, or export settings from Word or InDesign that default to print quality when screen quality is all you need. The good news is that reducing PDF file size is straightforward once you know where the bulk comes from and where to intervene. These ten tips cover every stage of the PDF lifecycle — from creation to final distribution — and apply whether you're working with text documents, image portfolios, or complex mixed-content files.
Optimise at the Source Before Exporting
The most powerful way to control PDF size is to optimise content before it ever becomes a PDF. In Word or PowerPoint, compress images before exporting: select any image, go to Format → Compress Pictures, choose your target resolution (96 ppi for web/screen, 150 ppi for general print), and apply to all images. This single step can cut PDF size by 60–80% for image-heavy presentations. Also check your export settings. In Word, choose File → Save As → PDF, click Options, and select 'Minimum size (publishing online)' rather than 'Standard'. In PowerPoint, use File → Export → Create PDF/XPS and select 'Minimum size'. These settings downsample images and strip unnecessary metadata at export time.
- 1In Word/PowerPoint, select any image and click Format → Compress Pictures.
- 2Choose 96 ppi (web/screen) or 150 ppi (print) and apply to all images.
- 3When exporting, select 'Minimum size' or 'Optimize for: Minimum size' in export options.
- 4Check the resulting file size — compare to a standard export to see the difference.
Use the Right Compression Level for Your Use Case
If you have a PDF and need to reduce its size, use LazyPDF's compress tool — but choose the right setting for your purpose. Screen quality (72 DPI images) is best for email attachments and documents that will only be viewed on screens. Ebook quality (150 DPI) is ideal for documents that might be printed occasionally. Printer quality (300 DPI) is for professionally printed materials. Don't over-compress. A document compressed to Screen quality when Ebook quality would have been sufficient creates unnecessary quality degradation for no additional benefit. The file size difference between Screen and Ebook is often less than 20%, while the quality difference is substantial.
Remove Embedded Thumbnails and Metadata
PDFs can contain embedded page thumbnails (preview images stored inside the file), unnecessary metadata, revision history from design tools, and redundant data streams. These add file size without improving the document's content. Running your PDF through a Ghostscript-based compressor (like LazyPDF) automatically strips most of this overhead. Alternatively, in Adobe Acrobat Reader → File → Properties, you can see and sometimes remove metadata. The PDF Optimizer in Acrobat Pro provides the most control, allowing you to audit exactly what's adding to file size before removing it.
Split Large Documents into Logical Sections
Instead of distributing a 100-page manual as a single 50 MB file, consider whether it makes more sense to split it into chapters or sections. A 15-page chapter is faster to download, easier to share by email, and less daunting for readers. LazyPDF's split tool lets you create custom page ranges so you can define logical breaks based on content structure. For documents that genuinely need to stay together, creating a high-compression 'distribution' version alongside a high-quality 'archive' version is a professional approach. Share the small version; keep the large one for printing or archiving. Modern PDF tools leverage WebAssembly and JavaScript libraries to process documents directly within your web browser. This client-side processing approach offers significant advantages over traditional server-based solutions. Your files remain on your device throughout the entire operation, eliminating privacy concerns associated with uploading sensitive documents to remote servers. The processing speed depends primarily on your device capabilities rather than internet connection speed, which means operations complete almost instantaneously even for larger files. Browser-based PDF tools have evolved considerably in recent years. Libraries like pdf-lib enable sophisticated document manipulation including page reordering, merging, splitting, rotation, watermarking, and metadata editing without requiring any server communication. This technological advancement has democratized access to professional-grade PDF tools that previously required expensive desktop software licenses. Whether you are a student organizing research papers, a professional preparing business reports, or a freelancer managing client deliverables, these tools provide enterprise-level functionality at zero cost. The convenience of accessing these tools from any device with a web browser cannot be overstated.
Frequently Asked Questions
What typically makes a PDF unexpectedly large?
The three biggest culprits are: (1) High-resolution embedded images — a single 300 DPI photo can be several megabytes. (2) Fully embedded fonts — embedding an entire font file rather than just the used characters (subsetting) adds hundreds of kilobytes per font. (3) Export settings defaulting to print quality when screen quality is all that's needed. Check your source application's export settings and image resolution first before resorting to post-export compression.
Can I reduce PDF size without losing any quality at all?
Partially. Lossless optimisations — removing duplicate data, compressing metadata, stripping unused embedded objects, subsetting fonts — reduce file size without any quality change. These typically achieve 5–30% reduction depending on how the PDF was created. Reductions beyond that require lossy image compression (downsampling), which does involve some quality trade-off. For most screen-viewed documents, the quality loss at 150 DPI is imperceptible.
Why is my scanned PDF so much larger than a text-based PDF of the same content?
A scanned PDF is essentially a collection of images — one photograph per page. A 300 DPI photograph of an A4 page is typically 2–8 MB uncompressed. A text-based PDF of the same content is a few kilobytes of vector data. Even with JPEG compression, a 10-page scan can be 5–30 MB. Compressing scanned PDFs is especially effective because image downsampling from 300 to 150 DPI reduces each page image by 75% with minimal visible quality change.