Wicked PDF is a PDF generation plugin for Ruby on Rails using wkhtmltopdf to convert HTML to 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-upgradeI'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-pdfI 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-pdfI have a long table which shows rows on several pages. When a page ends, the row is printed half …
wkhtmltopdf wicked-pdfI installed wicked PDF and modified my controller : def show respond_to do |format| format.pdf do render :pdf => "…
ruby-on-rails templates pdf wicked-pdfUsing 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-pdfI'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-pdfI 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-pdfThis is what the documentation of wicked pdf specifies: WickedPdf.new.pdf_from_string( render_to_string(:pdf => "pdf_…
ruby-on-rails-3 wicked-pdfI 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