Skip to main content

Simple Python 3 wrapper for wkhtmltopdf

Project description

python-wkhtmltopdf

NOTE: This has been FORKED FROM https://github.com/qoda/python-wkhtmltopdf because the Python package (https://pypi.org/project/wkhtmltopdf/) is no longer maintained, but there are still those in the community who need to use this for production projects in Python 3.

A simple python wrapper for the wkhtmltopdf lib (https://github.com/wkhtmltopdf/wkhtmltopdf)

Requirements

System:

  • Linux 32/64 or OSX only (Windows is not supported at this stage)

  • Xvfd

  • wkhtmltopdf

  • python 3+

Installation

wkhtmltopdf (Linux)

  1. Install Xvfd:

    $ sudo apt-get install xvfb
  2. Install Fonts:

    $ sudo apt-get install xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic
  3. Install wkhtmltopdf:

    $ sudo apt-get install wkhtmltopdf

wkhtmltopdf (OSX)

  1. Install wkhtmltopdf:

    $ brew install wkhtmltopdf

python-wkhtmltopdf (Any Platform)

  1. Development:

    $ git clone git@github.com:jontsai/python3-wkhtmltopdf.git
    $ cd python3-wkhtmltopdf
    $ virtualenv .
    $ pip install -r requirements.pip
  2. PIP:

    $ pip install git+https://github.com/jontsai/python3-wkhtmltopdf.git
    
    or from pypi
    
    $ pip install python3-wkhtmltopdf

Usage

Simple Usage::

  1. Use from class:

    from wkhtmltopdf import WKHtmlToPdf
    
    wkhtmltopdf = WKHtmlToPdf(
        url='http://www.example.com',
        output_file='~/example.pdf',
    )
    wkhtmltopdf.render()
  2. Use from method:

    from wkhtmltopdf import wkhtmltopdf
    
    wkhtmltopdf(url='example.com', output_file='~/example.pdf')
  3. Use from commandline (installed):

    $ python -m wkhtmltopdf.main example.com ~/example.pdf
  4. Use the api (installed):

    $ python -m wkhtmltopdf.api &
    $ wget http://localhost:8888/?url=example.com&output_file=example.pdf

Required Arguments:

  • url - the url to convert to pdf

  • output_file - the pdf file that you want to create

Optional Arguments:

  • enable-plugins (default: True)

  • disable-javascript (default: False)

  • no-background (default: False)

  • grayscale (default: False)

  • orientation (default: Portrait)

  • dpi (default: 100)

  • username (default: None)

  • password (default: None)

  • margin-bottom (default: 10)

  • margin-top (default: 10)

  • margin-left (default: 10)

  • margin-right (default: 10)

  • disable-smart-shrinking (default: False)

Authors:

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

py3_wkhtmltopdf-0.4.1-py3-none-any.whl (7.9 kB view details)

Uploaded Python 3

File details

Details for the file py3_wkhtmltopdf-0.4.1-py3-none-any.whl.

File metadata

  • Download URL: py3_wkhtmltopdf-0.4.1-py3-none-any.whl
  • Upload date:
  • Size: 7.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.54.0 CPython/3.8.5

File hashes

Hashes for py3_wkhtmltopdf-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d3a55dde7619d69043f006b7bb06a036f1bbcc7076d098f69536711020de9bcd
MD5 a88ae1ac17f7923fc87b63df83abdd4c
BLAKE2b-256 a79cf91f9cfd7cf3c4b2bff5ab5314919ff5dbb9459f49b2310626c0cff700f8

See more details on using hashes here.

Supported by

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