Skip to content

Commit

Permalink
Upgrade to the new binary (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhamiltonstubber authored Apr 3, 2024
1 parent 846d381 commit 3a0f0af
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ env
benchmark/pdf_cache/
benchmark/output/
htmlcov/
*.DS_Store
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PDF generation in python using
Wkhtmltopdf binaries are precompiled and included in the package making
pydf easier to use, in particular this means pydf works on heroku.

Currently using **wkhtmltopdf 0.12.5 for Ubuntu 18.04 (bionic)**, requires **Python 3.6+**.
Currently using **wkhtmltopdf 0.12.6.1 r3 for Ubuntu 22.04 (jammy)**, requires **Python 3.6+**.

**If you're not on Linux amd64:** pydf comes bundled with a wkhtmltopdf binary which will only work on Linux amd64
architectures. If you're on another OS or architecture your mileage may vary, it is likely that you'll need to supply
Expand Down
Binary file modified pydf/bin/wkhtmltopdf
Binary file not shown.

0 comments on commit 3a0f0af

Please sign in to comment.