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
|