tatineniavinash261-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Jul-16 10:02 UTC
PDF REPORTS GENERATION
Hello, I tried a lot for looking at various methods to generate PDF reports in ROR. But, i didn''t understand anything. Can,anyone please tell me which is the best method to do this. Thanks, regards, Avinash. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
What I did : Send XML to a Java servlet which returns a PDF file. In the Java, i used the amazing,unbeatable and blisteringly fast iText library to create the PDF. This works great for me. Another option would be to use the iText library with JRuby. Thanks Chris -- 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 post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Check out acts_as_reportable, which is part of the Ruby Reports library. It''s an excellent little piece of code. ;) --Jeremy On 7/16/07, tatineniavinash261-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <tatineniavinash261-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hello, > > I tried a lot for looking at various methods to generate PDF reports > in ROR. > > But, i didn''t understand anything. > > Can,anyone please tell me which is the best method to do this. > > Thanks, > > regards, > Avinash. > > > > >-- http://www.jeremymcanally.com/ My free Ruby e-book: http://www.humblelittlerubybook.com/book/ My blogs: http://www.mrneighborly.com/ http://www.rubyinpractice.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---