Re: Lua plot graphic
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua plot graphic
- From: "varol kaptan" <varol.kaptan@...>
- Date: 2006年10月17日 15:53:25 +0100
As far as PDF is concerned ... I've had good success with using
postscript and then distilling to PDF with ghostscript (there is a
very easy way to do transparency as well). Then you don't really need
a binding - the ability to output to text files is enough.
Varol Kaptan
On 10/16/06, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:
> Does the licensing of PDFlib allow for commercial use of the
> final application?
I'm afraid not [1]. I'm not sure this has changed since PDFLib 5, which
is what I used in lpdf. I usually make a point to bind to free software only.
> Another (recent) entry in the OS PDF library world is:
>
> <http://libharu.sourceforge.net/>
Nice, thanks for pointing this out. It looks similar to PDFLib and so it
should be easy to write a Lua binding for it.
[1] http://www.pdflib.com/products/pdflib-family/pdflib-lite/pdflib-lite-licensing/
--lhf