[Plplot-devel] pdf driver

2006-12-29 Thread Werner Smekal
Hi, while working on a plot for my thesis I thought it would be cool to have pdf output. I was googling around and found a free pdf library (zlib license) in ANSI C, working on all major platforms: http://libharu.sourceforge.net/index.html So I took the svg driver, rewrote it for the pdf

Re: [Plplot-devel] pdf driver

2006-12-29 Thread Andrew Roach
At 10:53 PM 29/12/2006 +0100, you wrote: Hi, while working on a plot for my thesis I thought it would be cool to have pdf output. I was googling around and found a free pdf library (zlib license) in ANSI C, working on all major platforms: http://libharu.sourceforge.net/index.html Nice ! About