BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
//Creates a digital signature
PdfSignature signature = new PdfSignature(document, page, pdfCert, "Signature");
//Sets signature information
signature.Bounds = new RectangleF(bounds);
signature.Certificated = true;
signature.DocumentPermissions = PdfCertificationFlags.ForbidChanges; |
//Creates a digital signature
PdfSignature signature = new PdfSignature(document, page, pdfCert, "Signature");
//Sets signature information
signature.Bounds = new RectangleF(bounds);
signature.Certificated = true;
signature.DocumentPermissions = PdfCertificationFlags.AllowFormFill | PdfCertificationFlags.AllowComments; |
I am trying to do this very thing, and I am generating this exception:
System.ArgumentException HResult=0x80070057 Message=The document may contain at most one author signature! Source=Syncfusion.Pdf.Portable StackTrace: at Syncfusion.Pdf.Security.PdfSignature.set_Certificated(Boolean value).....omitted
Hi Tim,
We have tried to reproduce the reported issue, but it is working properly on our end. We suspect that the problem may be due to that document specific.
we request you to share the complete code snippet or modified sample, output document, issue screenshot, product version, environmental details (OS, Bit version, culture settings) to replicate the issue on our end. So that it will be helpful for us.
Regards,
Irfana J.