Made by CMC ATI
The library supports creating a drag-and-drop frame for digital signatures to place in PDF documents, displaying images and information of digital signatures, changing the size of signature frames and signature information.
npm install cmcati-drag-drop-signature
There's an example component, but it isn't yet part of your application. You can either add the example component to your application or copy the relevant line to your HTML template:
<lib-CmcAtiDragDropSignature
#draggable
[config]="config"
[pdf]="pdfViewer"
[data]="filePdfForView?.signatures"
>
</lib-CmcAtiDragDropSignature>