Hi i'm getting error in this line of code:
pdf.font.size = 13
The name of the file is "show.pdf.prawn"
I'm trying to generate a page into pdf using the prawn gem.
But changing the font size isn't working.
Any alternatives or workaround? Thanks.
BTW: I'm following a simple tutorial from railstips.org : http://railstips.org/blog/archives/2008/10/13/how-to-generate-pdfs-in-rails-with-prawn/