How to reduce the size of a PDF
ps2pdf -dPDFSETTINGS=/ebook input.pdf output.pdfUsing /screen instead of /ebook will compres it further but might be too much.
I particularly use this when scanning documents with my phone as the resulting files are usually very big.