Page 1 of 1

CMYK

PostPosted: Tue Feb 04, 2014 11:50 pm
by fkfausa
Hi!

We have a customer that uses a printing agency for printing PDF's generated from docx files with dox4j. They are now asking us to "create pdf's optimised for printing", specifically by creating pdf's that use CMYK colours and not RGB colours. Is there any kind of measure that can be taken to achieve this?

Regards
Frode

Re: CMYK

PostPosted: Fri Feb 07, 2014 8:56 am
by jason
Well, the good news is that this is achievable using XSL FO:

http://books.google.com.au/books?id=iyw ... GB&f=false

and apparently supported in FOP (used by docx4j):

https://xmlgraphics.apache.org/fop/compliance.html (see 6.4.4 color profile)

docx4j's XSL FO generation would need to be enhanced to take advantage of this though.