Hi there, I''m looking for a powerful pdf creation libary. I already tried: prawn - Nice handling but way too slow when lots of tables are involved PDFKit - too slow Actually I''m trying prince with xml input. It''s pretty fast but I don''t like the page-break control. I need a libary which can create pdf''s with up to 90 pages with lots of nested tables. Does anyone have an idea? Regards -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I have used LaTeX with embedded ERB to generate 90+ page reports with quite a few tables (not nested though) in the past. This was used in a batch job that ran via Cron though, not in an interactive browser/user session. LaTeX can be a bit daunting for a novice user and you will have to do a lot of ''micromanagement'' to get the design looking like you want it (and not how LaTeX thinks it should look by default) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/0irgWiGL1q4J. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi Farrel, ran into Latex too. Trying to work out some basic files at the moment. Do you know a good tutorial which includes rails usage? Thanks in advance On 22 Feb., 14:11, Farrel <farrel.lif...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I have used LaTeX with embedded ERB to generate 90+ page reports with quite > a few tables (not nested though) in the past. This was used in a batch job > that ran via Cron though, not in an interactive browser/user session. > > LaTeX can be a bit daunting for a novice user and you will have to do a lot > of ''micromanagement'' to get the design looking like you want it (and not > how LaTeX thinks it should look by default)-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Not in usage with Rails directly. I''ve had to hack a messy API to generate PDF documents from an ERB template. There might be some better publicly available Ruby/LaTeX APIs out there I did this a few years ago. Farrel -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/Bx5EiLrCUCYJ. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
How about prawn. On Feb 22, 4:32 pm, mrpink <so...-BUxYPcb8F0Brl1BoWd1lEg@public.gmane.org> wrote:> Hi there, > > I''m looking for a powerful pdf creation libary. I already tried: > > prawn - Nice handling but way too slow when lots of tables are > involved > PDFKit - too slow > > Actually I''m trying prince with xml input. It''s pretty fast but I > don''t like the page-break control. > > I need a libary which can create pdf''s with up to 90 pages with lots > of nested tables. > > Does anyone have an idea? > > Regards-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
It''s not a library, but I''m part of a project which provides a web api for compiling LaTeX documents. You can find out a bit more at http://clsi.scribtex.com (and if you want to run your own service, the code is available at https://github.com/scribtex/clsi ). The idea is that you can send a simple request with the content of your LaTeX document and some options, and the service will return you the pdf and log files. We''re just starting to switch to offering this as a stable service, so send me an email if you''d like to know more or give it a try. On Feb 23, 5:47 pm, Farrel <farrel.lif...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Not in usage with Rails directly. I''ve had to hack a messy API to generate > PDF documents from an ERB template. There might be some better publicly > available Ruby/LaTeX APIs out there I did this a few years ago. > > Farrel-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi,Sönke Buhr Sorry for that i am a newer for the rails that i dont know how to help you. But i have the problem on generating the pdf, i try prawn and PDFKit.both are unsuccessful, could you show me your steps you set up the prawn or PDFKit? Thanks Daisy -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.