[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Advice Mixing PHP and Lua?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 27 Oct 2009 18:02:24 -0200
> On Oct 27, 2009, at 8:34 PM, Patrick wrote:
>
> > Actually the only thing I am really suck with is FPDF. I want to
> > generate PDF quotes for my small business.
>
> Perhaps something like lpdf would help?
>
> http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lpdf
>
> lpdf is a binding for PDFlib:
FPDF explicitly avoids PDFlib.
Looking at the code in FPDF, it seems to be easy to convert to pure Lua,
but of course I know no PHP. If anyone knows PHP and can confirm that it'd
be easy to convert to pure Lua, I could try it.