Flip Caps

Text Tools

Text Case ConverterLetter & Character RemovalDuplicate Line RemoverDuplicate Word FinderEm Dash RemoverDash RemoverFind and Replace TextSentence CounterRemove Line BreaksRemove Text FormattingRemove UnderscoresReverse Text GeneratorAlphabetical OrderEmail ExtractorURL ExtractorUpside Down TextAdd Commas to NumbersRemove EmojisBold Text GeneratorItalic Text GeneratorSlug GeneratorLorem Ipsum GeneratorText RepeaterRemove AI Formatting

PDF Tools

Merge PDFSplit PDFCompress PDFExtract PDF PagesJPG to PDFPNG to PDFPDF to JPGPDF to PNGAdd WatermarkAdd Page NumbersHeader & FooterTable of ContentsRemove Blank PagesPassword Protect PDFUnlock PDF

Unit Converters

CM to InchesMM to InchesMeters to FeetKM to MilesCM to FeetInches to FeetMeters to YardsInches to CMInches to MMFeet to MetersMiles to KMFeet to CMFeet to InchesYards to MetersKG to LBSGrams to OuncesPounds to OuncesLBS to KGOunces to GramsOunces to PoundsCelsius to FahrenheitFahrenheit to CelsiusLiters to GallonsmL to CupsGallons to LitersCups to mLMPH to KPHKPH to MPHAcres to Square FeetSquare Feet to AcresRadians to DegreesDegrees to RadiansHP to KWKW to HP

Image Tools

PNG to JPG ConverterJPG to PNG ConverterWebP to JPG ConverterWebP to PNG ConverterPNG to WebP ConverterJPG to WebP ConverterImage ResizerImage CompressorCrop ImageRotate ImageWatermark ImageMeme GeneratorPhoto EditorFavicon GeneratorAdd Logo to ImageRemove EXIF DataHEIC to JPG ConverterCircle CropBlur and Pixelate Image

Calculators

Age CalculatorPercentage CalculatorDiscount CalculatorTip CalculatorCalculatorScientific CalculatorCompound Interest CalculatorLoan CalculatorMortgage CalculatorSavings Goal CalculatorBMI CalculatorCalorie CalculatorPregnancy Due Date CalculatorIdeal Weight CalculatorGPA CalculatorGrade CalculatorHours Worked CalculatorDate Difference CalculatorDays Until CalculatorRoman Numeral ConverterFraction CalculatorRatio CalculatorAverage CalculatorRetirement CalculatorDebt Payoff CalculatorBody Fat CalculatorOvulation CalculatorBlood Alcohol CalculatorFuel Cost CalculatorUnit Price CalculatorBudget Planner (50/30/20)Monthly Expense CalculatorPaycheck CalculatorTax Refund Estimator

Fun & Random

Spin the WheelDice RollerCoin FlipperRandom Quote GeneratorRandom Number GeneratorYes or No GeneratorKeyboard TesterDead Pixel TesterCamera Shutter Count CheckerRandom Team GeneratorChore WheelMagic 8-BallTyping Speed TestPros and Cons ListBaby Name GeneratorUsername GeneratorFantasy Name GeneratorBusiness Name GeneratorNew Year's Resolution Tracker

Word Games

Word UnscramblerJumble Solver

Games & Puzzles

Memory MatchTic-Tac-ToeHangman2048Word Search GeneratorSudokuDaily WordMinesweeperSliding PuzzleLights OutSimon SaysReaction Time TestDots and BoxesConnect FourMastermindSnakeTower of Hanoi

Design & Color

Color ConverterRandom Color GeneratorQR Code GeneratorColor Palette Generator

Time Tools

Alarm ClockOnline TimerStopwatchTime Zone ConverterSleep CalculatorHoliday Countdown

Media Tools

GIF EditorMOV to MP4 ConverterAudio ToolsVideo to MP3Replace Audio in VideoTrim AudioMP4 to WebM ConverterWebM to MP4 ConverterMKV to MP4 ConverterAVI to MP4 ConverterMOV to GIF ConverterMP4 to GIF ConverterVideo TrimmerMute VideoRotate VideoVideo CompressorVideo ResizerExtract Video FrameCrop VideoWatermark VideoMerge VideosSplit VideoVideo Speed ChangerReverse VideoAudio ConverterOGG to MP3Audio CompressorMerge AudioAudio Speed ChangerAudio Volume Booster

Developer Tools

