PDF Tips
Five Ways to Reduce PDF File Size
April 2026 · 6 min read
Why PDFs get large
A PDF is a container format. It can hold raster images, vector graphics, embedded fonts, form data, annotations, metadata, and revision history. Each of these contributes to file size. The dominant factor in most large PDFs is embedded raster images, particularly from scans or imported photographs.
Fonts are the second major contributor. A PDF that embeds four typefaces may carry 2-4 MB of font data even for a short document. Subsetting - embedding only the characters actually used rather than the entire font - reduces this, but not all PDF creators subset fonts automatically.
Accumulated revision history is a less obvious source of bloat. PDFs edited repeatedly in Adobe Acrobat or similar tools may contain multiple versions of edited content, each appended to the end of the file. The visible document looks the same, but the file contains all previous states.
Method 1 - compress images
Image compression is the highest-leverage technique for most documents. Use /tools/compress in PDFsuite, select the Reading preset, and compress. For a scan-heavy document, 40-70% size reduction is typical with no visible quality loss at normal reading zoom.
The Web preset is more aggressive and produces smaller files at the cost of lower image resolution - acceptable for documents that will only be read on screen. The Print preset preserves higher resolution for documents that need to be physically printed.
If the PDF is a single high-resolution scan, consider whether 300 DPI is necessary. Downsampling to 150 DPI (the Reading preset) halves the linear pixel count, reducing image data to roughly one quarter of the original.
Method 2 - remove metadata and revision history
Stripping metadata removes author information, comment history, XMP data blocks, and embedded thumbnails. This typically saves a small but non-trivial amount - a few kilobytes to a few hundred kilobytes for heavily annotated documents.
Revision history - the incremental updates appended to PDFs by editors like Acrobat - can accumulate significantly over many editing sessions. Linearizing or saving as a fresh copy removes the revision history and can reduce file size by 20-40% for long-edited documents.
Use /tools/remove-metadata in PDFsuite to strip metadata. For revision history, the compress tool's save-as-new operation implicitly removes incremental update overhead by rebuilding the PDF from scratch.
Method 3 - remove unnecessary pages
Blank pages, cover pages, appendices, and boilerplate that are not needed for the specific use add pages and therefore file size. Removing pages before sending reduces size proportionally.
For a 50-page document where only 30 pages are relevant to the recipient, extracting the relevant pages creates a smaller, more useful file. The extract-pages tool at /tools/extract-pages handles this in under a minute.
Blank pages are common culprits. A word processor that exports to PDF from a document with trailing blank paragraphs may produce one or two blank pages at the end. Deleting them with /tools/delete-pages takes seconds.
Method 4 - convert or flatten where appropriate
Interactive elements like form fields and annotations add structure to a PDF. If a form has been filled in and the values are final, flattening converts the interactive elements to static page content. The result is smaller and visually identical.
Embedded attachments - files attached to the PDF - can add megabytes. If the attachments are not needed, removing them before sharing reduces size without affecting the visible document.
Vector graphics are usually efficient. If your PDF contains many rasterized vector elements (vector art that was bitmapped before embedding), reconverting from the source or using a vector-aware exporter can dramatically reduce file size.
Method 5 - fix the source
The most effective long-term approach is creating smaller PDFs in the first place. When exporting from Word, choose PDF/A or standard quality rather than maximum quality. When scanning, scan at 150-200 DPI for documents that will be read on screen - not 600 DPI "just in case."
Use vector graphics where possible for diagrams and charts. A vector chart is a few kilobytes in a PDF; a rasterized screenshot of the same chart at 300 DPI can be several megabytes.
If you regularly generate large PDFs from the same source, invest time in tuning the export settings once. Word's PDF export settings, InDesign's PDF export presets, and scanner software all offer quality controls that determine file size at creation time. Getting the source settings right is more effective than compressing after the fact every time.
Try it yourself
Process your PDFs in the browser.
All 28 tools. Files never leave your device. $29/year.