Question

I'm trying to convert preview pdfs uploaded by converting them to jpeg. Please can someone tell me how I can preview overprint? i.e. if a white object is set to overprint over a coloured background it shouldn't be shown - we only see the background.

/c 'C:\Program Files\gs\gs9.10\bin\gswin64c.exe' -o image%04d.jpg -sDEVICE=jpeg -dJPEGQ=60 -r150 -dSimulateOverprint=false -dUseCropBox uploaded.pdf

Also how can I output/list the created files?

Thanks

Was it helpful?

Solution

Overprint is only defined for CMYK inks, so you need to run to a device which support CMYK output. If you go to gray or RGB then the CMYK values are converted to RGB and will no longer overprint.

Try the tiff32nc device. Or jpegcmyk if you really want to use jpeg.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top