hope you're doing fine.
We re in the point of launching a big Spring Boot project, where we have to generate so many PDF files based on data inserted by users (bills, summaries), I had a bad experience with Jasper report in eclipse with so many xml files and rendering problems and can't to work with jasper studio in my favorite IDE Intellij IDEA.
My Question is if there is any alternative of Jasper like an API that can convert html template with data to pdf like html2pdf ? but for Java not PHP
Thanks.