Hi Folks,
I have an flow, that converts multiline Rich Text From PowerApps to PDF in one drive. Everything works perfectly, except image. Images so large in PDF. How can I fix all images when converting?
Hey @Yerlasdutco
please try to add some more parameters width and height (or only one, the other should be set automatically and scaled down) to your source HTML code for your images like:
<img src="img_girl.jpg" alt="Girl in a jacket" width="500" height="600">
For more information check out this site: HTML img width Attribute (w3schools.com)
It's been a long time since I did this, but this should work to minimize the size of the image to fit in the document. Otherwise please let me know.
Best regards
Marvin
If you like this post, give a Thumbs up. If it solved your request, Mark it as a Solution to enable other users to find it.
stampcoin
31
Pstork1
22
Most Valuable Professional
David_MA
20
Super User 2025 Season 1