I must be able to create a PDF with specific "color" codes for Roland printers.
specific code :
- RDG_GLOSS
- RDG_WHITE
- CutContour
so if I understand correctly ;)
the PDF carries a JPG image and in addition information such as rectangles with a specific color code such as "RDG_GLOSS"
I work in PHP and use TCPDF,
I don't know if TCPDF can allow to use specific chromatic spaces,
I can use another library than TCPDF as long as it's PHP, it's the only constraint ^^
examples PDF with AI : https://mega.nz/#F!OQwzABTA!WTSzA3m3uVE6TDe6uWDN2Q
Information can be useful: SVG spot color and cut lines
the solution may be spot colors : https://tcpdf.org/examples/example_037/
but I don't know how it works.
Thanks in advance;)