Top "Prawn" questions

Prawn is a fast, nimble Ruby library for creating PDF files.

header and footer in Prawn PDF

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 prawnto
How can I do inline formatting (bold and underline) for PDF generated by Prawnto in Rails?

I generate a PDF file using Prawn and the Prawnto plugin in my rails application. I create a standard form …

ruby-on-rails pdf-generation prawn
Generate pdf from Rails 3 - what tool to choose?

I 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 prawn
Setting cell/column widths on a Prawn table

I'm making a little script with ruby which produces a week schedule PDF file, using Prawn as a PDF library …

ruby prawn
Set the font color in prawn

Im using prawn to generate a PDF output in a rails app. How do i change the color of the …

ruby-on-rails ruby rubygems prawn
how do I set margins in Prawn in ruby?

This is what I have so far, but I need to set margins: def send_fax contact = Contact.find_by_…

ruby-on-rails pdf-generation prawn
Rails, Prawn - PDF show up in browser & etc

I'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 prawn
What is the best way to generate PDF/HTML/DOCX in Ruby/Rails

I 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 prawn
How to add background/fill color to a bounding_box in Prawn

Is 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 prawn
How do I use the Arial font with Prawn on OS X?

I'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