Want to highlight a helpful answer? Upvote!

Did someone help you, or did an answer or User Tip resolve your issue? Upvote by selecting the upvote arrow. Your feedback helps others! Learn more about when to upvote >

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Reduce PDF files

Hi.

Is there a proven App that's reduce PDF files size into the same original location ?

I have lots of big PDF files that I only need to reduce its size.

I triad to use "reduce file size" in OS X but in some cases the files changed to a larger files rather then smallest.

Thanks.

iMac, OS X Mavericks (10.9)

Posted on Mar 8, 2014 8:49 AM

Reply
12 replies

Mar 8, 2014 9:04 AM in response to rony-z

Try this (works well for me): http://hints.macworld.com/article.php?story=20120629091437274


So, just copy these 3 files to: /Library/Filters/


Save as Reduce File Size Best Quality.qfilter to /Library/Filters/



<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>Domains</key>

<dict>

<key>Applications</key>

<true/>

<key>Printing</key>

<true/>

</dict>

<key>FilterData</key>

<dict>

<key>ColorSettings</key>

<dict>

<key>DocumentColorSettings</key>

<dict>

<key>CustomLHSCorrection</key>

<array>

<integer>8</integer>

<integer>8</integer>

<integer>8</integer>

</array>

</dict>

<key>ImageSettings</key>

<dict>

<key>Compression Quality</key>

<real>0.75</real>

<key>ImageCompression</key>

<string>ImageJPEGCompress</string>

<key>ImageScaleSettings</key>

<dict>

<key>ImageScaleFactor</key>

<real>0.5</real>

<key>ImageScaleInterpolate</key>

<true/>

<key>ImageSizeMax</key>

<integer>3508</integer>

<key>ImageSizeMin</key>

<integer>128</integer>

</dict>

</dict>

</dict>

</dict>

<key>FilterType</key>

<integer>1</integer>

<key>Name</key>

<string>Reduce File Size Best Quality</string>

</dict>

</plist>



Save as Reduce File Size Better Quality.qfilter to /Library/Filters/



<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>Domains</key>

<dict>

<key>Applications</key>

<true/>

<key>Printing</key>

<true/>

</dict>

<key>FilterData</key>

<dict>

<key>ColorSettings</key>

<dict>

<key>DocumentColorSettings</key>

<dict>

<key>CustomLHSCorrection</key>

<array>

<integer>8</integer>

<integer>8</integer>

<integer>8</integer>

</array>

</dict>

<key>ImageSettings</key>

<dict>

<key>Compression Quality</key>

<real>0.5</real>

<key>ImageCompression</key>

<string>ImageJPEGCompress</string>

<key>ImageScaleSettings</key>

<dict>

<key>ImageScaleFactor</key>

<real>0.5</real>

<key>ImageScaleInterpolate</key>

<true/>

<key>ImageSizeMax</key>

<integer>1684</integer>

<key>ImageSizeMin</key>

<integer>128</integer>

</dict>

</dict>

</dict>

</dict>

<key>FilterType</key>

<integer>1</integer>

<key>Name</key>

<string>Reduce File Size Better Quality</string>

</dict>

</plist>



Save as Reduce File Size Good Quality.qfilter to /Library/Filters/



<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>Domains</key>

<dict>

<key>Applications</key>

<true/>

<key>Printing</key>

<true/>

</dict>

<key>FilterData</key>

<dict>

<key>ColorSettings</key>

<dict>

<key>DocumentColorSettings</key>

<dict>

<key>CustomLHSCorrection</key>

<array>

<integer>8</integer>

<integer>8</integer>

<integer>8</integer>

</array>

</dict>

<key>ImageSettings</key>

<dict>

<key>Compression Quality</key>

<real>0.25</real>

<key>ImageCompression</key>

<string>ImageJPEGCompress</string>

<key>ImageScaleSettings</key>

<dict>

<key>ImageScaleFactor</key>

<real>0.5</real>

<key>ImageScaleInterpolate</key>

<true/>

<key>ImageSizeMax</key>

<integer>842</integer>

<key>ImageSizeMin</key>

<integer>128</integer>

</dict>

</dict>

</dict>

</dict>

<key>FilterType</key>

<integer>1</integer>

<key>Name</key>

<string>Reduce File Size Good Quality</string>

</dict>

</plist>

Mar 8, 2014 1:19 PM in response to rony-z

I found PDF Squeezer to be a good balance of simplicity and adjustability for my use and for the run of PDF files I need to reduce. It even has a setting on whether to allow you to save a file that "reduced" to larger than the original (defaulting to "no"). (None of the supplied default filters enlarged my example files, but I could create a custom filter that did, by cranking up all the settings.)


I don't think you'll need to mess much with the defauly settings, but the options are there if you need them, and it does remember them between batches and between launches.

Mar 8, 2014 9:38 PM in response to Tony T1

Thanks.


Interesting FAQ from the App's support site that I've learn :

"

PDF Squeezer was unable to reduce the file’s size:


This is probably the case if the application that created the document already reduced the quality in order to reduce the size of a PDF document containing many pages and pictures. This can also happen if your PDF document contains no or almost no images. Your file may also contain vector graphics that look like (bitmap-)images. Vector graphics cannot get compressed.


Like all other PDF compression tools, PDF Squeezer does not reduce the size of PDF files that have already been compressed.

"

Mar 9, 2014 5:29 AM in response to rony-z

ronenhaim wrote:


Interesting FAQ from the App's support site that I've learn :

"

PDF Squeezer was unable to reduce the file’s size:


Like all other PDF compression tools, PDF Squeezer does not reduce the size of PDF files that have already been compressed.

"


That's typical. You've seen it yourself with Preview when it sometimes increases the size of the PDF. But, as markwmsn said, PDF Squeezer "has a setting on whether to allow you to save a file that "reduced" to larger than the original (defaulting to "no")." -- that's a nice option, think I'll add it to my Automator Workflow.

Reduce PDF files

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.