Ganesh Ranganathan wrote in post #1141105: > 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. I need to use the layout and just update the values, > create the PDF out of it and let the user download it. > > Could you please suggest the best way to accomplish this? > > Thanks, > Ganesh
You can use any of these excellent tools to generate PDFs from HTML https://www.ruby-toolbox.com/categories/pdf_generation I'm pretty certain though that there is nothing out there that will parse an adobe illustrator file for you. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/ff14716ae171899243ab905c7ed47767%40ruby-forum.com. For more options, visit https://groups.google.com/d/optout.

