Tagged Questions
4
votes
5answers
4k views
Ruby 1.9.1 Load Path Craziness
Ok, I've just spent the 4 hours trying to figure this one out without success. I've tried all the usual suspects and googled every combination of ruby 1.9.1, load path, gems, mac os x,freebsd,prawn ...
1
vote
2answers
2k views
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 outputted text?
0
votes
2answers
268 views
Prawn plugin shows blank pdf in online site
As weird as it may sound, the code that generated pdf using Prawn gem in my local version worked successfully, while in online version it shows nothing but empty pdf page. I have also tried changing ...
0
votes
0answers
481 views
how to include header and footer information on each page of a prawn pdf in rails [closed]
Possible Duplicate:
header and footer in Prawn PDF
how to include header and footer information on each page of a pdf in rails(prawn).How to identify the top of each page in a pdf.I need a ...
0
votes
3answers
364 views
Prawn gem: How to create the .pdf from an *existing* file (.xls)
Can anybody show me (maybe copy/paste a simple code example) how to create the .pdf file from an existing (.xls) file, using the Prawn gem? (Basically, I'd need the command that "opens" the existing ...