I'm working on a new web application where users can drag and drop their own elements to create a printable design. The application then creates a .pdf file that is send to the printing studio, prints the design and sends to the customer.
Now as we know web browsers and HTML is working with RGB and printers prefer to use CMYK. Is there a way to create a .pdf file using CMYK from the HTML instead of RGB? Any ideas?