-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I have no issue but little recommendations.
First Thank you very much for what you did and that you shared it.
I would like to learn how to do this.
But you saved me a lot of headache. I am using a power app in embedded sharepoint to convert a text file in html and add some formatting.
To print the file, I needed to save it in sharepoint with a flow and then launch the webpage so it will be downloaded to the user browser and then he could click on print.
With that component, the user only need to click on print and select the printer. I don't need a flow to save the file anymore and it's so much better in term of user experience.
I am not printing a table and my css is already in the html format and it works really fine.
Recommendations :
- Add modern look to the button, like Border Radius, Fill, Border color, etc...
- Be able to launch the print without requiring a button click. Or be able to do something else with "OnSelect" before and/or after clicking the button.
Thank you very much !