Easy Issue Templates: Insert picture

Benno Wolf May 22, 2014

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

1 answer

1 accepted

0 votes
Answer accepted
Andrey Markelov
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 20, 2014

Hi Benno,

It will be feature. Will add to my tracker

Suggest an answer

Log in or Sign up to answer