Top "Wicked-pdf" questions

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

wicked_pdf does not run on Ubuntu server : wkhtmltopdf: cannot connect to X server

I'm trying to use wicked_pdf on my prod server but it keeps failling : RuntimeError (Failed to execute: "/usr/bin/…

ruby-on-rails wkhtmltopdf pdfkit wicked-pdf
wicked_pdf image rendering

how do I get images of a product to show in pdf? I have this code in view file <…

ruby-on-rails wicked-pdf
Rails 3 -Render PDF from view and attach to email

I have been using Wicked_pdf to render a view as a PDF and actionmailer to send emails, but I …

ruby-on-rails ruby-on-rails-3 pdf-generation actionmailer wicked-pdf
How to return a pdf file from a rest api?

I have setup a rest API inside a ruby on rails application, I now have a requirement to generate a …

ruby-on-rails ruby rest api wicked-pdf
wkhtmltopdf automatic page breaks

I'm using wkhtmltopdf v0.11.0 rc1 in a Rails application through wicked_pdf (I know wicked_pdf does not support the …

ruby-on-rails pdf pdf-generation wkhtmltopdf wicked-pdf
How to save pdf file inside the public folder using wicked_pdf

Right Now i am using Rails 3.0.0.i already installed the gem wicked_pdf.Now to want to save the pdf …

ruby-on-rails ruby-on-rails-3 ruby-on-rails-3.1 pdf-generation wicked-pdf
wicked_pdf Error: PDF could not be generated

Gemfile gem "wicked_pdf" gem "wkhtmltopdf-binary" the error: RuntimeError in CarsController#show Failed to execute: /usr/bin/wkhtmltopdf --print-media-type -q …

ruby-on-rails wicked-pdf
Wicked-PDF not showing images, 'wicked_pdf_image_tag' undefined

I want to generate a PDF with our department logo in it. When I try to use the WickedPdf class …

ruby ruby-on-rails-4 wicked-pdf
Rails: wkhtmltopdf RuntimeError (Location of wkhtmltopdf unknown)

I am using Ubuntu 11.04 to develop an app in Ruby on Rails. In the app I need to generate pdf …

ruby-on-rails ruby centos wkhtmltopdf wicked-pdf
how to load Css in pdf using wicked_pdf

For my rails 4 app i want to convert html and Css into a pdf file. i use the wkhtmltopdf and …

ruby-on-rails pdf wkhtmltopdf wicked-pdf