Word 2011 creates a 66 MB PDF from a 1 MB Word file

ms officepdf

I have a 1 MB Word file (text with 3 or 4 PDF graphics inside, and 1 bitmap JPEG image), which Word 2011 exports as PDF into a 66 MB file. Using the "Print > Save as PDF" feature leads to a file of the (approximate) same size, i.e. also much too big.

This happens for this file, most others are okay when exported to PDF. Are there settings that could help reduce the file of the PDF file generated?

Best Answer

Courtesy of the ever-useful Dr. Drang, you can try using a Quartz Filter to downsample the images to reduce the file size, often without any apparent reduction in quality.

  1. Open ColorSync Utility and click on the Filters tab.
  2. Add a new filter, give it a name you like.
  3. Click on the grey arrow, select Color Image Sampling under Add Image Effects Component.
  4. Enter 150 in the resolution box.

Now we need to create an Automator service to apply the filter to the PDF file.

  1. Open Automator and make a new Service.
  2. Change the top drop-down to PDF Files.
  3. Add the Apply Quartz Filter to PDF Documents action, and select the filter you just created in the drop-down.
  4. Save it with a name of your choice.

Now you should be able to right click on a PDF file, and you should see the service you created near the bottom of the menu. Click it, and a few seconds later you should have a smaller PDF.