Tagged Questions

3
votes
1answer
172 views

Multiple tables on one page with prawn

I'm using prawn for pdf generation and everything works quite well, but now I'm having a bit of a problem. When I put multiple tables on one page, they just get put over each other and not under each ...
1
vote
1answer
999 views

Table cell border

This is the 2x2 table I need to generate: r1c1 r1c2 r2c1 r2c1 ---- In other words I should print the bottom border of the bottom right cell. This is my code: show.pdf.prawn #This is a two ...
0
votes
1answer
2k views

Using Prawn & Prawnto for Rails PDF generation

This is probably more a design or usage question but the main issue is using the Prawn plugin with Rails 2.3.4 and accessing the resulting PDF object to render it to a file. The scenario is ...
0
votes
1answer
594 views

How could I justify text in a text_box in Prawn?

Is there a way to justify text in pdf.text_box using the prawn plugin?