Digitally Sign and Verify Pdf Document using itextSharp 5.3.3
问题 I am trying to digitally sign and Verify pdf documents on server(c#) using iTextSharp 5.3.3. I have generated .Pfx file using DigiSign(Online tool) and then using windows to generate the certificate(.cer) file /// <summary> /// Signs a PDF document using iTextSharp library /// </summary> /// <param name="sourceDocument">The path of the source pdf document which is to be signed</param> /// <param name="destinationPath">The path at which the signed pdf document should be generated</param> ///