C# - Tool for signing a PDF document

Asked

Viewed 412 times

0

I need a tool that allows a person to sign a PDF document at a particular location of the document, does anyone have any tips? But you have to allow it to do this internally in my application, tools like Adobe Sign, which use Cloud for this cannot be (is a requirement).

Basically the answer is in the middle of the process will open a PDF on a tablet the person reads and signs as if it were a paper.

Thank you

  • So this implementation I made and exactly using the iTextSharp generated a PDF with the field in rectangle for signature but then I wanted to be able to sign on a tablet for example inside this rectangle.

  • I’m not familiar with C# or its libraries, but you can also generate an image of the page you want to sign and use a canvas to draw on it.

  • It may be a possibility, thank you.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.