Forum Discussion
Multiple pages selection in Power Automate PDF conversion of Power Bi
- 4 years ago
I found a very simple soloution. Just by clicking on "Add new item", as many pages can be added. Sometimes we are looking for complex soloutions 🙂
Hi amirghaderi,
Here is a workaround to generate multiple pages PDF in Power Automate.
First step is to write some HTML in a “Compose” action:
The div approvalHistory has a height of 300px. This makes it possible to insert content into this div that is dynamic and not always has the same height in the PDF.
For the h2 tag, I calculated a little bit and added a margin-top of 450 pixels. This is not really a proper solution, but it can be useful if you cannot buy extra subscriptions.
Next steps are:
- Creating the HTML file
- Convert the HTML file to PDF
- Creating the PDF file
For more information, you can refer:
https://www.inspiribytes.com/power-automate/generate-multiple-pages-pdf-in-power-automate/
If you still have some question, please don't hesitate to let me known.
Best Regards,
Link
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution. Really appreciate!