Simple PDF generation for Python
Project description
-> come look at our good first issues
fpdf2
fpdf2
is a minimalist PDF creation library for Python:
from fpdf import FPDF
document = FPDF()
document.add_page()
document.set_font('Arial', size=12)
document.cell(w=0, txt="hello world")
document.output("hello_world.pdf")
Compared with other PDF libraries, fpdf2
is simple, small and versatile, with
advanced capabilities, and is easy to learn, extend and maintain.
Looking for Developer Help!
Installation Instructions:
pip install fpdf2
To get the latest development version:
# Linux only:
sudo apt-get install libjpeg-dev libpython-dev zlib1g-dev # libpython3.3-dev #(if necessary)
# Linux and Windows:
git clone https://github.com/PyFPDF/fpdf2.git
cd pyfpdf
python setup.py install
Features:
- Python 3.6+ support (2.7 not supported since version 2.1)
- Unicode (UTF-8) TrueType font subset embedding
- Internal/External Links
- PNG, GIF and JPG support (including transparency and alpha channel)
- Shape, Line Drawing
- Generate Code 39 & Interleaved 2 of 5 barcodes
- Cell/Multi-cell/Plaintext writing, Automatic page breaks
- Basic conversion from HTML to PDF
- Clean error handling through exceptions
- Only one dependency so far: Pillow
- Unit tests with
qpdf
-based PDF diffing
Release notes: CHANGELOG.md
Documentation:
- Documentation Home
- FAQ
- Tutorial (Spanish translation available)
- Reference Manual
Also read the design-spec/tests, they're great.
Developers:
Please check the docs page dedicated to developpement.
Lets try to improve the Code Coverage statistic so that we can safely transition to external font and image libraries, and more...
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
fpdf2-2.2.0.tar.gz
(50.3 kB
view hashes)
Built Distribution
fpdf2-2.2.0-py2.py3-none-any.whl
(73.4 kB
view hashes)
Close
Hashes for fpdf2-2.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8520795e40f5d9a1722b4630138cc91358eac269643961e99ba699338dd55df |
|
MD5 | a6e4d722dedc4801ffb7b6adf5a1514a |
|
BLAKE2b-256 | 065e5e4db1806a0725bb2de718f7d70b2b6c4f39baffc0f8fff098e1de478145 |