I convert a PDF with Ghostscript (9.20) to a PostScript File:
pdf2ps original.pdf optimized.ps
and then try to reconvert the PostScript to a smaller PDF file with the -dPDFSETTINGS=/screen or /ebook option to hopefully obtain a smaller PDF file size in the end:
ps2pdf -dPDFSETTINGS=/screen optimized.ps optimized.pdf
But then I get the following error during conversion:
Subsample filter does not support non-integer downsample factor (2.400000)
Failed to initialise downsample filter, downsampling aborted
What's missing or what I'm doing wrong? Couldn't find any solutions yet… :-(