Password to Unlock Document Signed in OneSpan
Wednesday, February 23, 2022 at 03:53pmIs there any way to get the password to unlock a file that has been signed in OneSpan? Our users sometimes need to edit the document in Adobe after it has been signed. I have seen a couple other similar questions here, but no definitive answer on whether or not that is possible.
Reply to: Password to Unlock Document Signed in OneSpan
Thursday, February 24, 2022 at 08:28amHi luke.falke,
If you need to further edit the signed document, for example to reorganize the pages, you can choose to download the flattened version via this API:
GET /api/packages/{packageId}/documents/{documentId}/pdf?flatten=true
Alternatively, there are many third-party PDF libraries out there which allows to remove the security restriction. But please be aware that if an active document has been edited, it breaks the tamper seal and invalidates the document.
You could also refer to my blog Active vs Flatten Documents for more information.
Duo
Reply to: Password to Unlock Document Signed in OneSpan
Tuesday, March 1, 2022 at 08:36amHi Duo, thank you for the response. If the original document had editable fields, is the field information lost during the signature process? If I download the flattened version or remove the security with a 3rd party tool, can the editable fields be restored, or do you have to insert a text box or something if you need to edit the document?
Reply to: Password to Unlock Document Signed in OneSpan
Tuesday, March 1, 2022 at 08:52amHi Luke,
From what I understood, flattened PDF will remove all the fields as it's just an image like copy of your signed documents, whereas the active version should still keep the form field information (e.g. size, form field name).
Duo