Hi,
Is there any nice, easy-going way to create pdfs from custom powerapps forms or coding by hand html code and converting it is the only way?
I mean, I need to make good looking PDF raport from submited forms. I started to type it in HTML code but it doesnt look very profesional. And I dont know why but HTML code in powerapps doesnt act always like it should, for example I need to make page break beetwen two tables, I tried following lines of code:
<p style="page-break-before: always"> <div style="page-break-after: always"></div> <div style='page-break-after:always;'> </div>
but none of them worked. It's really frustrating. The view of typed code in powerapps is also diffrent than in converted pdf file, so i need to run flow after every change to see real looking pdf.
Thank you for all your help


Report
All responses (
Answers (