In this episode, Chino revisits exporting to PDF from PowerApps and Flow and shows you how to include images in your PDF export.
This is the second part in a two part series on Exporting to PDF from Power Apps. Here is a link to the first part that covers all the basics – …(read more)
Convert Word 2 PDF: Word to PDF Converter
Convert PowerPoint 2 PDF: PPT to PDF Converter
Convert Excel 2 PDF: Excel to PDF Converter
Convert an Image 2 PDF: Image to PDF Converter
Convert HTML 2 PDF: HTML to PDF Converter
More Tools: PDF Converter
Great work and that helped me a lot. I need to add another logo for file footer. How to do that specially to determin the footer part of the document in html code. Thank you again and hope you see my message
hi, can you make a example but with dynamic images?
Thanks for the video, can we do with this multiple records?
How to generate pdf with images for multiple records?
how to make the image dynamic?
Hi Chino. I have problem when image file size too big to insert into HTML. HTML file more than 2M, will be failed to convert into PDF. Do you have any solution?
Question… I think, from the research I've done, there is no straightforward wat to accomplish this, but I thought I'd at least ask!!
I have a static map, from google maps, that shows the user's current location. I then have captured that in an 'image' in my app, and converted it all beautifully into OneDrive. I don't have a problem getting multiple images to convert to PDF… except that 'map image'. For whatever reason, it won't convert to PDF like every other image I have. It just shows me the box with the red x. Any ideas???
I have been struggling with this for weeks. I watched your first video which helped a great deal, but a question for you: At 6:42, your on notepad with a copy of your HTML with concat('….ect.
Do you change the <img src=" ', variables('PDFImage') in the App HTML?, do you omit it?. I didn't realise when I built the HTML for the App that we had this problem with Images, so by default I built the image into the original app code.
Hi! Great work, after a lot of research finally found a solution. I have a question about adding a signature to the file using PenInput if it's possible to include in the workflow and the output file. I tried creating a new step in the flow (Initialize variable) to get the input from the PetInput and in the PDF.Run adding the variable as JSON(PetInput1.Image, JSONFormat.IgnoreBinaryData). Im not sure if it'll work but i think that I'm missing something in the last "Create file step" in the flow where you must add:
concat('<!DOCTYPE html>
<html>
<head>
<meta charset="UTF=8">
<title>title</title>
</head>
<body>
<div style="margin-left:250px","margin-botton:40px"><img src="',variables('PDFImage'),'"width="180" height="55"></div>
',variables('var_HTML'),'
</body>
</html>')
Tried adding a new variable called "Sign" just like PDFImage was added but didn't work.
Thanks again for your amazing work.
Hello Chino! It's your name? My name is Oliver from Germany/Bavaria. Thank you very much for your great Videos, the are the best! They did help me but now are a few problems/mistakes by create the flow. I think microsoft changed something again. I have an html-file and want to creat it with picture (Logo). I follwed your video exactly but it doesn't work. Is it possible to get support from you or get in touch in a remote-session? Best regards, Oliver
Hi there
I have just one problem. With your orignal video I got everything working great. Apart from a logo. So this video is obviously perfect for me. The only problem I have is that on the original video the flow you made has a difference to the new one. On the original vidoe in the create file option for file content we added var_html. On this videoit has a concat expression. I cant find anywhere where this difference was made. Therefore I am stuck on this bit. Am I missing something?
Hi Chino, thanks so much for your sharing the video about the powerapps, they are very useful for a Junior Powerapps user.
And I have one question about how to create HTML file name base on end user input?
Hi Chino,
thank you so much for sharing your knowledge here on YT. I find your videos very helpful and really like their concepts.
I have a follow up question though regarding putting in images into HTML.
In your usecase you have a static picture that is dragged off your SP library.
In my case I have several pictures (signatures) stored in a SP library. I now want to include these dynamic pictures in an HTML table. However, I do not succeed with your approach as your flow is based upon a 'Get file content' command, whereas I needed a 'Get files' command.
How would you set up a flow for my scenario?
I am tremendously stuck on this issue and unfortunately cannot find any usecases that is helping on the web.
Thank you for your help,
JHL
Thanks! is there a way to add several images?
Thanks a lot for your video. It helps me a lot. I knew nothing about html. And now I can have pdf with image ! Many thanks from France.
Hi, this is great! But is there a way to have the image appear at the very bottom of the exported PDF instead of top? The image that I attach is a signature and I need to have it appear at the very bottom.
Sir is there any way to display the image from the internet url? not locally?
Awesome video! I have text alignment within my html, but in PowerApps everything is left aligned. Any thoughts?
Hi Chino,
Many thanks for sharing, after messing about with your solution and adding bits from Rebecca's and Shane's channels I got it to work just as I wanted, I'm just struggling with one bit. Is there any solution to add image within same table as all the variables?
Dear Sir, I am having some issues can you help me out?
Hello Mr. Brocchi, my name is Danny and I have a problem with limitation in generating pdf report plus images.
My app contains a text report and serveral images, but I am only able to get the pdf report with 3 images.
When I try to save more than 3 images, nothing happens. No pdf file is generated. Could you Please help to explain and thanks a lot sir