-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to present validation info with QR code on a "signature information page" appended to document #2617
Comments
Excellent idea! |
To do this I think that will be necessary create a separated document:
We can't change the signed document adding a new page. |
That's too bad. I think a page added to the document would be better, but if it can't be done, a separate document is probably acceptable. Out of curiosity, why is it that you can add a footer with a QR code to the document upon signing, but you can't add a new page? I would think that an edit is an edit. (But I know almost nothing about the PDF format!) |
What I do now to add the qrcodeImagine that we have 2 signers The problem to add a new pageThe page with metadata of all signers need to be added in a new page in the end of document. Possible solutions:
|
I understand the problem now. Looking at the solutions you offered, if option 2 is not practical, I think that both option 1 and option 3 are acceptable. However, I favor option 1 (one extra page per signature) because it keeps the signature information attached to the document. The counterargument is that when a document has 10 signers, then the second signer might get confused when he tries to sign a document with 9 blank pages. Would it be possible to put a slightly different heading at the top of each page? I’m thinking something like: “Signer 1 Signature Details”, “Signer 2 Signature Details”, “Signer 3 Signature Details”, etc. This would allow you to add all the pages you need at once, and make it clear to signers why there are blank pages in the document being signed. (These headings would replace the “Digitally signed by LibreSign” heading in my original proposal.) |
Is your feature request related to a problem? Please describe.
When using the "Add visible footer with signature details" and the "Write QR code on footer with validation URL" options, the footer information and QR code can obscure parts of the document, making that part unreadable. The footer and QR code can also obscure a written signature.
Describe the solution you'd like
I would like a new option that does the following when a document is signed:
Describe alternatives you've considered
N/A
Screenshots
QR code obscuring part of the document, and obscuring the signature:
Files
Mock up of a signed document with a signature information page:
Signature Information Page Example.pdf
Additional context
One advantage of adding this feature is that it would allow a document to be signed several times in sequence. For example, user "Admin" could request a signature from "Signer_1", and then after Signer_1 signed the document, Admin could request another signature from "Signer_2". Since each signature would add a new signature information page to the document, the second signature would not interfere with the first signature (as would currently happen when using the "Add visible footer with signature details" option). This could also act as a temporary workaround that allows two different people who share the same email address to sign a document (until issue #2432 is implemented).
The text was updated successfully, but these errors were encountered: