I want to generate PDF in rails application. I had saw different options for doing this but I want all data needed for PDF should be collected in a format (mostly XML) such that it can be utilized by my rails application for generating the reports as well as be consumed by other applications( Web Service) The data I have use for generating PDf it comes from different object and basically it contains images and graphs. Data volume is also big
I want to generate PDF with proper style and layout. Can anybody suggest me the best option I can use in my rails application to achieve above problem