{"id":13502694,"url":"https://github.com/incuna/django-wkhtmltopdf","last_synced_at":"2025-05-15T23:06:38.465Z","repository":{"id":2548358,"uuid":"3526435","full_name":"incuna/django-wkhtmltopdf","owner":"incuna","description":"Django Wrapper to the PDF Renderer: wkhtmltopdf","archived":false,"fork":false,"pushed_at":"2023-01-23T20:01:17.000Z","size":243,"stargazers_count":326,"open_issues_count":42,"forks_count":154,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-04-08T10:19:42.182Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"tomfaulhaber/excel-templates","license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/incuna.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-02-23T15:11:31.000Z","updated_at":"2025-03-18T07:06:53.000Z","dependencies_parsed_at":"2023-02-13T02:45:40.339Z","dependency_job_id":null,"html_url":"https://github.com/incuna/django-wkhtmltopdf","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incuna%2Fdjango-wkhtmltopdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incuna%2Fdjango-wkhtmltopdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incuna%2Fdjango-wkhtmltopdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incuna%2Fdjango-wkhtmltopdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/incuna","download_url":"https://codeload.github.com/incuna/django-wkhtmltopdf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254119437,"owners_count":22017947,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T22:02:22.583Z","updated_at":"2025-05-15T23:06:33.449Z","avatar_url":"https://github.com/incuna.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"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 \u003chttp://wkhtmltopdf.org\u003e`_ binary.\n\nRequirements\n------------\n\nInstall the `wkhtmltopdf static binary \u003chttp://wkhtmltopdf.org/downloads.html\u003e`_.\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 \u003chttps://github.com/incuna/django-wkhtmltopdf/blob/master/LICENSE\u003e`_ file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fincuna%2Fdjango-wkhtmltopdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fincuna%2Fdjango-wkhtmltopdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fincuna%2Fdjango-wkhtmltopdf/lists"}