{ "info": { "author": "Incuna Ltd", "author_email": "admin@incuna.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "django-wkhtmltopdf\n==================\n\n.. image:: https://badge.fury.io/py/django-wkhtmltopdf.png\n :target: http://badge.fury.io/py/django-wkhtmltopdf\n :alt: Latest version\n\n.. image:: https://travis-ci.org/incuna/django-wkhtmltopdf.png?branch=master\n :target: https://travis-ci.org/incuna/django-wkhtmltopdf\n :alt: Travis-CI\n\n.. image:: https://img.shields.io/pypi/dm/django-wkhtmltopdf.svg\n :target: https://badge.fury.io/py/django-wkhtmltopdf\n :alt: Number of PyPI downloads on a month\n\n\nConverts HTML to PDF\n--------------------\n\nProvides Django views to wrap the HTML to PDF conversion of the `wkhtmltopdf `_ binary.\n\nRequirements\n------------\n\nInstall the `wkhtmltopdf static binary `_.\n\nThis requires libfontconfig (on Ubuntu: ``sudo aptitude install libfontconfig``).\n\nPython 2.6+ and 3.3+ are supported.\n\n\nInstallation\n------------\n\nRun ``pip install django-wkhtmltopdf``.\n\nAdd ``'wkhtmltopdf'`` to ``INSTALLED_APPS`` in your ``settings.py``.\n\nBy default it will execute the first ``wkhtmltopdf`` command found on your ``PATH``.\n\nIf you can't add wkhtmltopdf to your ``PATH``, you can set ``WKHTMLTOPDF_CMD`` to a\nspecific executable:\n\ne.g. in ``settings.py``: ::\n\n WKHTMLTOPDF_CMD = '/path/to/my/wkhtmltopdf'\n\nor alternatively as env variable: ::\n\n export WKHTMLTOPDF_CMD=/path/to/my/wkhtmltopdf\n\nYou may also set ``WKHTMLTOPDF_CMD_OPTIONS`` in ``settings.py`` to a dictionary\nof default command-line options.\n\nThe default is: ::\n\n WKHTMLTOPDF_CMD_OPTIONS = {\n 'quiet': True,\n }\n\nDocumentation\n-------------\n\nDocumentation is available at http://django-wkhtmltopdf.readthedocs.org/en/latest/.\n\nLicense\n-------\n\nMIT licensed. See the bundled `LICENSE `_ file for more details.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/incuna/django-wkhtmltoimage", "keywords": "django wkhtmltoimage", "license": "BSD-2-Clause", "maintainer": null, "maintainer_email": null, "name": "django-wkhtmltoimage", "package_url": "https://pypi.org/project/django-wkhtmltoimage/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-wkhtmltoimage/", "project_urls": { "Homepage": "https://github.com/incuna/django-wkhtmltoimage" }, "release_url": "https://pypi.org/project/django-wkhtmltoimage/3.1.0/", "requires_dist": null, "requires_python": null, "summary": "Converts HTML to Image using wkhtmltoimage.", "version": "3.1.0" }, "last_serial": 2709610, "releases": { "0.1": [], "3.1.0": [] }, "urls": [] }