=============
Django PDFKit
=============

Django view that converts HTML to PDF using webkit - via pdfkit_ and wkhtmltopdf_.

.. image:: https://travis-ci.org/alexhayes/django-pdfkit.png?branch=master
    :target: https://travis-ci.org/alexhayes/django-pdfkit
    :alt: Build Status

.. image:: https://landscape.io/github/alexhayes/django-pdfkit/master/landscape.png
    :target: https://landscape.io/github/alexhayes/django-pdfkit/
    :alt: Code Health

.. image:: https://codecov.io/github/alexhayes/django-pdfkit/coverage.svg?branch=master
    :target: https://codecov.io/github/alexhayes/django-pdfkit?branch=master
    :alt: Code Coverage

.. image:: https://readthedocs.org/projects/django-pdfkit/badge/
    :target: http://django-pdfkit.readthedocs.org/en/latest/
    :alt: Documentation Status

.. image:: https://img.shields.io/pypi/v/django-pdfkit.svg
    :target: https://pypi.python.org/pypi/django-pdfkit
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/pyversions/django-pdfkit.svg
    :target: https://pypi.python.org/pypi/django-pdfkit/
    :alt: Supported Python versions

.. image:: https://img.shields.io/pypi/dd/django-pdfkit.svg
    :target: https://pypi.python.org/pypi/django-pdfkit/
    :alt: Downloads


Contents
--------

.. toctree::
 :maxdepth: 1

 installation
 usage
 developer
 internals/reference/index


License
-------

This software is licensed under the `MIT License`. See the `LICENSE`_.


Author
------

Alex Hayes <alex@alution.com>

.. _pdfkit: https://pypi.python.org/pypi/pdfkit
.. _wkhtmltopdf: http://wkhtmltopdf.org/
.. _LICENSE: https://github.com/alexhayes/django-pdfkit/blob/master/LICENSE
