-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
Description
I have a document with an e-signature that is not showing up in the pdf.js viewer. The document used zipLogix Digital Ink as their e-signature provider. The document is uploaded into our application with the signature in place, but viewing the document in our app doesn't show the signature. Subsequently downloading the document again confirms the signature wasn't lost in the upload process.
*Note: I'm working on obtaining a document with the same characteristics that does not contain sensitive data.
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
timvandermeij commentedon May 6, 2014
@StevenHarlow Thank you; we will definitely need an example PDF to look into the issue.
timvandermeij commentedon May 9, 2014
I'm closing this issue for now and we will reopen this when we have an example PDF to test with.
ashrafulkarim commentedon Sep 9, 2014
I have the same issue. The signature is not show in the viewer. Is the problem solved?
Here is a signed pdf,
https://dl.dropboxusercontent.com/u/5681461/dev/test-signature.pdf
This signed is not verified. But even with a verified valid signature, the signature field is not shown in the pdf.js viewer.
Osukaru commentedon Dec 11, 2015
I have the same issue. In my case, the problem is only with invalid signatures. I have a pdf document with two signatures (one is valid and another one is invalid). In others pdf viewers I can see the two signatures impressed on the document, but in pdf.js I cannot. I'm sorry, I can't attach the sample document because it contains client confidential data.
EDITED: It seems that the problem is not only with invalid signatures, in my case the valid signature is a invisible sign.
Osukaru commentedon Dec 11, 2015
I think simply this functionality is not implemented:
https://github.com/mozilla/pdf.js/blob/master/src/core/annotation.js#L527
If I remove these lines I can see the signature impressed on my document. In the case of the issue attached pdf (https://dl.dropboxusercontent.com/u/5681461/dev/test-signature.pdf) I can see the signature but it appears inversed rotate:
THausherr commentedon Dec 11, 2015
Visible Signature widgets usually have an appearance stream just like most other annotations, and this one has it. The flipping may be a duplicate of #5946.
THausherr commentedon Dec 28, 2015
Flipping problem is solved now thatt #5946 is solved.
20 remaining items
hxlniada commentedon Jul 26, 2019
since three years ago... any progress?
hxlniada commentedon Jul 26, 2019
@yurydelendik pdf.js is just a viewer, Is not verifying digital signature too ambiguous? I can't understand why you do so much.
Vytek commentedon Jul 31, 2019
@hxlniada I think it is very important at least to show widget signature (Graphic Signature) also without verify signature.
robinblandford-d4h commentedon Jul 31, 2019
We would also just like to see it. To say "unverified" is fine.
zhengyuewen commentedon Aug 19, 2019
电子签章没显示是为什么?
rmhrisk commentedon Aug 19, 2019
因为PDF.js不支持数字签名。 查看https://verify.ink。 如果您要进行翻译,我们可以使用它来支持中文。
rmhrisk commentedon Aug 19, 2019
If you need digital signature support we created a web component and iframe wrapping our viewer that does support this. See https://verify.ink
timvandermeij commentedon Sep 6, 2020
Closing since this is a duplicate of #1076.
rmhrisk commentedon Jan 27, 2021
Contact info@hancock.ink for more information
nullhan commentedon May 18, 2022
I have the same problem,After a couple of rounds, people just told me to comment the following code without telling me why,
// _this3.setFlags(_util.AnnotationFlag.HIDDEN);
invisibleved commentedon Jun 13, 2024
Thank you, you saved my day