August 01, 2006

Tip: Shrinking PDF's

If you want to turn your PDF file smaller you can do this:


pdfopt input.pdf output.pdf
pdf2ps output.pdf
ps2ps output.ps final.ps
ps2pdf -dPDFSETTINGS=/screen final.ps

1 comment: