danfickle / openhtmltopdf

An HTML to PDF library for the JVM. Based on Flying Saucer and Apache PDF-BOX 2. With SVG image support. Now also with accessible PDF support (WCAG, Section 508, PDF/UA)!
https://danfickle.github.io/pdf-templates/index.html
Other
1.93k stars 359 forks source link

Css style: colours with #rrggbbaa not supported #949

Open sidag99 opened 1 year ago

sidag99 commented 1 year ago

Colors and background colors with #rrggbbaa are not supported. Removing the alpha values makes it work. We get our HTML content from preformatted RTF input, so removing the alpha values is a hassle.