Hi all,
I hope I am posting this in the right forum.
I am trying to print a pdf from the prefilled data from powerapps.
I have the Print PDF function working, and have a file created on a SharePoint.
On the PDF that is created, I would like to have a header with a company logo on it however when I print as PDF, the image is shown as below.
Here is the HTML code that I use:
<table style=""width:100%"">
<tr>
<th> <img src="& Image1 &"> </th>
<th>Document:</th>
<th>Age</th>
</tr>
</table>
The Image1 is the image/company logo I would like to embed. I tried using URL with double quote, and uploading the logo as a media, but get the same result.
I also attach the image to my flow that triggers it.
The Concat on the flow is the following:
concat(variables('var_filename'),'.html')