I would like to create a template in doc, pdf, odt, docx ... document type does not matter. What I want is to get this document, change some values and convert this document to PDF.
I\'m using Prawn and need to make the Header row bold but I can\'t find any solution in the API. Her开发者_StackOverflow社区e you can see my current table with normal text Headers
I\'m using prawn and prawnto for PDF-generation in my rails-app. Is there a way to show th开发者_运维技巧e user a spinner or progress bar while the PDF is generated?? I think about showing a spinner-d
I\'m creating a simple PDF in Rails 3 using Prawn/Prawnto.I\'m not sure if my issue is related to Prawnto or if it\'s just the way i\'m doing it.The following code is in my view.
Does anyone have any examples of starting the file stream before the rendering/building process when using Prawn?
I\'m using Prawn and Prawnto to display a PDF-based reports to the user, but in some circumstances, I\'d also like to save the PDF as an attachment to one of my models. I\'m using Paperclip for all of
I want to clip an image if it goes beyond the dimensions of a bounding box. Just like how CSS overflow: hidden would do it. Eg.
I need to generate PDFs with Rails 3.0.3. Prawn + Prawnto looks great as showed by Ryan B开发者_运维技巧ates
I have updated my code etc to work with the 0.10.2 version and its all working in development. When i deployed to my production server and done a bundle install i
I am using prawn to create pdf file but it always leaves some space开发者_开发问答s/margins around the page. Can\'t we use whole space of the pdf file not leaving any margins around?