Password GeneratorBase64 Encoder/DecoderNumber to WordsScreen Resolution CheckerAspect Ratio CalculatorVanishing Note - Self-Destructing NotesScript SplitterPrint Pad
← Blog|PDF Tools

How to Compress a PDF Without Losing Quality

9 min read

A PDF that is too large causes problems at almost every stage of the document lifecycle. Email providers reject attachments over a certain size - Gmail caps attachments at 25 MB, Outlook at 20 MB. Portals for job applications, grant submissions, legal filings, and academic journals often have their own upload limits, sometimes as low as 5 MB or even 2 MB. Even when there is no hard limit, a 40 MB PDF sent as a file share is slow to open on a mobile connection and takes up a disproportionate amount of inbox storage for everyone who receives it.

The frustrating part is that PDF file sizes are not always predictable or proportional to the amount of content inside. A two-page document can easily be 15 MB. A 50-page report might be 3 MB. The size depends almost entirely on what went into the PDF and how it was created - not how many pages it has or how much text it contains. Understanding why PDFs get large is the first step to reducing them intelligently rather than just running a compression tool and hoping for the best.

Why PDF Files Get So Large

PDF files are containers that can hold text, images, fonts, vector graphics, form fields, metadata, annotations, and embedded files. The size of the container depends on what is inside it, and several things can inflate it unexpectedly.

Images are by far the biggest contributor to PDF file size in most documents. When you insert a high-resolution photo into a Word document and export it as a PDF, the full-resolution image is embedded in the PDF unless the exporting application compresses it first. A single high-resolution photo from a modern smartphone is 4-8 MB. A brochure with six such photos can easily hit 30-40 MB before you have added a single line of text.

Scanned documents are a special case. When a physical document is scanned and saved as a PDF, the entire page is stored as a large image - even if the page is mostly white space with a little printed text. A scanned contract that is 20 pages long might be 15-20 MB because each page is a separate full-page image file embedded in the PDF.

Embedded fonts can add several megabytes to a PDF if the document uses unusual or custom fonts that need to be fully embedded so the file looks the same on any device. Standard system fonts like Arial, Times New Roman, and Helvetica are often handled efficiently, but a PDF that uses several custom or decorative typefaces might embed large font files for each one.

Revision history and metadata accumulate in PDFs that have been edited many times, especially in tools like Adobe Acrobat that track changes. The old versions of the document may still be stored inside the file even though they are not visible, inflating the size significantly.

What PDF Compression Actually Does

PDF compression is not one thing - it is a combination of techniques applied to different parts of the file. Understanding what is actually happening helps you predict how much reduction is possible and whether the output will meet your quality requirements.

The most impactful technique is image recompression. The images inside the PDF are decoded, compressed at a lower quality setting using a more efficient algorithm (usually JPEG for photos and JPEG 2000 for scanned documents), and then re-embedded. A full-resolution photo embedded at its original size might be 5 MB; the same photo recompressed at 72 DPI for screen use might be 150 KB. The trade-off is that the image is less sharp if you zoom in or print it. For a document that will only ever be read on screen, this trade-off is almost always worth it. For a document that will be printed commercially, you may want to compress less aggressively.

Removing unnecessary data is a lossless step that can make a meaningful difference for PDFs that have been edited repeatedly. This includes removing revision history, stripping out hidden metadata and annotations, removing unused form fields, and cleaning up internal references that are no longer needed. These items are not visible in the final document but they take up space.

Downsampling reduces the pixel density of embedded images to match the intended output. A photo embedded at 300 DPI is appropriate for high-quality printing, but for a PDF that will only be read on a screen, 96 DPI or 150 DPI is sufficient. Downsampling reduces the image dimensions before recompressing, which compounds the file size reduction.

How Much Can You Actually Compress a PDF?

The compression potential depends entirely on what is inside the file. A realistic guide:

A PDF created from a Word document with no embedded images compresses very little - maybe 10-20% - because text and vector content are already stored efficiently. If you are trying to compress a text-only PDF and getting minimal results, it is because there is not much to compress.

A PDF with high-resolution photos can typically be reduced by 70-90% without visible quality loss on screen. A 20 MB brochure with six large photos can realistically become 2-3 MB at a medium quality setting. This is the use case where compression makes the biggest difference.

A scanned document compresses well if the scanner was set to a high resolution - a 300 DPI scan compressed to 150 DPI cuts file size dramatically. A document scanned at 72 DPI has less room to compress without making the text hard to read.

Compress any PDF in seconds - no upload to a server, no account needed, no file size limit.

