Thank you! We have manage to create a windows application that sign the document and send it to the web.
My question is how can I add a button to the "SfPdfViewerServer" Toolbar with a label "My signature", and when the user click on it it will be able to draw a rectangle on a pdf page and after that an event will fired like "mouseup", and retrieve the x,y,w,h of the rectangle.
We have created something custom but in this context does not work.
Thank you!