making an image box in Razor page

Anjali Agarwal 1,531 Reputation points
2023-03-23T04:44:53.9833333+00:00

I want to make an image box on my razor page so that users can type or sign their name in that box. I want something like adobe acrobat offers. below is the screen shot:

User's image

How can I achieve this.

Developer technologies | ASP.NET | ASP.NET Core
{count} votes

2 answers

Sort by: Most helpful
  1. Ali Benchaaban 85 Reputation points
    2023-03-24T10:57:33.91+00:00

    Hello @Anjali Agarwal,
    In this link you wil find a demo from signaturePad github repo : https://thread-pond.github.io/signature-pad/examples/accept-signature.html
    i think this what are you looking for.

    the implementation in this link : https://github.com/thread-pond/signature-pad/blob/main/examples/accept-signature.html

    if you will find any problems implemeting the code with razor pages let me know.

    BENCHAABAN Ali

    1 person found this answer helpful.

  2. Bruce (SqlWork.com) 77,766 Reputation points Volunteer Moderator
    2023-03-23T17:54:17.2833333+00:00

    there are many javascript signature libraries. google "javascript signature library"

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.