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.89k stars 355 forks source link

could you add css3 "filter" support? #285

Open mapleLeat opened 5 years ago

rototor commented 5 years ago

I don't think that this is technically possible. If you only want the filter-style on images you can just alter the images yourself using the existing java libraries for image manipulation. For everything else there is just no support in the PDF standard, as it has no shader system which would allow such filters.