Skip to main content

Generate PDF from html templates and print, view or send via email

Project description

Sendpdf is a simple Django app that can be used to generate PDF documents from html templates.

It can handle images and css very well. The generated PDF can then be displayed in the browser for printing and saving.

Alternatively, one can send the PDF to one or many email addresses.

It has been tested with Django==1.9.

Detailed documentation is in the official page.

Quick start

  1. Install django-sendpdf:

$ pip install django-sendpdf
  1. Install wkhtmltopdf:

  • Debian/Ubuntu:

$ sudo apt-get install wkhtmltopdf

Warning! Version in debian/ubuntu repos have reduced functionality (because it compiled without the wkhtmltopdf QT patches), such as adding outlines, headers, footers, TOC etc. To use this options you should install static binary from wkhtmltopdf site or you can use this script.

  • Windows and other options: check wkhtmltopdf homepage for binary installers

  1. Add “sendpdf” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'sendpdf',
    )
  2. In your Django settings add the location of wkhtmltopdf, default location is /usr/local/bin/wkhtmltox/bin/wkhtmltopdf, like this:

    WKTHMLTOPDF_PATH = "/usr/local/bin/wkhtmltopdf"
  1. Include the sendpdf URLconf in your project urls.py like this:

    path(r'^sendpdf/', include('sendpdf.urls', namespace='sendpdf')),
  2. Run python manage.py runserver to see some demos:

    Template example

    View PDF inline

    Dewnload PDF

    Send PDF

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-sendpdf-2.0.0.tar.gz (27.8 kB view details)

Uploaded Source

Built Distribution

django_sendpdf-2.0.0-py2.py3-none-any.whl (20.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-sendpdf-2.0.0.tar.gz.

File metadata

  • Download URL: django-sendpdf-2.0.0.tar.gz
  • Upload date:
  • Size: 27.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.5

File hashes

Hashes for django-sendpdf-2.0.0.tar.gz
Algorithm Hash digest
SHA256 b9d457437ea780932f3525d53578f295ebc3f24479da45683929c1b948fcf7fa
MD5 fcea1931b35090ea432c587cf0d728ee
BLAKE2b-256 5d6ea6eb9ba2ecff10140b2bdcde7c9a94489f2d383b2ddf4140bf91159747b0

See more details on using hashes here.

File details

Details for the file django_sendpdf-2.0.0-py2.py3-none-any.whl.

File metadata

  • Download URL: django_sendpdf-2.0.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 20.3 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.5

File hashes

Hashes for django_sendpdf-2.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 ea1462a54dc1fef98b5432c4bedcd7846af8e2f1e88533795e162f9686550d70
MD5 fbd6e6db869540fea3eb12daa16bea22
BLAKE2b-256 6f4421967d445154b2772225c63b8ad7284a75e4fb526940c591eb9129667f21

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page