I don't want to use the OneDrive for business app to convert html to pdf, I want everything done on SharePoint.
That being said, I have an app that requires users to read a contract (uploaded to my app as jpg) and then sign it. They also put their name, company name, email etc which gets added to a SP List.
I want to capture their signature from my pen input, append it to the current contract, and store that in the SP list along with their name, email etc.
I'm able to capture the signature and output it as an HTML file, but I'm having trouble converting it to PDF and adding to an existing PDF file in power automate.
Is there a way to convert the signature and the existing contract PDF data to BASE64 or Binary or something and add them together and then create a PDF?