I am using the below settings to convert a high resolution pdf to a low dpi but I can see that the color changes in the output file.
"-sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dQUIET -oC:\test5\pdfTestFinalToPdflow.pdf C:\test\xyz.pdf"
I'm losing the colors which I don't want to. Can I keep the same colors and still reduce file size.
Or should I stick to /prepress as it does reduce the filesize in my case which is from 5mb to 2mb
"-sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/prepress -dQUIET -oC:\test5\pdfTestFinalToPdfHigh.pdf C:\test\xyz.pdf"
I'm a newbie in the art of ghostscript and any help would be greatly appreciated