Skip to main content

A library for converting HTML files into PDF. The tool uses Chrome to render the HTML and print it into a pdf file.

Project description

Pdfy

Pdfy is a Python library for converting HTML (and anything Chrome can render) into PDF. It uses Chrome printing functionality, so the PDFs will be rendered exactly as printed in the browser.

Installation

To install the library, you need to run.

pip install pdfy

Additionally, you will need to install Chrome Driver.

Usage

Using the library is as easy as:

from pdfy import Pdfy
p = Pdfy()
p.html_to_pdf("html_file.htm", pdf_path="pdf_file.pdf")

More control over the PDF layout

If you need to have more control over the layout, you can pass additional parameters to html_to_pdf

options = {"paperWidth": 8.3, "paperHeight":11.7}
p.html_to_pdf("html_file.htm", pdf_path="pdf_file.pdf" options=options)

The full list of parameters is available on Chrome's Developer site.

Not saving the PDF

In the absence of the pdf_path argument, the html_to_pdf function will return the PDF as a base64 encoded string.

pdf = p.html_to_pdf("html_file.htm")

Multiple instances

The library will run Chrome in the background in the remote debug mode. This means that if your project requires multiple initialized Pdfy objects, you might need to change the port used for debugging. This can be done by passing the port number to Pdfy() as follows:

p = Pdfy(debug_port=9222) #9222 is the default port

Credits

This library is released under the Apache 2.0 License.

(C) Copyright 2018 Mika Hämäläinen

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

pdfy-1.0.40.tar.gz (2.8 kB view details)

Uploaded Source

Built Distribution

pdfy-1.0.40-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file pdfy-1.0.40.tar.gz.

File metadata

  • Download URL: pdfy-1.0.40.tar.gz
  • Upload date:
  • Size: 2.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/41.0.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.6.8

File hashes

Hashes for pdfy-1.0.40.tar.gz
Algorithm Hash digest
SHA256 9fa69ce86cafbd77295c3e6581f23df67bce61cbce5f1a751443ddcda30f59b1
MD5 687b016b61022a7c645f15c879ca8b22
BLAKE2b-256 b6b70cc6b30e944983e017f832a81b091409d7a008e999055a2cf7a3744a094e

See more details on using hashes here.

File details

Details for the file pdfy-1.0.40-py3-none-any.whl.

File metadata

  • Download URL: pdfy-1.0.40-py3-none-any.whl
  • Upload date:
  • Size: 3.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.6.8

File hashes

Hashes for pdfy-1.0.40-py3-none-any.whl
Algorithm Hash digest
SHA256 817e810c7f2486595149f2c7c248fb98768dc1206ac04c561aea8dfa4cae2af9
MD5 205674fdd7ec0fb746b7617d30108e1e
BLAKE2b-256 58b0cb5164a7c2bfdb570087b91449bad7e6b9bced496eac6e08c5f24895b243

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