-
-
Notifications
You must be signed in to change notification settings - Fork 423
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
can't now show digital signature PKCS#7 #828
Comments
but when use this plugin https://www.npmjs.com/package/react-pdf the watermark is show. sadly this plugin is for react. my app use angular |
this because the pdf signed with format PKCS#7. this plugin not show it |
Greetings @sabardotnet! This library uses Mozilla's PDF.js v2.7.570 underneath to render the files. Until v2.9.359, PDF.js didn't show digital signature widgets. I've sent a PR updating it to the latest version, but for now, you have to implement a small 'fix'. Please, see my comment on the issue #810, where I explain a 'fix' used to render the signature while PDF.js's version isn't updated. Cheers! |
Any update on this? I saw that the PR has conflicts |
Hey @sebalr ! Actually, my PR updating PDF.js to 2.11.338 was merged! It'll be available in ng2-pdf-viewer's next release! |
Can we close this? 7.0.2 was released, did it fix this issue? |
Hello, I am using |
my program generate a watermark or image signed. show in chrome or other pdf application the watermark is visible. but when show in ng2-pdf-viewer the watermark is not visible.
this is the pdf file : https://drive.google.com/file/d/1QR6JJHe8zMmgImeOKUEgplv0fIAwNn8L/view?usp=sharing
thanks for answering
The text was updated successfully, but these errors were encountered: