Hi and thanks for the nice plugin, I got it configured and working just like that. Now I want to insert a picture into the pdf output, I tried of course the normal html - tag, which doesn't work, then to put it in with base64 code in css:
<style type="text/css"> div.image { width: 100px; height: 100px; background-image: url('data:image/jpg;base64,/9j/4AAQSkZJRgABAgEBLAEs ... AAD/4QknRXhpZgAATU0Xvfuvdf/9k='); } </style>
then with base64 as an html image reference:
<img src="data:image/jpg;base64,/9j/4AAQSkZJRgABAg ... 3Xvfuvde9+691737r3Xvfuvdf/9k="/>
none of these work either - is there another way, maybe per velocity, or is it just impossible?
Thanks for a short answer!
cheers,
Benno
Hi Benno,
It will be feature. Will add to my tracker
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.