Skip to main content

A headless version of pdfkit which makes use of xvfb-run

Project description

Headless PDFKit
===============

The PDFKit package makes use of `wkhtmltopdf`, which in turn needs an X Server
to run. In Debian land, this generally requires `xvfb-run` wrapper.

The `headless_pdfkit` package tries to make the [hotfix](https://github.com/JazzCore/python-pdfkit/issues/56#issuecomment-305593936)
proposed by [jakewins](https://github.com/jakewins) a bit easier to work with.

Examples
--------

Save a simple PDF from string.

ret = headless_pdfkit.generate_pdf('<html></html>')
with open('output.pdf', 'wb') as w:
w.write(ret)

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

headless_pdfkit-0.1.1.tar.gz (1.8 kB view hashes)

Uploaded Source

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