I need to export some pdf's sometimes whitout showing the chart data on the page. We are using phantomjs to have a headless browser, and then get the images from phantom to PDF, but this approach is sometimes slow. We are looking to create a faster solution, whitout the need of a headless browser.
Our backend is built in C#.
Can anyone help me?