Hi,
I am newbie for this pdf library. Is there best way to test sign pdf funtionality. I do not have Certificate file.Is that possible that, Aspose give us temp certificate file for test.
Suggestion :
Sign Method : does not allow us for signature Name :
Sign(int page, string SigReason, string SigContact, string SigLocation, bool visible, System.Drawing.Rectangle annotRect, Signature sig);
I can use following method but it does not have Rectangle property.
Sign(string SigName, string SigReason, string SigContact, string SigLocation, Signature sig);