Re: [PHP-WIN] PDF generation

2002-03-11 Thread alain
Look at pdf_translate() and pdf_set_text_pos() functions in the pdf lib doc. A+ Alain On Mon, Mar 11, 2002 at 05:12:27PM -0800, Ethan Nelson wrote: > Hello all you developers, > > I've looked at the news groups to find an answer, but to no avail... > > My code looks something like this: and I w

[PHP-WIN] PDF generation

2002-03-11 Thread Ethan Nelson
Hello all you developers, I've looked at the news groups to find an answer, but to no avail... My code looks something like this: and I want to rotate some text. I tried sticking the pdf_rotate($pdf,90) command in before the page and after the page. It didn't appear to affect anything. Anyone