embedded image not shown

naeemeh
edited February 11, 2022 in Analytics #1
<p><span style="font-size:18px;">Hi,</span></p>
<p> </p>
<p><span style="font-size:18px;">I use spring boot version 1.2.4 and birt runtime version 4.4.2. I integrated birt and spring framework to get data through a bean and fill in my report. I use report engine api to generate reports from .rptdesign files.</span></p>
<p> </p>
<p> </p>
<p><span style="font-size:18px;">I have a logo image in my reports which is an embedded image. when I start spring boot on my machine and generate a report every thing works fine.</span></p>
<p><span style="font-size:18px;">the problem is, embedded image is not really embedded in report, birt keeps generating image in windows temp folder (C:\Users\myUser\AppData\Local\Temp) every time a report is generated and references the image to this folder. if i want to send the report to another machine, the client can't see the image. (cause the path does not exist in their machine)</span></p>
<p> </p>
<p><span style="font-size:18px;">how can I solve my problem.</span></p>
<p> </p>
<p><span style="font-size:18px;">thanks for your help in advance.</span></p>