Anandh Kumar wrote: > Hi everyone > > Is there any gem or any other way in ruby to generate PDF > from XSL FO. > I've been googling for hours but with no returns. Any help would be > greatly appreciated.
You may need to shell out to FOP, or (if you're using JRuby) call it from the Java side. If you don't *need* to use FO as your intermediate representation, also consider a library such as Prawn. > > Thanks > > Anandh Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

