Tagged Questions

9
votes
4answers
5k views

header and footer in Prawn PDF

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 ...
7
votes
1answer
323 views

Prawn : adding background image of larger resolution

I'm creating a pdf book where I need to put a background image for each page. The size of the page is (576 x 576) and the size of the background image is 2700 x 2700 (300 dpi.) (These sizes are the ...
7
votes
1answer
341 views

Prawn does not render a PDF on Heroku, but does it local

As the title says: My PDFs are perfectly rendered when I run on my server locally, but on Heroku I get a NoMethodError. It seems that Heroku cannot find my prawn gem. I am using the prawn-rails gem. ...
5
votes
3answers
5k views

Generate pdf from Rails 3 - what tool to choose?

I need to be able to render some views as PDFs from a Rails 3 project. I've never before used PDF generation techniques with ruby/rails, so I researched a few popular approaches such as Prawn and ...
5
votes
2answers
658 views

watermark existing pdf with ruby

Is there a way to watermark an existing pdf in ruby ? I want to add a dynamically generated text, Thanks,
5
votes
2answers
1k views

Can prawn generate PDFs with links?

I need to embed a link into a generated pdf in a ruby on rails app. Is there a way to do this with prawn? Reading about this it turns out that prawn-format was the answer for awhile, but 0.7.x broke ...
5
votes
6answers
1k views

Ruport vs. Prawn considering long-term use

I want to add reporting capabilities to my Rails application and I'm struggling quite some time now on which reporting software to use to create my PDF documents. Until now I'm pretty sure that ...
3
votes
3answers
51 views

Call a rail's action after PDF generation process is completely finished. - PRAWN + RAILS

