close
Skip to main content
New: Stack Overflow For Agents. The next generation of knowledge exchange. Learn more
Filter by
Sorted by
Tagged with
0 votes
0 answers
174 views

I need to programmatically calculate the percentage of Pantone colors at a particular point in the PDF. I've been looking for a solution for the last three months, but I was unable to put this feature ...
Ashish Paul nandyala's user avatar
3 votes
1 answer
100 views

I have integrated PDFLib library in the c#.net code and I have a requirement to set multiple spotcolor values in set-graphics-option method. I tried the below code but it didn't work... Appreciate ...
swap's user avatar
0 votes
0 answers
157 views

I am creating a new PDF with pdfBox 2.0. In some section I uses a zxing libraries to create a data matrix 2D barcode (similar to QR Code) it generates correctly an image, but my problem comes on the ...
Spulit's user avatar
1 vote
2 answers
745 views

To check if the Pantone color printed on my own printer is the same as the official color swatch from Pantone i'm trying to create a Color Sheet with all the Pantone colors. This is my applescript so ...
Frank ter Weele's user avatar
2 votes
2 answers
454 views

How can a color definition look so different in RGB and CMYK colors spaces? (on my screen) e.g. this Pantone color : https://www.pantone.com/color-finder/Purple-C the CMYK: http://www.wolframalpha....
stallingOne's user avatar
1 vote
1 answer
793 views

I want to pair the colors but I got them wrong So the same #00AFDB seems pale or off in the expo app
hugomosh's user avatar
3 votes
1 answer
2k views

Convert SVG file to EPS with Pantone colors and CMYK profile ? Currently i use inkscape to convert but event with icc-color in fill attribute it do not store color as Pantone and sets color profile ...
Ajsti.pl - Maciej Szewczyk's user avatar
2 votes
1 answer
553 views

Is it possible to use spot colors(like Pantone) in dompdf? In TCPDF one can easily define('white' => array( 0, 0, 0, 0, 'White')) and use(TCPDF_COLORS::$spotcolor['white']) spot colors , ...
S. Rudolph's user avatar
2 votes
0 answers
719 views

Is it possible to find the nearest PMS color of any CMYK/RGB/HSL color? I understand that PMS is an arbitrary color system (not a space) and it's not possible to do conversions using algorithms. I ...
frucruphoc's user avatar
5 votes
0 answers
3k views

I have an application that spits out SVG images, and for printing purposes, I would want it to produce properly encoded PANTONE colours (where known). The SVG specs are not very detailed in how the ...
ecmanaut's user avatar
1 vote
2 answers
4k views

Is there a way to match Hex/RGB colors to the closest PMS (Pantone Matching system) colors? I'm trying to think of a way to code this, but have no idea where to even get started.
Walker's user avatar
1 vote
2 answers
616 views

We are using PdfTable to layout text on a PDF document using iText. We would like to express the colors of the fonts as Pantone values. According to the documentation, you have to use PdfSpotColor to ...
vodkadrinksyou's user avatar
3 votes
2 answers
4k views

Is it possible to connvert Pantone colors to RGB? From what I can tell you would need a lookup table of some sort. With thousands and thousands of colors I would never want to maintain this myself ...
benstpierre's user avatar