I hab no luck with CSS `color: rgba(0, 0, 0, 0.6);` although Prince should support it. Using DocRaptor default (newest) version.
Forum › Bugs
color: rgba() does not work
This should work, can you try this simple test document:
<p style="color: rgba(0,0,0,0.6)">
Hello
</p>
I know this should work, but does not. Maybe it’s a docraptor problem, second a bug report there.
Mac Preview and Adobe Acrobat
(again, maybe a DocRaptor problem, not tested locally)
(again, maybe a DocRaptor problem, not tested locally)
Edited by maddesigns
DocRaptor Support helped me to find the problem – the PDF profile (PDF/X-3:2003) doesn't support transparency.
Works now!
Works now!