Skip to main content
Working from scratch, following simplicity

Add new comment

Nicola Rainiero Tue, 03/14/2017 - 20:24

In reply to by Ajay (not verified)

Hi, I suggest you to change my script adding the text in bold:

# Create a new pdf terminating in "_cmyk" with the CMYK colorspace
gs -o ${1%%.pdf}_cmyk.pdf \
       -sDEVICE=pdfwrite \
       -dPDFSETTINGS=/prepress \
       -dEncodeColorImages=false \
       -dEncodeGrayImages=false \
       -dEncodeMonoImages=false \
       -sProcessColorModel=DeviceCMYK \
       -sColorConversionStrategy=CMYK \
       -sColorConversionStrategyForImages=CMYK \
       $1

Hope it helps!

The content of this field is kept private and will not be shown publicly.

Plain text

  • No HTML tags allowed.
  • Web page addresses and email addresses turn into links automatically.
  • Lines and paragraphs break automatically.
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.

Nicola Rainiero

A civil geotechnical engineer with the ambition to facilitate own work with free software for a knowledge and collective sharing. Also, I deal with green energy and in particular shallow geothermal energy. I have always been involved in web design and 3D modelling.