Re: [Plplot-devel] pdf driver

2006-12-30 Thread Werner Smekal
Hi Andrew, Nice ! About five years ago I wrote a PDF driver using a PDF library whose source code was available, but wasn't Open Source - rather some unusual licence - so shelved it. I looked at libharu as an alternative when they first released it, but at the time it was dependent on

Re: [Plplot-devel] pdf driver

2006-12-30 Thread Werner Smekal
Hi Alan, Here is what I did. * Unpack, configure, build, and install libharu-2.0.8 [...] * However the pdf device part of the build did not work: [...] Werner, let me know if you need any more information to duplicate this pdf device build error on your Linux box with libharu-2.0.8. I

Re: [Plplot-devel] pdf driver

2006-12-30 Thread Werner Smekal
Hi Alan, Werner, let me know if you need any more information to duplicate this pdf device build error on your Linux box with libharu-2.0.8. I think I fixed it, though I haven't been to Linux yet. I'll do that tomorrow. If you have time, you can give it a try again. -Werner

Re: [Plplot-devel] pdf driver

2006-12-30 Thread Alan W. Irwin
On 2006-12-30 23:20+0100 Werner Smekal wrote: Hi Alan, Werner, let me know if you need any more information to duplicate this pdf device build error on your Linux box with libharu-2.0.8. I think I fixed it, though I haven't been to Linux yet. I'll do that tomorrow. If you have time, you

[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