birt-emitter

HTMLRenderReport of BIRT adds a `file://`-like url to embedded images (instead of embedding them into the HTML)

丶灬走出姿态 提交于 2019-12-12 21:18:16
问题 I have a BIRT report with an image in the master page. My BIRT design file: I embedded a png inside the report and it generated the following XML after the body tag: <list-property name="images"> <structure> <property name="name">filename.png</property> <property name="type">image/png</property> <property name="data"> BASE64 of the image </property> </structure> </list-property> Then, I have included it into the master page, adding this element: <image id="828"> <property name="source">embed<