Hello,
I have a powerapps gallery which displays the list of items from SharePoint. When item is selected in gallery it will navigate to another screen which displays all the details along with attachments. Attachments will be .png, .jpeg, .ppt, .docx, .CSV so images are displaying and am also displaying thumbnails of .docx, .ppt in the screen. Now I want to take a pdf print of this screen which has all the details and images.
My issue is only thumbnail images are not displaying in pdf viewer but it's displaying in the screen with the below formula. How can we display the thumbnail images in print pdf.
Formula for image display in the screen from gallery which has .docx, .pptx.
"https:domainname/_layout/15/getpreview.ashx?path="&First(Thisitem.Attachments).AbsoluteUri
Formula for images with .png, .jpeg
First(Thisitem.Attachments).Value
Thank you.
Thanks for the reply @WarrenBelz
Is there any other way to display images from pptx, docx in pdf viewer?
Hi @Tony09 ,
One of the (several) glitches with the experimental PDF print output is that it does not resolve URL-based images, so unfortunately there is no resolution I am aware of.
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1