Prawn is a fast, nimble Ruby library for creating PDF files.
I have read through all relevant posts on Prawn but found no mentioning (even in Prawn's own documentation) of headers …
ruby-on-rails prawn prawntoI generate a PDF file using Prawn and the Prawnto plugin in my rails application. I create a standard form …
ruby-on-rails pdf-generation prawnI need to be able to render some views as PDFs from a Rails 3 project. I've never before used PDF …
ruby-on-rails pdf ruby-on-rails-3 pdf-generation prawnI'm making a little script with ruby which produces a week schedule PDF file, using Prawn as a PDF library …
ruby prawnIm using prawn to generate a PDF output in a rails app. How do i change the color of the …
ruby-on-rails ruby rubygems prawnThis is what I have so far, but I need to set margins: def send_fax contact = Contact.find_by_…
ruby-on-rails pdf-generation prawnI'm trying to understand the Prawn pdf gem. I was able to make it generate a pdf. Every gem in …
ruby-on-rails-3 pdf prawnI need to create an app which makes auto-generated CVs from fields. I need to convert them in PDF/HTML/…
ruby-on-rails pdf docx prawnIs it possible to add a background color to a bounding_box in Prawn? bounding_box([100, cursor], width: 80, height: 20) do …
ruby-on-rails-3 pdf prawnI'm trying to use ruby to generate a PDF using Prawn on OS X. I have the following: font 'Arial' …
ruby ruby-on-rails-3 prawn