I am trying to Convert Html file to pdf using power app flow But the image not showing in converted pdf file on my one drive folder, getting red cross on the image section.
on button click:
Set(
img_sign1,
JSON(
Image4.Image,
JSONFormat.IncludeBinaryData
)
);
Set(
img_signout1,
JSON(
pre_start_signout_1.Image,
JSONFormat.IncludeBinaryData
)
);
htmltopdf.Run(
HtmlText1.HtmlText,
id.work_order_id,
)
This is my html code
<tr>
<td style='padding:5px;'><img src=" & img_sign1 & " style='width: 50px;height: 30px;'> </td>
<td style='padding:5px;'><img src=" &img_signout1& " style='width: 50px;height: 30px;'> </td>
</tr>
Solved! Go to Solution.
Hi @Puneet_Parnami ,
Here is a video from @RezaDorrani on the process.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
Hi @Puneet_Parnami ,
Here is a video from @RezaDorrani on the process.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
@WarrenBelz Thank you for redirecting me to the video. I will try the solution by the coming Tuesday (12 July 2022) and let you know if it has resolved my issue or not.
User | Count |
---|---|
256 | |
106 | |
92 | |
47 | |
37 |