Forum Bugs

color: rgba() does not work

maddesigns
I hab no luck with CSS `color: rgba(0, 0, 0, 0.6);` although Prince should support it. Using DocRaptor default (newest) version.
mikeday
This should work, can you try this simple test document:
<p style="color: rgba(0,0,0,0.6)">
Hello
</p>
maddesigns
I know this should work, but does not. Maybe it’s a docraptor problem, second a bug report there.
  1. pep_OD_9783958181717.pdf (1 Seite) 2017-11-10 14-03-31.png70.0 kB
mikeday
Which PDF viewer have you tried?
maddesigns
Mac Preview and Adobe Acrobat
(again, maybe a DocRaptor problem, not tested locally)
  1. pep_OD_9783958181717.pdf 2017-11-13 08-57-55.png144.2 kB
    new test

Edited by maddesigns

maddesigns
DocRaptor Support helped me to find the problem – the PDF profile (PDF/X-3:2003) doesn't support transparency.

Works now! :)
mikeday
Right, I didn't think of that. :D