Tagged Questions
-1
votes
1answer
26 views
.NET API pdf with cmyk images [closed]
Does anybody know for .net api which can handle PDF with cmyk images inside. PDF copy, combine etc..
It doesn't matter if it is open source or commercial solution.
And if it supports PDF layers will ...
1
vote
2answers
87 views
How to Limit the color channels in a PDF file
I have created a WPF system, it uses CMYK colors and works only with two channels: black and magenta. The problem I have is when I print the output to Adobe Acrobat Printer, the resulting PDF file has ...
1
vote
1answer
379 views
Convert RGB PDF to CMYK keep 100% K (black) AND 100% M(Magenta) on linux
This is related to:
Converting (any) PDF to black (K)-only CMYK
Hi
first please sorry for my english.
This related link have 50% of the solution to my problem.
The only thing which is left is I ...
1
vote
2answers
291 views
Convert CMYK PDF into spot colors (colours)
Is it possible to pre-process (in batch) PDFs that are in CMYK format to separate out into spot colours?
I have a collection of PDFs that are in CMYK but I require them to be in a 2 spot colour ...
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 ...
2
votes
0answers
238 views
Converting RGB PDF to CMYK PDF
I'm looking for a way to convert a PDF with RGB colors to one with CMYK colors. I have tried different programs like Ghostscript and PStill but none of them seem to do the right job. Does somebody ...
1
vote
1answer
412 views
Rendering options in ABCpdf not being saved correctly
I've seen some ABCpdf questions on this site but not this one yet. I am working on a project that requires PDF output with some rather specific options. ABCpdf seems to be able to offer this ...
0
votes
1answer
368 views
pdfViewer don't load the images in the pdf
My application isn't loading the images inside the pdf and is getting an error everytime I load a page in the pdf that contains images.
This is the LogCat:
06-29 11:07:29.900: ...
1
vote
1answer
321 views
Write CMYK image in PDF
I need to add a CMYK Image (java.awt.BufferedImage) to a Pdf-Document with iText.
I'm trying to do it with:
com.lowagie.text.Image img = Image.getInstance(BufferedImage, bgColor);
This produces an ...
1
vote
1answer
484 views
PHP Imagick CMYK PDF convert to JPG
I use Imagick to convert pdf to JPG. The problem is that pdf is in CMYK format and the colors from resulting jpg is slightly different from those from pdf. I use the following code to achieve the ...
1
vote
2answers
76 views
PDF creation through pstill
I am creating my pdf file through pstill command using an EPS file which look like
D:\\a\\GPStill\pstill.exe -w 4000 -h 4000 -d 1000 -a 4 -c -c -g -t -C -M epsrgb -Y -2 -P -W -R 0 -o ...
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
660 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 ...
0
votes
1answer
106 views
Can Prawn generate PDFs in CMYK format?
My client says that the generated PDFs must be in CMYK format. Can Prawn do this?
I can't find the answer in the documentation.
1
vote
4answers
1k views
C#: How to get the color value (in CMYK) at a position on PDF page?
I have a CMYK color PDF file (with one page and image only, no text).
I want to get the CMYK color value of a 'pixel' in this PDF file (I call a position as 'pixel'), currently I do it as follow:
...
1
vote
3answers
2k views
Converting (any) PDF to black (K)-only CMYK
This is related to:
Converting PDF to CMYK (with identify recognizing CMYK).
Script (or some other means) to convert RGB to CMYK in PDF?
... but a bit more specific here: say I have an RGB PDF, ...
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
1answer
228 views
Replacing images in PDF documents with Python?
We generate PDF documents with RGB images stored in a CMS.
As part of the PDF processing we sometimes have the need to convert the RGB images
to CMYK (for print productions).
Converting the images ...
1
vote
1answer
202 views
PHP lib for print save PDFs?
I need to create print save PDFs with PHP, is there a library which supports embedded fonts and the CMYK color model?
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 ...
0
votes
2answers
635 views
CMYK overprinting (colour-separated PDF output) with Reportlab
is it possible to use CMYK overprinting without using the CMYKColorSep class, which always generates a new seperate color in the printer settings, i just want to use overprinting with the standard 4 ...
5
votes
2answers
664 views
Calculate CMYK coverage on PDF
I don't suppose is there any free or open source libraries out there that able to calculate the CMYK coverage on a pdf file. I tried looking around I don't seem to able to find any. If there isn't any ...
6
votes
4answers
934 views
CMYK + CMYK = ? CMYK / 2 =?
Suppose there are two colors defined in CMYK:
color1 = 30, 40, 50, 60
color2 = 50, 60, 70, 80
If they were to be printed what values would the resulting color have?
color_new = min(cyan1 + cyan2, ...

