Python adapter for lpdf — pixel-perfect, lightweight, and consistent PDF rendering
Project description
lpdfio-lpdf
Python adapter for Lpdf — an accurate, efficient, and cross-platform PDF engine.
Installation
pip install lpdfio-lpdf
Usage
from lpdf import LpdfEngine
engine = LpdfEngine("")
engine.load_font("montserrat", open("fonts/Montserrat-Regular.ttf", "rb").read())
engine.load_image("logo", open("images/logo.png", "rb").read())
xml = open("document.xml", "r", encoding="utf-8").read()
pdf = engine.render_pdf(xml)
open("output.pdf", "wb").write(pdf)
XML format
Documents are defined in a layout XML format. See the Lpdf documentation and examples for the full schema.
<stack spacing="m" padding="l">
<text font-size="xl" font="Montserrat-Bold">Invoice #1001</text>
<grid columns="2">
<text>Date</text> <text>2026-04-25</text>
<text>Due</text> <text>2026-05-25</text>
</grid>
</stack>
Requirements
- Python 3.8+
License
Dual-licensed: Community License (free) and Commercial License (paid). See LICENSE for full terms.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lpdfio_lpdf-0.5.0.tar.gz.
File metadata
- Download URL: lpdfio_lpdf-0.5.0.tar.gz
- Upload date:
- Size: 20.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59ab447069105ce46f9b3a14fea2268788bd0f4acc5442a356aebb3604bfaa23
|
|
| MD5 |
a0eff30630ab3e0bee505ed64b1a3a0c
|
|
| BLAKE2b-256 |
e6e6c2bd453c5afe20a8f9d2b7c58b218e89f022d2add8fdd536a2e2715a4091
|
File details
Details for the file lpdfio_lpdf-0.5.0-py3-none-any.whl.
File metadata
- Download URL: lpdfio_lpdf-0.5.0-py3-none-any.whl
- Upload date:
- Size: 47.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5b16c98b1ccbbc905d2d1d21fa52e281b65b3d731f9d7fa036aeec479442867
|
|
| MD5 |
022cc09a77ce73556b327a7c3d13c252
|
|
| BLAKE2b-256 |
3da44d31af41505176e96aead77d56ee9981f5f10414d7284628ce2ac26bb00a
|