I usually use prawn for PDF too. However you can use whatever with ActiveScaffold, only setup action link with page: true or popup: true, not inline, and use send_data in controller action to send pdf content to browser. In rails you would send pdf to browser in same way without ActiveScaffold, the only thing related to ActiveScaffold is setup action_link without ajax.
El viernes, 3 de febrero de 2017 9:16:50 (CET) Benjamín Cárdenas Salamandra escribió: > Hi, > > I'm using Prawn, > > Benjamín > > > El 03-02-2017 a las 1:43, Chee Chong Hwa escribió: > Hi All > > I need to generate a payslip to PDF. Which PDF gem is most suited for usage > with Active_scaffold ? > > TIA > -- > You received this message because you are subscribed to the Google Groups > "ActiveScaffold : Ruby on Rails Gem" 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]. Visit this group at > https://groups.google.com/group/activescaffold. For more options, visit > https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "ActiveScaffold : Ruby on Rails Gem" 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]. Visit this group at > https://groups.google.com/group/activescaffold. For more options, visit > https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails Gem" 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]. Visit this group at https://groups.google.com/group/activescaffold. For more options, visit https://groups.google.com/d/optout.
