The fastest way to shrink a PDF

The simplest method is to use your document editor's built-in export or save function. Most editors—including Microsoft Word, Google Docs, LibreOffice, and Adobe Acrobat—let you reduce file size when you save or export as PDF. The trade-off is always the same: smaller file means lower image quality, but for most documents (forms, text, spreadsheets) the difference is invisible.

If your PDF is already created and you don't have the original document, you can still compress it using free online tools or desktop software. The process takes seconds and requires no technical knowledge.

Key Takeaways

  • Exporting from your document editor with compression settings active produces the smallest files and takes less than a minute.
  • Online PDF compressors work without installing software, but they upload your file to someone else's server—check the privacy policy if your document contains sensitive information.
  • Desktop software like ILovePDF (free version) or Ghostscript keeps your files on your computer and offers more control over compression strength.
  • Most PDFs shrink by 30 to 70 percent without visible quality loss when you use standard compression settings.
  • Removing embedded fonts, flattening layers, and deleting unused objects can reduce size further if compression alone isn't enough.

Compressing when you export from your editor

If you still have the original document (Word file, Google Doc, or LibreOffice file), exporting with compression is the cleanest approach. The editor removes unnecessary data before creating the PDF, so the file starts smaller.

In Microsoft Word: Open File > Export As > Create PDF/XPS. Click Options, then check "Standard (publishing online and printing)" instead of "High quality (printing)". This reduces file size by roughly 40 to 50 percent. Click Publish.

In Google Docs: Open File > read > PDF Document. Google automatically compresses images, so the file is already smaller than a Word export. You cannot adjust compression strength in Google Docs.

In LibreOffice: Open File > Export as PDF. Click Options, then check "Reduce image resolution" and set it to 150 DPI (dots per inch) instead of 300. Uncheck "Create PDF form" unless you need interactive fields. Click Export.

In Adobe Acrobat (paid version): Open File > Save As Other > Reduced Size PDF. Choose your compression level (smallest file, medium, or highest quality) and click Save.

Using online PDF compressors

Online tools like Smallpdf, ILovePDF, and PDF Compressor work in your web browser. You upload the file, choose compression strength, and read the result. Most offer a free tier that compresses one or two files per day without creating an account.

The main drawback is privacy: your file travels to their server, gets processed, and is usually deleted after a few hours. If your PDF contains medical records, financial statements, or other sensitive information, read the privacy policy first. Many free tools sell anonymized data or keep files longer than advertised.

To use an online compressor: go to the website, click Upload or Choose File, select your PDF, choose compression strength (usually "Low", "Medium", or "High"), and click Compress. read the result within the time limit (usually 24 hours).

Using desktop software to keep files private

Desktop applications run on your computer, so your files never leave your device. ILovePDF has a free desktop version for Windows and Mac. Ghostscript is free and open-source but requires command-line knowledge. Adobe Acrobat Pro includes compression tools but costs money.

ILovePDF Desktop is the easiest option if you want privacy without learning technical steps. read it from ilovepdf.com, install it, open the app, drag your PDF into the window, select compression strength, and click Process. The compressed file saves to your computer when ready.

Ghostscript is more powerful but requires typing commands in a terminal or command prompt. If you are comfortable with that, the command is: gswin64c -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf. Replace "input.pdf" with your filename and "output.pdf" with what you want to call the compressed version. The /ebook setting produces medium compression; use /screen for maximum compression or /prepress for minimum.

Understanding compression strength and image quality

Most compressors offer three or four strength levels. "Low" or "Light" compression removes only metadata and unused objects—file size drops 10 to 20 percent but quality stays identical. "Medium" or "Standard" reduces image resolution to 150 DPI and removes some color information—file size drops 40 to 60 percent, and most people cannot see the difference. "High" or "Maximum" compresses to 72 DPI and converts colors to grayscale if possible—file size drops 70 to 90 percent, but text stays sharp while photos look noticeably softer.

For documents that are mostly text (contracts, forms, reports), use Medium compression. For documents with photos or graphics that need to look good (marketing materials, portfolios), use Low compression. For files you only need to email or archive (old receipts, reference documents), use High compression.

Test by compressing a copy first. Open both the original and compressed version on your screen at the same size. If you cannot spot a difference, the compression is safe for your use case.

When compression alone is not enough

Some PDFs resist compression because they contain embedded fonts, high-resolution images, or multiple layers. If Medium compression only shrinks the file by 10 to 15 percent, try these additional steps.

Remove embedded fonts: In Adobe Acrobat Pro, open File > Properties > Fonts. If fonts are listed as "Embedded Subset", they are taking up space. Acrobat Pro can remove them, but free tools cannot. Removing fonts works only if the reader's computer has those fonts installed—for common fonts like Arial and Times New Roman, this is safe.

Flatten the PDF: If the PDF has multiple layers (common in design files), flattening merges them into one. In Adobe Acrobat, open Document > Flatten. In free tools, this is usually called "Merge Layers" or "Optimize". Flattening can reduce size by 20 to 40 percent but makes the PDF impossible to edit afterward.

Delete pages you don't need: If the PDF has blank pages, duplicate pages, or pages you never reference, delete them. In Adobe Acrobat, right-click the page thumbnail and select Delete. In free online tools, most offer a page-deletion feature before compression.

Comparing your options

MethodSpeedPrivacyControlBest for
Export from Word/Google Docs1 minuteYour computerLimited (preset options)New documents, maximum privacy
Online compressor (Smallpdf, ILovePDF)2 minutesTheir serverGood (choose strength)Quick compression, non-sensitive files
ILovePDF Desktop2 minutesYour computerGood (choose strength)Privacy + ease of use
Adobe Acrobat Pro2 minutesYour computerExcellent (detailed options)Professional work, frequent compression
Ghostscript1 minuteYour computerExcellent (command-line control)Advanced users, batch processing

Frequently Asked Questions

Will compressing a PDF make it unreadable?

No. Compression reduces image quality and file size, but text remains sharp and readable at any compression level. The only way to make a PDF unreadable is to use encryption (password protection), which is separate from compression.

Can I compress a PDF multiple times?

Yes, but each compression cycle loses a small amount of quality. Compressing once is better than compressing twice. If you need to compress further, use High compression the first time instead of Medium.

What file size should I aim for?

For email, most providers accept files up to 25 MB. Most text documents compress to under 1 MB. If your PDF is larger than 10 MB after Medium compression, it likely contains high-resolution images or embedded video—check whether you actually need those at full quality.

Does compressing a PDF change the original file?

No, if you save the compressed version with a new filename. Always compress to a copy (like "document-compressed.pdf") and keep the original. That way you can re-compress with different settings if needed.

Why is my PDF still large after compression?

The PDF may contain embedded fonts, scanned images (which compress poorly), or vector graphics. Try High compression instead of Medium. If it is still over 5 MB, the document likely needs those large files for its purpose—consider whether you actually need to compress it, or whether you can delete unnecessary pages instead.