1
vote
1answer
106 views

Convert Transparent PDF-Files (PDF/X-4) to either Image or PDF/X-1

Currently we are using Ghostscript to convert CMYK-PDFs to RGB-Jpegs. Works (more or less) flawless. But during the last few weeks an increasing number of PDF-files with transparency creep up that ...
0
votes
1answer
730 views

Ghostscript: Convert PDF into CMYK EPS

is it possible to convert a PDF into a CMYK EPS using ghostscript? The following command works fine - but the result is RGB I guess: gswin32c.exe -sDEVICE=epswrite -o test.eps test.pdf This ...
0
votes
2answers
3k views

How to convert PDF from CMYK to RGB, for displaying on iPad?

According to this question: Displaying PDF documents on iPad - Color Problems some PDFs don't display right on iOS devices due to colors not being in RGB. It's also mentioned that converting PDFs ...
2
votes
1answer
669 views

GhostScript 9 / ICC Profiles - can this be used to convert a single colour in a PDF from RGB to CMYK?

I saw the accepted answer to this question: Script (or some other means) to convert RGB to CMYK in PDF? ...and it mentioned the ICC profile capability of GhostScript 9, and the ability of ...
7
votes
3answers
6k views

Converting PDF to CMYK (with identify recognizing CMYK)

I am having much trouble to get ImageMagick's identify to, well, identify a PDF as CMYK. Essentially, let's say I'm building this file, test.tex, with pdflatex: ...
2
votes
2answers
2k views

Script (or some other means) to convert RGB to CMYK in PDF?

Is it possible to write a script for Adobe Illustrator or some other tool that will read the contents of a number of PDF files and convert all the RGB colours to CMYK? If so, could somebody please ...