Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1# -*- coding: utf-8 -*- 

2""" 

3Wkhtmltopdf python wrapper to convert html to pdf using the webkit rendering engine and qt 

4""" 

5 

6__author__ = 'Golovanov Stanislav' 

7__version__ = '0.6.1' 

8__license__ = 'MIT' 

9 

10from .pdfkit import PDFKit 

11from .api import from_url, from_file, from_string, configuration