-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello all, I have read through all relevant posts on Prawn but found no mentioning (even in Prawn's own documentation) of headers and footers.
However, I did see a demo on Prawnto's own website about headers and footers. I copied the entire source of that demo just to see if it works but an error…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have some simple lists and bold/italic text to format with prawn. How do I get prawn to pay attention to the html tags instead of just displaying them explicitly.
If prawn can't do this, what are my other options?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm using Prawn and Prawnto to generate a PDF in a Ruby on Rails app (Rails version 2.2.2) which works great and generates PDFs happily and sends them to the user to download in Firefox.
The problem is in IE7.
I have a route set up like so:
map.invoice_pdf '/invoices.pdf', :controller => 'invoices'…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a document with dynamic image and dynamic text and would like the text around the image. The image is right aligned on the landscape page. Here is what I have so far:
pdf.bounding_box([0,pdf.bounds.top - 50], :width => pdf.bounds.width, :height => pdf.bounds.height-50) do
pdf.text…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is there an easy way to generate table of contents with links to corresponding pages?
>>> More