Skip to content

Extrapolator214/wkhtmltopdf-installer-ruby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wkhtmltopdf-installer-ruby

Build Status

Downloads and installs wkhtmltopdf from the official website

Usage

  gem install wkhtmltopdf-installer

Then in your Ruby script

  require 'wkhtmltopdf_installer'
  system WkhtmltopdfInstaller.wkhtmltopdf_path

  # this also works, because ENV['PATH'] is adjusted
  system 'wkhtmltopdf'

The gem also provides a shim, so that it works in the shell too.

Contribution

Pull requests are very welcome. Pull requests with updates in version.rb are welcome too.

About

wkhtmltopdf-installer gem downloads and installs wkhtmltopdf from the official website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%