Reputation: 137
In our Spring application, we have export in multiple pages in different sections , the export will include both the data and the graphs.
Could you please direct me which is the best option for the export to PDF, we are planning to use iText, so for different pages, can we create templates, whether it will take css styles.
whether the HTML template or ftl template work, or do we have any other options which is good in performance and considering that there are many sections where we need export
Regards Hari
Upvotes: 3
Views: 868
Reputation: 5947
Yes, iTextSharp
recognizes simple HTML
and CSS
, hence you may export the page with them. Please check this.
Upvotes: 3