[PHP] Using the pdf tags.

2002-05-22 Thread Jeff Hatcher
Does anyone know of a way to rotate text in a pdf? I can rotate an image and rotate a page but can not seen to rotate text. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Using the pdf tags.

2002-05-22 Thread Miguel Cruz
On Wed, 22 May 2002, Jeff Hatcher wrote: Does anyone know of a way to rotate text in a pdf? I can rotate an image and rotate a page but can not seen to rotate text. You're using PDFlib? It works just fine, but you have to understand how PostScript works. Calling PDF_rotate rotates the entire

RE: [PHP] Using the pdf tags.

2002-05-22 Thread Jeff Hatcher
Cruz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 1:39 PM To: Jeff Hatcher Cc: PHP-General Subject: Re: [PHP] Using the pdf tags. On Wed, 22 May 2002, Jeff Hatcher wrote: Does anyone know of a way to rotate text in a pdf? I can rotate an image and rotate a page but can not seen

RE: [PHP] Using the pdf tags.

2002-05-22 Thread Miguel Cruz
it. The problem is that it isn't. Thanks -Original Message- From: Miguel Cruz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 1:39 PM To: Jeff Hatcher Cc: PHP-General Subject: Re: [PHP] Using the pdf tags. On Wed, 22 May 2002, Jeff Hatcher wrote: Does anyone know

RE: [PHP] Using the pdf tags.

2002-05-22 Thread Jeff Hatcher
Thanks, That seems to work. -Original Message- From: Miguel Cruz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 2:33 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] Using the pdf tags. That's why I suggested using PDF_save and PDF_restore. PDF_save saves all sorts