In my rails application, I am looking to generate a PDF report dynamically. The layout would be static and given to me by a designer who has made it on Adobe Illustrator/InDesign. It contains a few pie charts and bar graphs.
I need to use the layout and just update the values based on user input, export to PDF and let the user download the PDF file
Could you please suggest the best way to accomplish this?