Contents

pdfkit 1.0.0

0

Wkhtmltopdf python wrapper to convert html to pdf using the webkit rendering engine and qt

Wkhtmltopdf python wrapper to convert html to pdf using the webkit rendering engine and qt

Stars: 1937, Watchers: 1937, Forks: 325, Open Issues: 34

The JazzCore/python-pdfkit repo was created 11 years ago and the last code push was 5 months ago.
The project is very popular with an impressive 1937 github stars!

How to Install pdfkit

You can install pdfkit using pip

pip install pdfkit

or add it to a project with poetry

poetry add pdfkit

Package Details

Author
Golovanov Stanislav
License
MIT
Homepage
PyPi:
https://pypi.org/project/pdfkit/
GitHub Repo:
https://github.com/JazzCore/python-pdfkit

Classifiers

  • Text Processing
  • Text Processing/General
  • Text Processing/Markup
  • Text Processing/Markup/HTML
  • Text Processing/Markup/XML
  • Utilities
No  pdfkit  pypi packages just yet.

Errors

A list of common pdfkit errors.

Code Examples

Here are some pdfkit code examples and snippets.

GitHub Issues

The pdfkit package has 34 open issues on GitHub

  • pdfkit.from_file is not outputting the file content in Arabic!

See more issues on GitHub

Related Packages & Articles

pdf2image 1.17.0

A wrapper around the pdftoppm and pdftocairo command line tools to convert PDF to a PIL Image list.

nbconvert 7.16.3

Converting Jupyter Notebooks (.ipynb files) to other formats. Output formats include asciidoc, html, latex, markdown, pdf, py, rst, script. nbconvert can be used both as a Python library (import nbconvert) or as a command line tool (invoked as jupyter nbconvert ...).