walle / gimli

Utility for converting markup files to pdf files
https://github.com/walle/gimli
MIT License
538 stars 44 forks source link

Remove "--quiet" option from wkhtmltopdf bin call #52

Closed nelsonsar closed 10 years ago

nelsonsar commented 10 years ago

The "--quiet" option was causing the error "Unknown long argument --quiet" on wkhtmltopdf version 0.8.3 installed in Mac OSX Mountain Lion when trying to convert a markdown file.

walle commented 10 years ago

I merged your pull request, but the output I got on OSX 10.9.2 was annoying. So I changed the parameter to -q instead of --quiet. Could you test the development branch and se if it works for you?

Thanks for submitting a pull request! And sorry for the long wait before I responded.

walle commented 10 years ago

This is now in the 0.5.4 release. Please try it and see if the problem persists.