I want to add an image to my PDF file. Problem ist that
<fo:external-graphic src="url('URL here')"/>
will not accept anything except the url. However, the link to the image I want to add comes from a different value inside the converted XML document.
Is there a way to generate image URLs dynamically?
Thanks in advance Sebastian
source
share