[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: creating good-looking PDF documents
- From: Michal Kolodziejczyk <miko@...>
- Date: Tue, 30 Nov 2010 11:34:23 +0100
On 29.11.2010 21:14, Lorenzo Donati wrote:
> After all I don't need the full power I heard LaTeX is able to provide!
For really simple and somewhat lowlevel reports you may check simpler
binding to pdf generating libraries:
http://luaforge.net/projects/lpdf/
http://luahpdf.luaforge.net/
However, I once used more mature tcpdf: http://www.tcpdf.org/ (but this
is pure PHP; I wish lua had similar implementation).
Regards,
miko