PAdES LTA signature got invalid with document lock dictionary
Hi,
I am facing an issue that PAdES-LTA signature gets invalid when document locking dictionary is embedded in the document:
PdfSigFieldLock pdfSigFieldLock = new PdfSigFieldLock();
pdfSigFieldLock.SetDocumentPermissions(PdfSigFieldLock.LockPermissions.NO_CHANGES_ALLOWED);
string[] fieldToLock = new string[] { signingRequest.FieldName };
pdfSigFieldLock.SetFieldLock(PdfSigFieldLock.LockAction.INCLUDE, fieldToLock);
pdfSigner.SetFieldLockDict(pdfSigFieldLock);I found the answer that this bug is at Acrobat's end:
https://stackoverflow.com/questions/66421091/signature-with-document-locking-gets-invalid-in-case-of-pades-part-4/66422552#66422552
Could any one comment any suggested solution or have information that is this issue is fixed at Adobe end or not.
Regards,
Muddassir Awan
