Hello Support,
I'm working on an application that requires the signature pad.
the application I am building is based on your aspnet.core example, and most aspects are working. It allows users to complete a survey and other users to review and comment on the survey results on the same form.
The final interaction is the initial user to sign the form online.
For this I am using the signature pad.
1 Although my survey accepts the signature and the signature data is received at the back-end, when I repopulate the survey data for review, received at the client, the signature is not re popupulated when I display the survey.
2 after completing the survey, the user can save the survey as pdf. The signature is not shown on the PDF.
I have copied a link to a plunker for you to review item 2. Item 1 is working from here, so I need to revisit my code …