
Announcements
Good evening,
I'm trying to create a PDF from an Htmltext label using Chino's and Shane's videos but I have a problem. My htmltext consists in one table and some pictures, but the table has to be horizontal, and the rest of the file vertical.
I've used this code to make the table horizontal:
...
<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 width=0
style='width:718.0pt;border-collapse:collapse; transform: rotate(+90deg)'>
...
In powerapps it shows the table horizontally and if I copy the code in a notepad file I can see the table horizontally also, it works fine but if I create the PDF it appears vertically.
Anybody Can tell me what is the problem?
Thank you very much