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 have any experiance in
this?

  pdf_begin_page($pdf, 612, 792);
  pdf_set_value($pdf, "textrendering", 0);
  pdf_set_font($pdf, "Verdana", "18", "winansi");
  pdf_show_xy($pdf,$row[firstname],240,550);
  pdf_end_page($pdf);

-Ethan

_______________________________________
Ethan Nelson, Web Applications Engineer
Net Solutions, LLC
840 Lawrence Street
Eugene, OR 97401
[EMAIL PROTECTED]
http://www.netsolutionsllc.com
Voice +1 541 345-7087
Fax   +1 541 485-5519


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to