Hi There,
I am merging and then signing document.
If I save document via doc.Save(path & “_signedl.pdf”, docOptions). It displays valid signature and everything is OK.
The problem is when I “save” document to the browser. This way it invalidates signature.
(doc.Save(Response, “signed.pdf”, Aspose.Words.ContentDisposition.Attachment, docOptions)
That is a problem…Do you have a solution?
(see screenshots)
Thanks!
Hi Pierre,
- Input Word document you’re this problem with.
- Digital signature file you’re signing this document with.
- Output PDF files which show the valid and invalid signatures.
- Please create a standalone runnable simple web application that helps us reproduce your problem on our end and attach it here for testing.
I understand now that the issue occurs when I have Telerik’s ajax controls on the page. It works fine when no 3rd party controls are present… I should bring this to Telerik to get more information.
Do you have any records of other customer experiencing the same issue?
Thanks!
Hi Pierre,