What's the purpose of the --profile option and how does it work?
For my understanding, there's two meanings.
1) specifying a color profile for the pdf output (e.g. an ICC file)
2) specifying a pdf profile like "X1-a"
But how does it work?
None of the following options work and the user guide isn't helping at all...
Each cmd results in
Could you please answer this and update your documentation?
For my understanding, there's two meanings.
1) specifying a color profile for the pdf output (e.g. an ICC file)
2) specifying a pdf profile like "X1-a"
But how does it work?
None of the following options work and the user guide isn't helping at all...
prince --profile=ISOcoated_v2_300_eci.icc demo.xhtml -o demo.pdf
prince --profile=X1-a demo.xhtml -o demo.pdf
prince --profile="X3" demo.xhtml -o demo.pdf
prince --profile="PDF/X1-a" demo.xhtml -o demo.pdf
Each cmd results in
prince: error: invalid value for option `--profile'
Could you please answer this and update your documentation?