Refering articles:
- Moved to Reportlab 2.0 (surf notes 21.10.06) — I upgraded the ReportLab Toolkit on my machine to 2.0. The only code change was to to remove the .encode() calls in PdfTextPrinter.write() since ReportLab now supports Unicode. more
- A first use case for PdfMaker (feature 23.09.06) — I added a file laulud.py which may become a first real use of PdfMaker. It creates a PDF file of the Estonian version of the songs from Taizé. more
- text2pdf versus prn2pdf (31.12.05) — In 2003, Anand Pillai posted a recipe of the ASPN cookbook where he published PyText2Pdf.py, a Python implementation of text2pdf. Lino's prn2pdf.py does something similar in another way. more
- updated reportlab version (code changes 12.04.05) — I updated the working copy of ReportLab Toolkit on Leo (who currently builds the binary releases). more