Try the PDF Compressor

Compression Settings: Screen, Print, and Archival

Most PDF compressors offer preset quality levels, often labeled something like "screen," "ebook," "print," and "prepress" or "archival." These correspond to different image DPI targets and compression ratios.

Screen quality (72-96 DPI) produces the smallest files and is designed for documents that will be read on a monitor, sent by email, or shared digitally. The images look fine at normal zoom levels but will look soft if zoomed in or printed. This is the right setting for most business documents, reports, and presentations that are shared digitally.

Ebook or medium quality (150 DPI) is a middle ground that produces files that look sharp on a retina or high-DPI display and still print acceptably on a home printer. This is the right setting for documents that might be both read on screen and occasionally printed.

Print quality (300 DPI) is suitable for documents that will be printed professionally. The compression is light and the file size reduction is modest, but the output is suitable for anything that needs to look sharp on paper.

Archival or prepress applies almost no image compression and focuses only on removing unnecessary metadata. The file size reduction is minimal, but the image quality is preserved as closely as possible to the original. Use this for master copies of documents you plan to print or archive long-term.

Compressing PDFs With Scanned Pages

Scanned PDFs respond to compression differently from digitally created ones. Because each page is an image, the image recompression step handles them page by page, and the results can be dramatic. A contract scanned at 300 DPI that is 15 MB can become 1.5-2 MB at 150 DPI with very little visible change in the text when reading on screen.

However, there is a floor below which compression starts to make scanned text difficult to read. If the original scan was at 200 DPI and you compress to 72 DPI, the text may become blurry and hard to parse, especially for handwriting or small fonts. For scanned documents that need to remain readable, 150 DPI is usually the minimum safe target.

If a scanned document needs to be both small and searchable (so you can copy text from it or search it with Ctrl+F), you need OCR (optical character recognition) rather than compression alone. OCR converts the page images into actual text layers, which are much smaller than image data. This is a different step from compression, though some tools handle both.

Splitting Before Compressing

Sometimes the most effective approach is not to compress the whole document but to split it first. If you have a 50-page PDF but only need to share pages 1-10, extracting those pages with a PDF splitter and then compressing the excerpt gives you a much smaller file than compressing the entire document and sharing the whole thing. For reports, contracts, and presentations where the recipient only needs a specific section, splitting first is worth the extra step.

Similarly, if you have several small PDFs that you need to share as one file, consider merging them after compressing each one individually. Compressing before merging lets you apply different compression settings to different documents - aggressive compression for the image-heavy brochure, light compression for the text-only terms document - and the merged result is often smaller than if you merged first and then compressed the combined file.

When to Not Compress

Compression is not always the right answer. There are specific cases where you should leave the PDF at its original size or use the lightest possible compression setting.

Legal documents and contracts are often signed and certified as exact reproductions of a physical document. Recompressing the images in a signed PDF can, in some jurisdictions, raise questions about whether the document has been altered. For anything with legal weight, verify whether compression is acceptable before doing it.

PDFs intended for professional or commercial printing need to remain at print resolution (300 DPI or higher). Sending a compressed, screen-resolution PDF to a commercial printer will result in blurry output that looks nothing like what you approved on screen. Keep the high-resolution original for print and create a compressed copy for sharing digitally.

Master files and archival copies should stay uncompressed. If you are maintaining a library of design files, source documents, or regulatory records, keep the originals at full quality and compress only the copies you send out. Storage is cheap; recovering quality from a lossy compressed file is impossible.

A Practical Compression Workflow

For most people sharing PDFs in a professional context, the workflow is: determine whether the document is primarily text or primarily images; if it is image-heavy and the recipient only needs part of it, split first; then compress at the medium quality setting and check whether the text is still clean and the images are acceptable at normal zoom; if the result is still too large, try the screen quality setting; and if the result quality is unacceptable, use a higher quality setting or consider whether the images in the source document can be reduced before creating the PDF.

Getting a PDF under an email attachment limit is almost always possible with a well-chosen compression setting. The only exception is a very large document with many high-resolution photos where even aggressive compression cannot get under a 5 MB limit - in that case, a cloud file share link is a better solution than trying to squeeze the file into an attachment.

The PDF tools on FlipCaps run entirely in your browser using pdf-lib, which means no files are uploaded to any server. You can compress sensitive documents, financial statements, or client files without any of that data leaving your device. See all available PDF tools for splitting, merging, adding page numbers, watermarks, and more.


← Back to all articles