Top "Wicked-pdf" questions

Wicked PDF is a PDF generation plugin for Ruby on Rails using wkhtmltopdf to convert HTML to PDF.

warning: already initialized constant PDF

Right now I am working on rails 3.0.0. If I run my project in terminal, I get this warning. Please help …

ruby-on-rails-3 rubygems wicked-pdf rails-3-upgrade
Rails 3 ActionMailer and Wicked_PDF

I'm trying to generate emails with rendered PDF attachements using ActionMailer and wicked_pdf. On my site, I'm using already …

ruby-on-rails-3 actionmailer wicked-pdf
problem implementing wicked pdf on heroku

I am using this guide for integrating wicked_pdf on heroku. But somehow it doesn't seem to work. I got …

ruby-on-rails heroku pdf-generation production-environment wicked-pdf
Page break for long table

I have a long table which shows rows on several pages. When a page ends, the row is printed half …

wkhtmltopdf wicked-pdf
Wicked_PDF templates is missing

I installed wicked PDF and modified my controller : def show respond_to do |format| format.pdf do render :pdf => "…

ruby-on-rails templates pdf wicked-pdf
HTML to PDF with Wicked PDF and letter-spacing issues

Using both 0.79 and 0.7.2 the PDF generated looks slightly different than my original HTML. Adding the show_as_html flag presents …

wkhtmltopdf pdfkit wicked-pdf
wicked_pdf: footer height/styling

I'm using the awesome wicked_pdf gem to generate a PDF, but I can't figure out how to change certain …

ruby-on-rails ruby pdf wicked-pdf
Wicked_PDF Download Only - Rails 3.1

I currently run Rails 3.1 and am using the latest version of Wicked_pdf for PDF generation. I have set everything …

ruby-on-rails pdf ruby-on-rails-3.1 sendfile wicked-pdf
What is the correct way to render_to_string in wicked pdf?

This is what the documentation of wicked pdf specifies: WickedPdf.new.pdf_from_string( render_to_string(:pdf => "pdf_…

ruby-on-rails-3 wicked-pdf
Rails 4 - how to make a link to a PDF file (name.PDF)?

I am generating PDF files and my link look like this: <%= link_to 'Invoice', display_invoice_path(invoice.id), :…

ruby-on-rails ruby pdf wicked-pdf