From: Martin DeMello Date: 2007-10-10T03:51:46+09:00 Subject: Re: PDF::SimpleTable On 10/4/07, John Joyce wrote: > > > You might consider scripting an app that is a page layout or design > app which can write pdf or print to pdf. You'll get more features. I've had good results using ruby to generate lout [http://lout.sourceforge.net/] and then scripting the lout -> ps -> pdf toolchain with system calls. martin