Add signature image on PDF without digitally signing it using iTextSharp
问题 I am using iTextSharp to work with PDFs. I want to add signature image to Signature field without digitally signing the document (without any involvement of certificate). Is it possible? I am able to work with digital signing but I also want to just add signature image on signature field without any use of certificates. UPDATE: Write now I have following code. // Set PDF Reader and PDF Stamper PdfReader reader = new PdfReader(sourceDocument); // File stream where PDF will write FileStream