You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ PDF generation in python using [wkhtmltopdf](http://wkhtmltopdf.org/) suitable f
5
5
6
6
Based on [pywkher](https://github.com/jwmayfield/pywkher) but significantly extended.
7
7
8
-
The repo is pretty large (currently 116mb) because it contains two binary version of wkhtmltopdf, one for use on Heroku (Ubuntu 10.04) and one for use on Ubuntu 14.04. See [this](https://github.com/wkhtmltopdf/wkhtmltopdf/issues/1817) discussion for an explanation.
8
+
Currently using **wkhtmltopdf v. 0.12.2** (beta).
9
9
10
10
## Basic Usage
11
11
@@ -70,4 +70,4 @@ uses -H command line option
70
70
71
71
### execute_wk(*args)
72
72
73
-
Low level function to call wkhtmltopdf, arguments are added to wkhtmltopdf binary and passed to subprocess with not processing.
73
+
Low level function to call wkhtmltopdf, arguments are added to wkhtmltopdf binary and passed to subprocess with not processing.
0 commit comments