prawn
Generating PDF's with signatures using Ruby or Ruby on Rails
I\'m working on a Rails application that uses prawn to generate PDF\'s. Long story short, we want to be abl开发者_运维百科e to digitally sign generated PDF\'s. Im not sure where to start reading up ex[详细]
2023-01-04 08:48 分类:问答Rails and Prawn PDF - add current item ID to filename?
I have two PDFs that are made \"on the fly\" using Prawn PDF. The PDFs are called jobsheet.pdf and discharge.pdf - their URLs are:[详细]
2023-01-02 07:49 分类:问答How to use rails routes in external classes?
I\'m using prawn to generate pdfs, set up ala https://github.com/prawnpdf/prawn/wiki I\'d like to access my routes so I can generate links in my pdfs, but now I\'m not in a template like I used to do[详细]
2023-01-01 11:35 分类:问答setup for prawn, prawnto on heroku
I\'m trying to use prawn, prawnto for generating pdfs in a rails开发者_StackOverflow application hosted on heroku.[详细]
2022-12-30 21:00 分类:问答Prawn PDF with Rails mailer?
I have successfully created an email that sends on creation of a Kase, but now I need to attach a PDF that is created on the fly by Prawn and Prawno. Basically when you visit a kase such as applicatio[详细]
2022-12-28 18:14 分类:问答How to generate table of contents with prawn?
Is there an easy way to gener开发者_Python百科ate table of contents with links to corresponding pages? In recent-ish versions of prawn, yes. Check out the examples/general/outlines.rb example for API[详细]
2022-12-28 05:50 分类:问答prawn PDF: I need to generate nested tables
开发者_Go百科I need a table where rows are actually 2 rows tables, a nested table that is.. How can I do that in prawn? Maybe I need an extension.. but which one?Subtables are now supported:[详细]
2022-12-22 02:00 分类:问答Can prawn generate PDFs with links?
I need to embed a link into a generated pdf in a rub开发者_StackOverflow社区y on rails app. Is there a way to do this with prawn?[详细]
2022-12-19 16:17 分类:问答Prawn & Prawnto Rails PDF generation - UTF-8?
I\'m using ruby, prawn, and prawnto to dynamically generate pdf\'s containing tex开发者_JAVA百科t in other languages. I can\'t seem to get any text in languages with non-english characters to show up.[详细]
2022-12-17 04:42 分类:问答prawnto displaying tables that don't break when new page
I have a variable number of tables with variable number of rows and I want to have them displaying one after the other but if a table doesn\'t fit on the current page put it on the next then continue[详细]
2022-12-17 03:27 分类:问答