Wednesday 09 May 2007 4:04:12 am
The output to the browser says: Unknown function: imageinit() in /home/wwwcath/public_html/ezpublish/lib/ezpdf/classes/class.ezpdftable.php on line 1281 All I am trying to do is put an image into a pdf and I'm having problems. Here's the syntax I've been using:
{pdf( 'image', hash( 'src', 'design/news_site/images/PR_CARITAS_logo.gif',
'width', 222,
'height', 90,
'align', 'right' ) )}
in an override for node/view/pdf for a class loosely based upon an article Really appreciate some pointers! Thanks
|