On Tue, 2 Jul 2002, Hugo Wetterberg wrote:
> I have a problem with pdf_show_boxed(), it doesn't output anything.
> Everything else shows up just fine. Is there something that I have
> overlooked in this code?
> 
> pdf_show_boxed (
>  $pdf,    //Object
>  $issuedesc,  //text
>  70,    //left
>  700,    //top
>  350,   //width
>  400,   //height
>  left);   //justify

I bet the text is off the page. Try changing 'top' to 400 and see what 
miracles ensue.

miguel


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

Reply via email to