I am trying to create a pdf from html text using flow
I am able to create pdf from html text using flow.. but i need to add image in pdf . i tried to add image src but image is not displaying in pdf. How can i show the image in pdf?
I am attaching my code
"<!doctype html>
<html>
<head>
<meta charset=UTF-8>
<meta name=viewport content=width=device-width, initial-scale=1.0>
</head>
<body style=padding: 0; margin: 0;>
<table align=center style=font-family: Arial, Helvetica, sans-serif; font-size:13px; width: 100%; max-width:800px;>
<tr>
<td style=font-size:26px; font-weight: 600; color: brown; padding:30px 0 20px 0;>New communication Template</td>
</tr>
<tr align=center>
<td style=padding: 0;><img src=https://@@@@@@@sharepoint.com/######/Shared Documents/test/test_106 alt=header width=400 height=400></td>
</tr>
</table>
</body>
</html>"
my flow
my pdf
why my image is not displaying?