We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eecc71 commit e661149Copy full SHA for e661149
README.rst
@@ -5,6 +5,9 @@ Python-PDFKit: HTML to PDF wrapper
5
.. image:: https://travis-ci.org/JazzCore/python-pdfkit.png?branch=master
6
:target: https://travis-ci.org/JazzCore/python-pdfkit
7
8
+.. image:: https://badge.fury.io/py/pdfkit.svg
9
+ :target: http://badge.fury.io/py/pdfkit
10
+
11
Python 2 and 3 wrapper for wkhtmltopdf utility to convert HTML to PDF using Webkit.
12
13
This is adapted version of `ruby PDFKit <https://github.com/pdfkit/pdfkit>`_ library, so big thanks to them!
0 commit comments