I'm using PRAWN to generate a pdf book in Rails. In my application, I need to find the file-size of thus generated pdf book. So, I'm looking for a way that calls another action (which evaluates the ...
3
votes
4answers
438 views

Rails PDF generating alternative to Prawn

I've been using Prawn to generate simple invoice PDFs. I now have the need to create a more complicated PDF document and Prawn is coming up short. I need to copy an existing layout precisely so ...
3
votes
3answers
1k views

Prawn html formatting

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 ...
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 ...
3
votes
3answers
3k views

PDF generation with Prawn and Prawnto

Is anyone using Prawn / Prawnto with Jruby on rails? I installed prawn 0.5.01 and rails 2.3.2. I just installed prawn and prawnto and started playing with the PDF generation capabilities. I am ...
3
votes
1answer
519 views

How to retrieve a cell's height using Prawn & Prawnto?

I'm a little stuck on using Prawn/Prawnto to generate PDF documents. The Prawn documentation has helped some, but the Prawnto documentation is seemingly offline these days. I am trying to find a way ...
2
votes
1answer
159 views

Rails 3.1: Output current data from will_paginate to PDF

I've been working with rails for a few weeks now, whenever I had time. I'm trying to create a PDF output of the currently shown data of my application. I'm using prawn, which is working fine and ...
2
votes
1answer
198 views

“bundle install” fails when setting :git path in Gemfile

I want to update one of my gems from the master source branch instead of from a gem repo. So I put this in my Gemfile: gem "prawn", :git => "https://github.com/sandal/prawn.git" However, now ...
2
votes
1answer
98 views

Generate PDF file after notification received from Paypal

I'm not being able to generate PDF file (using PRAWN) after the notification from Paypal is received. Am I missing something in my code ? Here's my code: order model : def paypal_encryption() ...
2
votes
2answers
440 views

How to set prawn pdf filename in Ruby on Rails?

What i have is the controller action responding to html and pdf file format like this: def detail @record = Model.find(params[:id]) respond_to do |format| format.html # ...
2
votes
2answers
668 views

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 my ...
2
votes
1answer
201 views

problems updating to new version of prawn on production server with bundler

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 still get this errors? ...
2
votes
1answer
599 views

how do I set margins in Prawn in ruby?

This is what I have so far, but I need to set margins: def send_fax 22 contact = Contact.find_by_id(self.contact_id) 23 24 pdf = Prawn::Document.new 25 pdf.font "Times-Roman" ...
2
votes
1answer
428 views

Prawn Tables: Block is not exectuting

I've run into a really strange issue with my rails/prawn code. I'm generating a table and trying to change the font style of the first row with the following code: pdf.table(data) do ...
2
votes
1answer
261 views

Generating PDF's with signatures using Ruby or Ruby on Rails

I'm working on a Rails application that uses prawn to generate PDF's. Long story short, we want to be able to digitally sign generated PDF's. Im not sure where to start reading up exactly. Just wanted ...
2
votes
2answers
407 views

Rails Prawnto PDFs fail to download in Internet Explorer

I have a working Prawnto implementation, except for in IE versions 6 - 8. Here's my print method: prawnto :inline => false, :filename => @purchase.deal.name + "-" + ...
2
votes
3answers
1k views

prawnto displaying tables that don't break when new page

I have a variable number of tables with variable number of rows and I want to have them displaying one after the other but if a table doesn't fit on the current page put it on the next then continue ...
2
votes
3answers
1k views

HTML with Prawn

Im trying to use prawn to generate a PDF of a log entry, then entries are stored in bbcode ([b]bold[/b] etc...) and is converted to html on display. Is there any way to display the html in prawn?
1
vote
1answer
67 views

Can I use highcharts in a pdf generate with prawn in Rails?

In my rails application, I use highcharts to display some charts. And now, I need to generate a pdf with charts (I will use prawn). I want to know if I can use highcharts in my pdf. Maybe with ExecJS ...
1
vote
0answers
51 views

rails gem prawn, image and anchor

Can you tell me how to insert image which will be a link to for example page 20? I know how to make with normal text: text "<link anchor='page20'>Go to page 20</link>", ...
1
vote
2answers
109 views

ruby prawn gem, table position

using prawn gem i display table in the pdf file.. now i want to set position of the table, please guide me how to work on this.. i used the following code to genrate pdf report, pdftable = ...
1
vote
1answer
143 views

No make_table method in Prawn::Document

I have a Rails 3 app that produces PDF documents using Prawn. In the Gemfile I have: gem "prawn", '= 0.12.0' gem 'prawn-layout' However, following the example at ...
1
vote
1answer
63 views

How can I span tabular content across two pages using Prawn?

I have tabular content, basically one big table, that needs to span across both pages of an open book. So imagine that a book or catalog is open in front of you. Every time you turn a page, you will ...
1
vote
1answer
140 views

How to add an image to a table with Prawn?

So I have the following code: items = [ ["Photo","Name", "Qty", "Unit Price", "Amount"] ] items += @quotation.quotation_items.map do |oitem| [ pdf.image(oitem.item.photo), oitem.item.title, ...
1
vote
1answer
154 views

generating pdf using prawn in background with resque

I am trying to create a pdf document in the background via resque background job. My code for creating the pdf is in a rails3 helper method that i want to use in the resque worker like : class ...
1
vote
1answer
84 views

Prawn: PDF generation with progress bar or spinner

I'm using prawn and prawnto for PDF-generation in my rails-app. Is there a way to show the user a spinner or progress bar while the PDF is generated?? I think about showing a spinner-div in the ...
1
vote
2answers
195 views

Prawn: static header with model specific information possible?

I'm building a PDF export function in Rails and Prawn where I want to export a number of "Companies" in one single PDF. A company usually flows over 2-3 pages. Right now when exporting a single ...
1
vote
1answer
452 views

Rails, prawn and dynamic table

I am doing a merchant site. This site must have a voucher. This voucher is a pdf file generated by Prawn gem. items = obtain_items Prawn::Document.generate ...
1
vote
2answers
498 views

How to set table headers in Prawn?

I'm following this tutorial to create a pdf file using prawn gem and i found this reference documentation to generate a table but how do i set the header row and the header titles to each column? ...
1
vote
1answer
120 views

Warbler not including gems

I'm having a problem where Warbler is not packaging up a few gems. The gems are: 'prawn 0.11.1' - https://github.com/sandal/prawn 'prawnto 0.0.4' - https://github.com/jlsync/prawnto 'ttfunk 1.0.1' ...
1
vote
2answers
2k views

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: ...
1
vote
2answers
812 views

Pdf generation with Rails 3

I need to generate PDFs with Rails 3.0.3. Prawn + Prawnto looks great as showed by Ryan Bates But I cannot make his example works, the table function is not recognized by the pdf variable Any ...
1
vote
0answers
50 views

Is there Widow Orphan protection using Prawn for Ruby on Rails?

I have a question about using Prawn for Ruby on Rails. I'm using a bounding_box for variable length content. When the content overflows to the next page I would like to have some sort of ...
1
vote
1answer
267 views

How to set two diferent font style in one single line with prawn in Ruby on Rails generating a PDF file?

I have the following code: pdf = Prawn::Document.new pdf.text "Hello", :size => 22 pdf.text "wold", :size => 12 But this code displays two lines. I want to have the two text elements ...
1
vote
1answer
341 views

Ruby on Rails & Prawn PDF

Im creating a PDF Document on my Website. All works just fine, but when i try to add a Image into the PDF i get "We're sorry, but something went wrong. We've been notified about this issue and we'll ...
1
vote
1answer
398 views

How to set a Prawn::Table::Cell height?

I am using prawn to generate pdfs and I am having problems when setting the cell height, I set the height but nothing happens. I am using like this: mensagem_tabela = msg_nfe + "\n" + msg_numero + ...
1
vote
3answers
265 views

Prawn PDF and empty database cells?

I am using Prawn PDF to create PDF files on the fly in my Rails application. I recently came across the rails cell.blank? function, which has proved to be really handy, I can hide any <li> rows ...
1
vote
1answer
672 views

Rails: Email a pdf generated with prawn to an email sent by ActionMailer?

I have an ecommerce app. I'm using Prawn to generate pdf invoices of orders. I'm using a standard Prawn setup. In views/admin/orders, I have a file called show.pdf.prawn. When the seller is ...
1
vote
1answer
123 views

How to use rails routes in external classes?

I'm using prawn to generate pdfs, set up ala http://wiki.github.com/sandal/prawn/using-prawn-in-rails I'd like to access my routes so I can generate links in my pdfs, but now I'm not in a template ...
1
vote
2answers
482 views

Prawn PDF with Rails mailer?

I have successfully created an email that sends on creation of a Kase, but now I need to attach a PDF that is created on the fly by Prawn and Prawno. Basically when you visit a kase such as ...
1
vote
1answer
644 views

prawn PDF: I need to generate nested tables

I need a table where rows are actually 2 rows tables, a nested table that is.. How can I do that in prawn? Maybe I need an extension.. but which one?
1
vote
1answer
1k views

Prawn & Prawnto Rails PDF generation - UTF-8?

I'm using ruby, prawn, and prawnto to dynamically generate pdf's containing text in other languages. I can't seem to get any text in languages with non-english characters to show up. It doesn't throw ...
1
vote
2answers
517 views

Passenger with Prawn won't start

I have a app that uses Prawn to do some PDF generating, it works fine and I've had no problems with it. It's now come to the point where I want to test it through Apache using Passenger. This is where ...

1 2