I am using https://www.pdftron.com/ for digital signing of pdf documents together with Angular v10. They have really good documentation so I managed to do almost everything I wanted.
The only thing that bothers me is that I cannot export signature as an image when using drawing method. Here is the signature tool that the library offers https://www.pdftron.com/documentation/web/guides/signature-tool/. For the other available methods, exporting signature as an image is really straightforward as annot
field of the annotation
has image
property.
The Drawing method returns FreeHandAnnotation ( https://www.pdftron.com/api/web/Annotations.FreeHandAnnotation.html ) object.
Is it even possible to export this as an image ?