Top "Prawn" questions

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

Unable to render PDF to browser using Prawn PDF for Ruby on Rails

I am creating a pdf file in the latest version of the Prawn library (v1.0.1rc) in Rails (3.1.1) and when …

ruby-on-rails-3.1 prawn
How many fonts are available in Prawn?

I've been randomly trying fonts in Prawn, for Ruby. For Example: Times New Roman - Yes Palatino Linotype - No …

prawn
Save a Prawn PDF as a Paperclip attachment?

I'm using Prawn and Prawnto to display a PDF-based reports to the user, but in some circumstances, I'd also like …

ruby-on-rails ruby-on-rails-3 paperclip prawn prawnto
Add image in pdf using Prawn

I've a problem for adding images into a PDF using Prawn as pdf generator. I'm trying to add image using …

ruby-on-rails ruby-on-rails-3 prawn
How do I change font in Prawn

What I'm trying to do is generate a PDF using Prawn, while having some language specific characters. And as a …

ruby-on-rails pdf prawn
Rails + Prawn: undefined method `table' for #<Prawn::Document:0x007fda2d594a98>:

I'm using Rails 4 + prawn_rails + the latest version of prawn (v 1.1.0) and I noticed in the changelog here: https://github.…

prawn
Prawn PDF table mixed formats

I am trying to generate a simple table in ruby with prawn pdf. I need some text in a cell …

ruby pdf pdf-generation prawn
How do I set the font size in a prawn table?

How do I set the font size in a PDF table using the prawn gem? When I call prawn like …

ruby-on-rails ruby-on-rails-3 prawn
RAILS_ROOT not longer valid when loading images with the prawnto_2 gem

I'm in the process of upgrading my app from Rails 3.0 to Rails 3.1. I've binned my old plugins in favour of …

ruby-on-rails prawn prawnto
Build a PDF from a template in Ruby on Rails

I would like to create a template in doc, pdf, odt, docx ... document type does not matter. What I want …

ruby-on-rails-3 pdf pdf-generation prawn prawnto