Hey guys,
I am having an issue with trying to landscape the data in my PDF. I created a flow that takes data from my list, converts the data into an HTML table of this data, and then converts the HTML into a PDF. The data that I display in the PDF tends to out stretch the PDF and cuts off the header and the table itself, so I wanted to see if it is possible to make the PDF display as landscape instead of horizontal when it is created. I thought maybe I could update my "Compose" section of the flow with this
replace(body('Create_HTML_table'),'<table>','<table width="100%" border="0" cellspacing="0" cellpadding="0" border="1">')
I was hoping that the table would resize itself so that it could fit all of the data on the PDF, but I think landscaping the PDF, might be more beneficial. I am open to any and all suggestions.
