I have a 72.9MB pdf file that I need to shrink into under 500KB.
The file was a jpeg image that I had scanned, and then converted to pdf.
Can someone please offer any suggestions?
|
I have a 72.9MB pdf file that I need to shrink into under 500KB. The file was a jpeg image that I had scanned, and then converted to pdf. Can someone please offer any suggestions? |
||||
| show 3 more comments |
|
aking1012 is right. With more information regarding possible embedded images, hyperlinks etc.. it would be much more easier to answer this question! Here are a couple of script and command-line solutions. Use as you see fit. |
|||||||||
|
|
Use the following ghostscript command:
Leave out the |
||||
|
|
|
My favorite way to do this is to convert the pdf to ps and back. It does not always work, though, but when it works the results are nice:
Good luck |
|||
|
|
Vectorizing all fonts will help. Don't embed fonts into the file. Use small image resolution: most of the time you really dont need HD pictures. Be careful with image software like Gimp, it can make very large compressed file (beware how you compress it). I don't like proprietary softwares but some Adobe Photoshop compression tools are better than Gimp one. More: do you need to put the image into a PDF file? It's very simple, but more than image resolution, you can simply change the document size... @Lord of Time is right: switch from 72Mo to 500Ko will be hard without changing something radically. |
|||
|
|
pdfopthas a simple syntax and improves loading and page-turning speed in the iPad era. :-) – Ari B. Friedman May 31 '12 at 0:53