Dear,
wenn I click on "create PDF", I would like to see the "logo" from my Shop....is it possible ???
Where can I configure the header and footer from the PDF
Thank's best regards
http://forum.virtuemart.net/index.php?topic=79799.0
Quote from: nrju on January 14, 2014, 09:25:36 AM
Dear,
wenn I click on "create PDF (http://www.rasteredge.com/how-to/vb-net-imaging/pdf-get-to-start/)", I would like to see the "logo" from my Shop....is it possible ???
Where can I configure the header and footer from the PDF (http://www.rasteredge.com/how-to/vb-net-imaging/pdf-reading/)
Thank's best regards
Hey, to get a better solution, I think you might give some more information about your version and environment :P
By the way, maybe you can find useful information in this post. If it really helps you, please remember to give some feedback. ;)
https://forum.virtuemart.net/index.php?topic=101821.0
In general,
if you like to have a logo on a printed page or pdf, that is not visible in the webpage, you have to include the logo in the page, but hide it for the view on the screen.
In CSS you can define rules for screen and print differently, so for screen you give display: none; and for print you give display: inline/block;.
With the keywords above, you should find enough to get the idea.
If you want exact answers for Virtuemart, you should read the posts above. ;-)
So long
Stefan