Re: [PHP] Printing Question

2008-01-26 Thread Robert Cummings
On Sat, 2008-01-26 at 15:19 +0100, Floor Terra wrote: > On Jan 26, 2008 1:03 PM, Peter Jackson <[EMAIL PROTECTED]> wrote: > > > Whats the best way to do formatted printing via php? > > You could try PDFlib(). > Draw your reports to landscape formated pdf's and print them. > > > Oh and I'm aimin

Re: [PHP] Printing Question

2008-01-26 Thread Floor Terra
On Jan 26, 2008 1:03 PM, Peter Jackson <[EMAIL PROTECTED]> wrote: > Whats the best way to do formatted printing via php? You could try PDFlib(). Draw your reports to landscape formated pdf's and print them. > Oh and I'm aiming for a unix/windows outcome. pdf is platform independent. I hope thi