how do I get images of a product to show in pdf? I have this code in view file <div id=\"img-slide\">
I am using Ubuntu 11.04 to develop开发者_如何学运维 an app in Ruby on Rails. In the app I need to generate pdf documents. So I am using
I have a problem with header and footer options when i try a render_to_string_with_wicked_pdf. def generate_voucher
I have been using Wicked_pdf to render a view as a PDF and actionmailer to send emails, but I can\'t get them to work together. I want to attach a PDF version of a certain view to an email using actio
I used <%= wicked_pdf_stylesheet_link_tag \"pdf\" %> it shows the following output in the html
I\'m trying to generate emails with rendered PDF attachements using ActionMailer and wicked_pdf. On my site, I\'m using already both wicked_pdf and actionmailer separately. I can use wicked_pdf to se
I am using this guide for integrating wicked_pdf on heroku. But somehow it doesn\'t seem to work. I got the logs from heroku and its says this:
I Have a DataBase in my project With Table named \'ProcessData\' and columns named \'Start_At\' (Type: DateTime) and \'End_At\' (Type: DateTime) .