Current project is ASP.NET Core, C#, SQL Database. I need to create BEAUTIFUL reports and save as PDF. Currently we are doing this with free open-source Rotativa, and google charts. It is working fine except that it is very, very slow. It takes over one minute to generate a fairly simple 10-page report. Rotativa convert HTML-PDF is the bottleneck.
Aside from improving performance, marketing has spiffed up the report so that we can no longer confidently generate a pdf report according to their specs. I am thinking that we could use Word Templates much easier than converting HTML. They have some page-break requirements that use continuation headers when pages spill over. HTML and CSS are not smart enough to do much with page breaks. Maybe Aspose has some page-break logic tricks up its sleeve? Also, marketing has done some really custom charting placement of the legend and sidebar text and overall formatting of the charts. Can Aspose do charts?