Hi Syed,
It is possible to load the images into the signature tool!
There are two methods to adding signatures as there are two different APIs for this. They are both found on the
SignatureCreateTool returned by
getTool. The first and recommended option is to use
importSignatures which takes an array of strings (base64) or an array of array points:
https://www.pdftron.com/api/web/Tools.SignatureCreateTool.html#importSignatures__anchor. I recommend this option as it is more direct. The second option is to create the SignatureAnnotation/FreeHandAnnotation manually and use
saveSignatures method to add them.
Let me know if this helps!
Andy Huang
Software Developer
PDFTron Systems Inc.