Increasing page width of the generated pdf seems very tricky.
I tried this while rendering my pdf:
:page_width => '3000'
but the above change had no effect at all!
But I tried this in my template instead:
<div style="width:3000px">
This increased my page width but also shrunk my font. Also, changing the 3000 to any higher number seems to make no difference at all!
Is there a cleaner way to increase page width? (I need approximately 3000 px wide)