Skip to content

Releases: JazzCore/python-pdfkit

1.0.0

14 Nov 19:34
Compare
Choose a tag to compare

1.0.0

  • By default PDFKit now passes "quiet" option to wkhtmltopdf. Now if you need to get output you should pass "verbose=True" to API calls
  • Fix different issues with searching for wkhtmltopdf binary
  • Update error handling for wkhtmltopdf
  • Fix different issues with options handling
  • Better handling of unicode input
  • Switch from Travis to GitHub Actions
  • Update README