I'm having problems getting my images exported into PDF.
I have the following code : <displaytag:column media="pdf" > http://localhost:8080/apps/evite/images/logo_bow.gif </displaytag:column>
but I don't get the actual image in the generated PDF file, I get :
http://localhost:8080/apps/evite/images/logo_bow.gif
I've tried leaving the <img> tag in my jsp, but then I only the html shows up in my PDF.
Am I missing something simple? I'm assuming that other people are getting images to show up in their generated PDF files.
Any help would be greatly appreciated.
Thanks in advance,
Quenten
please view solution at:
http://sourceforge.net/forum/message.php?msg_id=5323488
that was using display-tag 1.1.1
regards,
Carl
Log in to post a comment.
I'm having problems getting my images exported into PDF.
I have the following code :
<displaytag:column media="pdf" >
http://localhost:8080/apps/evite/images/logo_bow.gif
</displaytag:column>
but I don't get the actual image in the generated PDF file, I get :
http://localhost:8080/apps/evite/images/logo_bow.gif
I've tried leaving the <img> tag in my jsp, but then I only the html shows up in my PDF.
Am I missing something simple? I'm assuming that other people are getting images to show up in their generated PDF files.
Any help would be greatly appreciated.
Thanks in advance,
Quenten
please view solution at:
http://sourceforge.net/forum/message.php?msg_id=5323488
that was using display-tag 1.1.1
regards,
Carl