Hi,
We are currently about to create a service in Java which runs a xslt stylesheet creating an HTML file with embedded CSS styles (in the head) and then starts the PDF converter . This runs nicely and quick, however, there is a really poor CSS support which seems to be more like CSS 1 from 20 years ago. No gradients, no flex, not even float, no negative margins, no @print nor @document support, no background pictures etc. If I open the html file in the browser everything looks fine.
Browsing around in this forum I found some statements that there would be at least a css2 support. So my question: am I doing something wrong? Is there a setting to enable an advanced CSS support or are there any tricks? Or is there an overview of supported css attributes?
Thanks,
Dirk