Hi there,
I have a PowerApp that's taking Sharepoint data from List(s) and creating HTML document (invoice etc) which I'm then passing to a Flow where I save the HTML in OneDrive file and then user Convert HTML to PDF to create and save a PDF file in Sharepoint doc library and all works well .. However ..
.. I need to add a footer statement (registered address etc.) in the PDF but know there's no direct way to do that (yes?) so been tryiing various ways in the HTML to achive the same which work fine in the HTML view but when converted to PDF don't .. either by .. using <FOOTER> tag but that doesn't work .. or .. using a <DIV> with style of position:absolute; bottom:0px; but that doesn't work (actually shows at top!) .. or .. setting <BODY> to height:100%;min-height:100% then creating three <DIV> with height 20%/70%/10% effectviely for header/body/footer but that doesn't work as appears correctly (ie. % wise) but with page height looks like about half the size rather than PDF' page height .. few other ways too so ..
.. The question is, does anyone know to code the HTML/CSS in such a way as to have a footer at the bottom of the page that appears in the subsequent convert PDF file at the bottom of it's page?
Thanks for any help,
Derek