In my project, I have implemented a Backbone Marionette single page application that interacts with a RESTful API backend using RoR.
I am interested in providing users with the ability to export a PDF report that includes specific rendered views, regions, and D3 graphs (essentially mirroring what they see on the website but in a PDF format).
Does anyone know of an effective method to achieve this? While taking screenshots is one option, it's not the solution I'm after.