A somewhat weird but simple way to reduce a pdf is to concert it to a ps and back e.g. pdf2ps input.pdf output.ps && ps2pdf output.ps output.pdf
Read more →Posts tagged with
Concatenating pdfs
Use Ghostscript to contatenate pdf files: gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=finished.pdf file1.pdf file2.pdf
Read more →