Timothe AI(ティモシーAI)

How to Compress a PDF to 1MB or Less - for free

Learn how to compress a PDF to 1MB or less using free browser-based tools, Ghostscript, or macOS Preview, with tips for image-heavy and scanned files.

Ryosuke Suzuki
1,513 words7 min read
How to Compress a PDF to 1MB or Less - for free

You can compress most PDFs to 1MB or less using a browser-based tool, with no signup and no file upload to a remote server. The result depends mainly on whether your PDF is text-based or image-heavy. For the fastest route, open the free PDF compressor at Timothe AI, drag in your file, adjust the quality slider, and download the smaller version. The full step-by-step method and alternatives are below. You can also browse the complete suite of free online PDF tools for splitting, merging, and converting.


Why is your PDF larger than 1MB?

Before you reach for a tool, spend ten seconds on the root cause. Picking the wrong method for your PDF type is the top reason people fail to hit 1MB on the first try.

Text-based (born-digital) PDFs

PDFs created from Word, Google Docs, or LaTeX are mostly text and vector graphics. Fonts and metadata add some overhead, but these files are small already. A 50-page text-only PDF rarely tops 500 KB, so hitting 1MB is trivial or already done.

Image-heavy and scanned PDFs

Scanned documents store every page as a full-resolution raster image, often at 300–600 DPI. This is where real bloat lives. Dropping an image from 600 DPI to 150 DPI cuts the pixel count by roughly 16× (600² ÷ 150² = 16), the single biggest lever for size reduction (Ghostscript blog). Embedded high-res photos, charts, or design elements cause the same problem.

Where does the 1MB limit come from?

The "1MB" target usually comes from an external cap. Common real-world limits:

Platform / PortalAttachment or upload limit
Gmail25 MB per message (Google Support)
Outlook.com20 MB; Exchange (business) often 10 MB (Microsoft Support)
UPSC exam portal50 KB–300 KB per document (UPSC Online instructions)
SSC / IBPS / state PSCsCommonly 100 KB–2 MB per document

One detail most people miss: email attachments are Base64/MIME-encoded in transit, inflating the raw file by roughly 33%. A "25 MB limit" means your raw file should be closer to 18–19 MB to send reliably. Government and exam portals impose much stricter caps where every kilobyte counts.


What you need before you start

  • Your PDF file. Check its current size: right-click → Properties on Windows, or right-click → Get Info on Mac.
  • A modern web browser (Chrome, Firefox, Edge, or Safari).
  • A target size (1 MB, 500 KB, etc.). Confirm the exact cap from the recipient or portal before compressing.
  • Optional offline tools: macOS Preview, Microsoft Word, or Ghostscript if you prefer not to use a web tool.

Step-by-step: compress a PDF to 1MB with a free browser tool

This is the fastest method for most users. The Timothe AI PDF compressor runs entirely client-side (in your browser), so your file never leaves your device.

Step 1: Open the tool

Go to timothe.ai/tools/pdf-compress. No account, no email address, no file-size cap.

Step 2: Select your PDF

Click the upload area or drag and drop your file. The tool accepts any PDF regardless of size or page count.

Step 3: Adjust the quality slider

The slider ranges from 0 (strongest compression) to 0.95 (near-original quality). The default is 0.6. Choose a starting point based on your file:

PDF typeStarting qualityWhy
Text-heavy (born-digital)0.6–0.7Little image data; file will likely drop well below 1 MB
Image-heavy / scanned0.3–0.5More aggressive downsampling needed for rasters
Mixed (text + photos)0.4–0.6Balances photo sharpness and file size

What the slider does: it re-encodes embedded raster images at a lower JPEG quality while leaving text and vector elements untouched and selectable. Text stays pixel-perfect; only photographs and scanned page images are recompressed.

Step 4: Compress and check the result

Click Compress. The tool reports the output size right away. If the file still exceeds 1 MB, move the slider lower and re-run. Each pass takes only a few seconds.

Step 5: Download the compressed PDF

Save the file to your device. Open it and confirm that:

  • Text is still selectable and searchable (not rasterized).
  • Images are sharp enough for your purpose.
  • No pages are missing.

For a broader look at online compression options beyond this tool, see our guide on how to compress a PDF online for free.


Alternative free methods (no web tool needed)

macOS Preview: Quartz filter

  1. Open your PDF in Preview.
  2. Go to File → Export.
  3. Set Quartz Filter to "Reduce File Size."
  4. Click Save.

Caveat: the default Quartz filter is aggressive. Image quality can drop sharply on photo-heavy files, and there is no slider to fine-tune the result.

Microsoft Word: "Minimum size" PDF export

  1. Open the PDF in Word (it auto-converts to an editable format).
  2. Go to File → Save As → PDF.
  3. Click Options and select "Minimum size (publishing online)."
  4. Save.

This works best for text documents. Complex layouts, columns, and graphics may reflow or break during the Word-to-PDF round-trip.

Ghostscript (command line, power users)

Ghostscript offers fine-grained control through -dPDFSETTINGS presets (Ghostscript docs):

gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 \
   -dPDFSETTINGS=/ebook -dNOPAUSE -dBATCH \
   -sOutputFile=output.pdf input.pdf
PresetApproximate DPIUse case
/screen72 DPIStrongest compression, screen-only viewing
/ebook150 DPIBalanced size and quality (good starting point for 1 MB)
/printer300 DPIHigh quality, larger file
/prepress300 DPIPrepress-quality, largest output

Can I compress a PDF to 1MB on my phone?

Yes. The Timothe AI tool works in mobile browsers (Safari on iPhone, Chrome on Android) because it processes everything client-side. No app install needed. On iOS, the Files app can also create a smaller PDF via Share → Print → pinch-to-zoom the preview → Share as PDF, but with far less control over quality.

For the full list of browser-based PDF utilities (merge, split, convert, and more), see our free online PDF tools page.


What to do when your PDF won't drop below 1MB

Why won't my PDF compress below 1MB?

Two common cases: the file has many high-res color images (a 30-page brochure or portfolio), or it is a long scanned document where every page is a raster image. Lossy compression has diminishing returns. Below a certain quality level, text in scanned images becomes unreadable and the size savings flatten out.

Practical workarounds

  1. Convert color pages to grayscale. Removing color data can cut image size by 50% or more on photo-heavy scans.
  2. Split the PDF into smaller files (for example, 10 pages each) and submit or send them separately. The free online PDF tools suite includes a split tool for this.
  3. Re-scan at a lower DPI. 150–200 DPI works well for screen viewing and most upload portals.
  4. Remove unneeded pages: blank pages, duplicates, or cover sheets the recipient does not need.
  5. Ask the recipient. Sometimes the stated limit is flexible, or they accept a cloud-storage link (Google Drive, OneDrive) instead of a direct attachment.

How to verify the final file size and quality

  • Windows: Right-click the file → Properties → look at "Size."
  • Mac: Right-click → Get Info → look at "Size."
  • Quality check: Open the compressed PDF. Confirm text is selectable (not rasterized), images are legible for your purpose, and no pages are missing.

Can I compress a PDF to 1MB without losing quality?

For text-based PDFs, yes. Lossless methods (FlateDecode compression, font subsetting, metadata stripping) are usually enough. The quality is identical to the original.

For image-based PDFs, some quality loss is unavoidable when the images are large. The practical goal is to find the threshold where the loss is invisible. For most documents viewed on screen, 150 DPI at quality 0.5–0.6 looks the same as the original.

The Timothe AI compressor only recompresses raster images. Text and vector graphics stay pixel-perfect regardless of the slider position, so you trade off only image sharpness, never text clarity.


Frequently asked questions

Is it safe to upload sensitive PDFs (ID, certificates) to an online compressor?

Tools that process client-side (entirely in your browser) never send your file to a server. The Timothe AI compressor works this way, so your document stays on your device. For server-based tools, check the provider's privacy policy and file-deletion timeline before uploading anything sensitive.

Will compressing a PDF make the text no longer selectable?

Not with a proper tool. The Timothe AI compressor and Ghostscript re-encode only the image layers. Text and vector graphics remain selectable and searchable after compression.

What's the best compression level to hit exactly 1MB?

No single setting works for every file because the result depends on page count and image content. Start at quality 0.5–0.6 (roughly 150 DPI for images), check the output size, and lower the slider if needed. Two or three passes usually dial it in.

Can I compress multiple PDFs to 1MB each in one batch?

Most online tools process one file at a time. For batch work, Ghostscript with a shell loop (for f in *.pdf; do gs ... ; done) is the fastest free option.

What are the PDF size limits for Gmail and Outlook?

Gmail allows 25 MB per message (Google Support). Outlook.com allows 20 MB; Exchange (business) accounts often default to 10 MB (Microsoft Support). Government and exam portals vary widely, often capping uploads between 100 KB and 2 MB per document.

Author

unbounded pioneering inc
Timothe AI

Tools by Timothe AI is a suite of free tools built and operated by unbounded pioneering inc, the company behind Timothe AI.

Ryosuke Suzuki
Ryosuke SuzukiFounder & CEO

Founder & CEO of Unbounded Pioneering Inc., the company behind Timothe AI, and an expert in machine learning and AI product development. He began his career in machine learning research at a university laboratory, then designed and built large-scale products as a software engineer at PLAID, Rakuten, and Recruit, while also driving new business development. Now specializing in generative AI and AI products, he works across both engineering and business development, and is a named inventor on multiple granted patents in web technology.

Named inventor on granted patents JP6887648 & JP7480958 · Patent pending on Timothe AI technology