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
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:
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
I\'m trying to use prawn, prawnto for generating pdfs in a rails开发者_StackOverflow application hosted on heroku.
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
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
开发者_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:
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?
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.
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