
Announcements
Hi I have a SharePoint list that stores signatures as binary data.
The signature data comes from PowerApps using a pen input.
I want to take that binary data and create a pdf document with the signature on it.
I need to do this without using any premium connectors ( I can't use anything like populate word which is premium).
The process (flow) I have been trying is
Get items from SharePoint
Use a compose action in power automate to create a HTML document.
I then try to insert the signature into the HTML using an expression but it only comes out in it's binary form.
I know I have to convert the binary back to it's image but am stuck.
If I ever get it right then I would then create a file on one drive for business and then use convert in one drive for business to create that PDF.
I can retrieve this signature image from SharePoint and display it correctly in an image control in PowerApps but just cant get it to display in a pdf.
I found one YouTube video from Reza DORRANI that shows the process but that critical part where he explains how the signature is created is kind of skimmed over.
Any help would be appreciated.