Create nice-looking PDF reports from HTML content.
Project description
PDF Reports (complete documentation here) is a Python library to create nice-looking PDF reports from HTML or Pug templates. It features modern-looking components (via the Semantic UI framework) and provides routines to embed tables or plots in the documents.
Example of use
Your Pug template file template.pug may look like this (see a full example):
#sidebar I am the text in the sidebar.
h1 {{ title }}
.ui.piled.segment
p Oh hi there ! I am some text in a cool box.
Your Python code will be as follows:
from pdf_reports import pug_to_html, write_report
html = pug_to_html("template.pug", title="My report")
write_report(html, "example.pdf")
And your final result may look like this (PDF file):
Infos
PIP installation:
pip install pdf_reports
Web documentation:
https://edinburgh-genome-foundry.github.io/pdf_reports/
Github Page:
https://github.com/Edinburgh-Genome-Foundry/pdf_reports
Live demo:
http://cuba.genomefoundry.org/sculpt_a_sequence
License: MIT, Copyright Edinburgh Genome Foundry
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pdf_reports-0.3.7.tar.gz
.
File metadata
- Download URL: pdf_reports-0.3.7.tar.gz
- Upload date:
- Size: 124.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae2fd77e2ef5004166700d3cc36d5dbe0ba2eb4e88965413b655c9d5f76c8e6c |
|
MD5 | 6697ea8edb534690a8eff54babefd050 |
|
BLAKE2b-256 | 96419d28780734530ec01d92c59d2dd62c809d82da1cc096461828f2e035343c |
File details
Details for the file pdf_reports-0.3.7-py3-none-any.whl
.
File metadata
- Download URL: pdf_reports-0.3.7-py3-none-any.whl
- Upload date:
- Size: 118.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2ee5480e85f59d0184921e6abec27bdfff3404f1463e5f4f66fc50484415620 |
|
MD5 | e6dba5852acc995416167d760737fe97 |
|
BLAKE2b-256 | fc056ecf0664e775229a4f0f05fc53d5fdd50382dd119dc534c65292a7e9382f |