Comment #6 on issue 4251 by [email protected]: Enhancement: Reduce size of PDF files when included in *TeX documents
https://code.google.com/p/lilypond/issues/detail?id=4251

running gs was trivial, but pdfsizeopt? where do I get that *easily*.

Seems that Google's own instructions are out of date or don't work
(error 404 links) and there are a ton of other files that I need to
download (or check that I have) to make sure all the dependencies are
met for pdfsizeopt.
Yes, their install instructions were not updated to the v2 libexec. Use something like:

DIR=pdfsizeopt
mkdir $DIR
cd $DIR

wget -O pdfsizeopt.py http://pdfsizeopt.googlecode.com/git/pdfsizeopt.single
chmod 700 pdfsizeopt.py

wget https://pdfsizeopt.googlecode.com/files/pdfsizeopt_libexec_linux-v2.tar.gz
gzip -cd pdfsizeopt_libexec_linux-v2.tar.gz | tar -xvf -

# We have our own gs, so remove this one
rm pdfsizeopt_libexec/gs

cu,
 Knut

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to