[Rails] Re: Re: Re: Re: wkhtmltopdf and PDFkit

2010-11-30 Thread Nick Burdick
:) Yep... it should go without saying... but that seems to be exactly what my problem is. Go figure. I'm still having an error issue inside Rails, but I think that has something to do with the configuration. -- Posted via http://www.ruby-forum.com/. -- You received this message because you

Re: [Rails] Re: Re: Re: Re: wkhtmltopdf and PDFkit

2010-11-30 Thread David Kahn
On Tue, Nov 30, 2010 at 1:13 PM, Nick Burdick li...@ruby-forum.com wrote: :) Yep... it should go without saying... but that seems to be exactly what my problem is. Go figure. I'm still having an error issue inside Rails, but I think that has something to do with the configuration. Hmmm

[Rails] Re: Re: Re: Re: wkhtmltopdf and PDFkit

2010-11-30 Thread Conor Nugent
Again- I'm not sure I'm really helping here at all but I had to add the following to application.rb #pdfkit config.middleware.use PDFKit::Middleware, :print_media_type = true PDFKit.configure do |config| config.wkhtmltopdf =