Coverage for /home/martinb/.local/share/virtualenvs/camcops/lib/python3.6/site-packages/pdfkit/__init__.py : 100%

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"""
6__author__ = 'Golovanov Stanislav'
7__version__ = '0.6.1'
8__license__ = 'MIT'
10from .pdfkit import PDFKit
11from .api import from_url, from_file, from_string, configuration