I just gave k2pdfopt a try to recompress a PDF that I edited after decompressing it (from 13MB to 650MB.)
Using the following…
Code:
k2pdfopt.exe input.pdf -fc- -mode copy -dpi 200 -o output.pdf
… it turns the 650MB edited file into 10MB file, which is super nice, but I notice the colors are wrong:
What setting could I try?
Thank you.
--
Edit: Never mind, GhostScript
did the job.