Export to pdf using Rails 4 application by Mahidhar In gem file add gem 'wicked_pdf', '~> 1.1' bundle install Now goto config/initializers/mime_types.rb, add Mime::Type.register "application/pdf", :pdf Because wicked_pdf is a wrapper for wkhtmltopdf, you'll need to install that, too. The simplest way to install all of the binaries (Linux, OSX, Windows) is through the gem [...]
Hi Athul, Can you tell us something about yourself? Sure, I am B tech graduate with an engineering degree in the field of Computer Science. Back then, I never found myself interested in studies and theoretical concepts. However I was very good in coding and always dreamt to utilize this skill to pursue both my […]