Caprice is a robust Python library for generating PDF.
Caprice is in development, and can not be used in any purpose yet. But It's in rapidly development, just keep watching this repo, you will get surprises.
pip install caprice
from caprice.document import Document
doc = Document()
page = doc.add_page()
page.draw_text(0, 0, "Hello Caprice!")
doc.save("hello.pdf")
make test
Tommy Jeff (https://rkt.pixelegg.me)
Please see LICENSE for licensing details.