I have done
gem install pdfkit
gem install wkhtmltopdf
in application.rb added
config.middleware.use "PDFKit::Middleware", :print_media_type => true
when i go to the link to pdf with .pdf extension
it shows Error as follows
No wkhtmltopdf executable found at bundler: command not found: which
Install missing gem executables with `bundle install`
>> Please install wkhtmltopdf -https://github.com/jdpace/PDFKit/wiki/Installing WKHTMLTOPD