I’m working in OutSystems Developer Cloud (ODC) and need to implement a digital signature feature.
Here’s what I’ve done so far:
What I need help with:
Any guidance, sample logic, or workaround would be greatly appreciated!
I think it's possible via
1. Capture the signature with your signature pad (usually as a Base64 PNG). Fetch the original PDF (binary) from the database.
2. Pass both (PDF binary + signature image) to a custom JS library or server-side logic that can write on PDFs.
Generate the updated PDF binary, then save back to the database
Can you give you a sample oml, I can try to add js logic to merg the pdf with signature image with position
Hi Amit,Sharing the OML file with you. You can try adding the JavaScript logic to merge the PDF with the signature image at the desired position. Let me know if you need help with the JS integration or positioning. Link - https://drive.google.com/file/d/1xAqDtq52voVxheluhwErE4O0a0qze7Kl/view?usp=drivesdk
Can you share OML here, I am unable to upload it to personal env you given via google drive.
Sure
Hi
UltimatePDF is available for both O11 and ODC and it supports images. Actually what you do with UltimatePDF is that you create a regular screen that is then rendered by the component.
Stefan
Hi ,Can you check https://amitj.outsystemscloud.com/Demo/Signature?_ts=638913883915046187let me know if its expected.
HI @Saeed Ur Rehman
Is this OML working for you?