Hi there,
I hope someone could point me in the right direction:
I have this process to generate a certificate. Everything is running well I have the fields merged the flow save the HTML file in my one drive then onedrive convert to pdf. But for some reason the pdf always is in portrait mode and the html is is landscape mode.
This is partially my html code:
<div style="width:100%; height:100%; padding:20px; text-align:center; border:10px solid #787878; transform: rotate(90deg); ">
<div style="width:98%; height:98%; padding:20px; text-align:center; border:5px solid #787878">
<img src="@{variables('var_PictTopBannerFinal')}" alt="Banner"
width=100% height="120">
<br>
<br>
<span style="font-size:25px; font-weight:bold">
Any help please!