Great video by Reza shows the ability to create pdf from screen (works great), but would like to create and have the option to send pdf email to user (clicking on icon). Reza shows on the video how he does it with a Gallery (send pdf to email), but this show for gallery, but i need it for the screen
my code that is not working, and i think because its missing the creation of the PDF from the screen.
Office365Outlook.SendEmailV2(User().Email,"Subject","Body of Email",{Attachements:Table({Name:"PDF Timesheet.pdf",ContentBytes:PDF(myscreen)})})
has anyone figured this out?
or possibly the option to print from the pdf viewer?