Adds in image to your report template by adding a div box and adjusting the img src URL
<div style="position:absolute;left:0.5in;top:0.150in;height:1pt;">
<img style="position:absolute;left:0pt;top:0.1pt;height:42pt;width:216pt;object-fit:contain" src=https://images.ctfassets.net/2d5q1td6cyxq/2Y0qBBRGzwoz2VWemlLo5z/98441d214a2b6e307f781386152a9b4f/finale-inventory-512.png>
</div>
Multiple images can be layered within the report template.
The report engine will generate the first image in the list and proceed to layer the other images on top
<!-- Background Image-->
<div style="position:absolute;">
<img style="position:absolute;left:0pt;top:0pt;height:2in;width:3in;object-fit:fill" src= https://images.ctfassets.net/2d5q1td6cyxq/2Y0qBBRGzwoz2VWemlLo5z/98441d214a2b6e307f781386152a9b4f/finale-inventory-512.png>
</div>
<!-- Layer 2 Image-->
<div style="position:absolute;top:0.25in;left:0.250in;width:.25in;font-size:10pt;font-weight:bold;text-align:left;line-height:1.1;">
<img style="position:absolute;left:0pt;top:0pt;height:1.00in;width:1.00in;object-fit:contain" src=https://image.made-in-china.com/2f0j00DGeYpHrnYNbu/U9000-5-RFID-Handheld-Android-Barcode-Scanner-Terminal-with-Screen.jpg >
</div>
<!-- Layer 1 Image-->
<div style="position:absolute;top:0.65in;left:0.25in;width:.25in;font-size:10pt;font-weight:bold;text-align:left;line-height:1.1;">
<img style="position:absolute;left:0pt;top:0pt;height:01.4500in;width:1.6500in;object-fit:contain" src=https://www.japan-guide.com/g19/2267_01.jpg>
</div>
Comments
0 comments
Article is closed for comments.