I have a Power App that grabs a peninput (signature) and creates an HTML file which then converts to PDF. I also have an existing PDF that I essentially want to add this signature to the end of.
So I thought I'd convert the PDF to HTML and somehow concatenate them into one PDF file but it's not quite working for me.
Is there perhaps an easier way to append a PDF to the end of an existing PDF, or to append HTML to the end of an existing HTML file and then convert to PDF?
Ya I ended up using Encodian, but was hoping there was some other way as I don't want to pay $50/mo just to merge pdfs (I will be merging more than 50/mo that the free plan offers).
Encodian has several actions that could help if you want the two files on separate pages:
Merge documents to PDF – Encodian Customer Help
Merge document array to PDF – Encodian Customer Help
If you want to add the signature onto an existing page in the PDF, you could use:
Add Image Watermark to PDF (Advanced) (choose exact location and add signature watermark)
Replace Text with Image (create text signature placeholder)
Add HTML Header or Footer to PDF (add signature into footer)
Sign PDF (add digital certification to PDF and include a picture signature)
Hi @PatrickMcLeanGL , Indeed in PAF you will need either 3rd party connector(license/key) or custom API that you need to develop and host it somewhere and call it from Power Automate.
If the template(PDF) is not complex and you think that you can replicate it word .docx file you can create for a template then convert it as PDF...
regards,
This can be done easily with Power Automate Desktop. It has a built in action to combine two PDF files into a single file. However, I don't think this can be done in Power Automate cloud without using a 3rd party connector that will probably require a separate subscription.