Hi, I have a workflow where every time a new record is saved in a SharePoint list, a PDF file is generated and sent via email.
How can I embed a corporate image in the PDF? The PDF is generated using HTML code in the Power Automate workflow.
You use a regular IMG tag in the HTML. The trick is that you can't href= to a file. You have to retrieve the file contents and convert them to Base64 using DataUri(). Then embed the results of that using the IMG tag. Here's an example I use when creating PDF invoices with my company logo.
----------------------------------------------------------------------------------
If this Post helped you, please click "Does this answer your question" and give it a like to help others in the community find the answer too!
Paul Papanek Stork, MVP Blog: https://www.dontpapanic.com/blog
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.