prawn
How many fonts are available in Prawn?
I\'ve been randomly trying fonts in Prawn, for Ruby. For Example: Times New Roman - Yes Palatino Linotype - No[详细]
2023-02-22 22:05 分类:问答How to fix "error exists on this page" PDF error from prawn generated documents?
I\'m generating PDFs in my Rails application using the Prawn PDF library.Everything is working great, but when opening the resulting PDF in Acrobat or Acrobat Reader the message below is shown:[详细]
2023-02-20 03:39 分类:问答Prawnto Initializer Block
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.[详细]
2023-02-20 01:29 分类:问答Streaming output from Prawn/Prawnto in Rails before render
Does anyone have any examples of starting the file stream before the rendering/building process when using Prawn?[详细]
2023-02-19 18:18 分类:问答Prawn. Styling cell object
How I can b开发者_运维知识库uild Box with background color and custom text inside with latest version of Prawn ?[详细]
2023-02-19 15:11 分类:问答Put data in specific header
headers = [\"05\", \"06\", \"07\", \"08\", \"09\", \"10\", \"11\", \"12\", \"13\", \"14\", \"15\", \"16\", \"17\", \"18\", \"19\", \"20\", \"21\", \"22\"][详细]
2023-02-14 15:09 分类:问答Prawn - How to limit the text area on a form to match a fixed area on a Prawn PDF Report
We\'re building a Rails app which enables a user to make their own PDF booklet. On the PDF document there are fixed height sections for the user to complete via a web form. For example lets say the u[详细]
2023-02-13 15:12 分类:问答Save a Prawn PDF as a Paperclip attachment?
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[详细]
2023-02-10 23:42 分类:问答Prawn: css like overflow: hidden for bounding boxes with images
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.[详细]
2023-02-09 22:56 分类:问答How can I do inline formatting (bold and underline) for PDF generated by Prawnto in Rails?
I generate a PDF file using Prawn and the Prawnto plugin in my rails application. I create a standard form with a standard textarea, and submit that as the body of the PDF file.[详细]
2023-02-09 07:56 分类:问答