Is it possible to get the created signatures in an image format?
Once a user signs a document I would like to essentially list their signatures at the top of the webpage showing each signature (as an image) and the exact time it was created.
Essentially is it possible to get the signature objects, and show them as images outside of PDFJS express so I can give my users a history with images of each signature being placed.
Is there a way to increase the resolution of the image?
My plan was to double the height and width, then draw it to the canvas then reset it back to the original state.
But for example when I add a stamp, and increase the Height and Width programmatically it will resize to fill properly but when I change a signature Height and Width programmatically it will not resize properly.
As you can see it doesn’t fill in the whole resized annotation, doing this on a stamp will fill it in though.