Forums / Setup & design / Image in pdf not work

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Image in pdf not work

Author Message

Vicente Olivan

Tuesday 11 April 2006 11:46:39 am

Followed the PDF export tutorial and template PDF functions.I have including the code in temp'late main article:

{let article=$node.contentobject_version_object
     node_name=$node.name}


  {pdf(pageNumber, hash( identifier, "main",
                         start, 1 ) )}

{pdf( 'image', hash( 'src', 'design/corporate/images/escudo_color.png',
                     'align', 'right' ) )}

{attribute_pdf_gui attribute=$article.data_map.title}

{attribute_pdf_gui attribute=$article.data_map.author}

{attribute_pdf_gui attribute=$article.data_map.intro}

{attribute_pdf_gui attribute=$article.data_map.body}

{pdf(pageNumber, hash( identifier, "main",
                       stop, 1 ) )}

{include uri="design:content/pdf/footer.tpl" node=$node}

{/let}

... and it doesn´t show any image.

Where is my mistake?
Some suggestion?
Thanks