Do you know of good desktop freeware to optimize (aka shrink PDF size?
I noticed this old listing accidentally omits pdf shrinking/optimizing:
o Please improve this listing of available freeware PDF functionality <https://groups.google.com/d/msg/alt.comp.freeware/iB5aOor0-Kw/hzoJDDjADQAJ>
In an mobile OS thread today, someone asked for shrink/optimize methods
where I pointed that user to our threads on freeware editing & removing permissions of PDFs.
o PDF Shrinker, by John McWilliams <https://groups.google.com/d/msg/misc.phone.mobile.iphone/9dPChJVDakk/gnjZ1hWTAwAJ>
It occurred to me while I was writing up a purposefully helpful response to that query that I always optimize PDFs (aka shrink PDFs) using the Adobe Writer (usually version 6 or 7) specific pulldown menu for shrinking PDFs, which allows us to optimize for any desired version of PDF.
But that's payware.
Since I have the writer, I have never looked for PDF optimizer freeware.
Do you know of good desktop freeware to shrink (aka optimize) PDF size?
Am 14.11.2019 um 01:09 schrieb Arlen Holder:
Do you know of good desktop freeware to optimize (aka shrink PDF size?
I noticed this old listing accidentally omits pdf shrinking/optimizing:
o Please improve this listing of available freeware PDF functionality
<https://groups.google.com/d/msg/alt.comp.freeware/iB5aOor0-Kw/hzoJDDjADQAJ> >>
In an mobile OS thread today, someone asked for shrink/optimize methods
where I pointed that user to our threads on freeware editing & removing
permissions of PDFs.
o PDF Shrinker, by John McWilliams
<https://groups.google.com/d/msg/misc.phone.mobile.iphone/9dPChJVDakk/gnjZ1hWTAwAJ>
It occurred to me while I was writing up a purposefully helpful response to >> that query that I always optimize PDFs (aka shrink PDFs) using the Adobe
Writer (usually version 6 or 7) specific pulldown menu for shrinking PDFs, >> which allows us to optimize for any desired version of PDF.
But that's payware.
Since I have the writer, I have never looked for PDF optimizer freeware.
Do you know of good desktop freeware to shrink (aka optimize) PDF size?
I use the following ghostscript for windows:
Z:\"Program Files"\gs\gs9.50\bin\gswin64 -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -dPrinted=false -dPassThroughJPEGImages=false -dDownsampleColorImages=true -dColorImageResolution=400 -dDownsampleGrayImages=true -dGrayImageResolution=400 -dDownsampleMonoImages=true -dMonoImageResolution=400 -dNOPAUSE -dBATCH
-sOutputFile=file_Compressed.pdf file.pdf
for the book with some 500+ images the original pdf has 1.6 GB, the compressed on some 60 Mb.
I use the following ghostscript for windows:
Z:\"Program Files"\gs\gs9.50\bin\gswin64 -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -dPrinted=false -dPassThroughJPEGImages=false -dDownsampleColorImages=true -dColorImageResolution=400 -dDownsampleGrayImages=true -dGrayImageResolution=400 -dDownsampleMonoImages=true -dMonoImageResolution=400 -dNOPAUSE -dBATCH
-sOutputFile=file_Compressed.pdf file.pdf
for the book with some 500+ images the original pdf has 1.6 GB, the compressed on some 60 Mb.
In article <qquk8v$ofl$1@tota-refugium.de>, bbfk@gmx.net says...
I use the following ghostscript for windows:
Z:\"Program Files"\gs\gs9.50\bin\gswin64 -sDEVICE=pdfwrite
-dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -dPrinted=false
-dPassThroughJPEGImages=false -dDownsampleColorImages=true
-dColorImageResolution=400 -dDownsampleGrayImages=true
-dGrayImageResolution=400 -dDownsampleMonoImages=true
-dMonoImageResolution=400 -dNOPAUSE -dBATCH
-sOutputFile=file_Compressed.pdf file.pdf
for the book with some 500+ images the original pdf has 1.6 GB, the
compressed on some 60 Mb.
If you've set DonsampleImages for all colour dpeths then setting PassThroughJPEGImages=false is redundant, because in order to downsample
the images the image data must be decompressed and altered, so it
*can't* be passed through untouched.
You should never need to touch PassThroughJPEGImages, its best to leave
it alone. It was originally intended so that people could disable it
when the feature was new, in case it caused problems.
Ken
After one recent Ghostscript update my PDFs did not compress as before
and I ask the GS people. Obviously this PassThroughJPEGImages=false is
now necessary. The reason(s) for this I have not inquired and it is
probably much to complicated for my mind.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 364 |
Nodes: | 16 (2 / 14) |
Uptime: | 16:20:29 |
Calls: | 7,746 |
Files: | 12,887 |
Messages: | 5,739,056 |