Retrieve signed data to verify the digital signature using endesive #2135
Answered
by
JorjMcKie
MallRoy
asked this question in
Looking for help
-
Is there a way to retrieve signed data using pymupdf and verify the digital signature using endesive. Sample verification code can be found at https://github.com/m32/endesive/blob/master/endesive/pdf/verify.py |
Beta Was this translation helpful? Give feedback.
Answered by
JorjMcKie
Dec 16, 2022
Replies: 1 comment 2 replies
-
This feature is currently not supported in PyMuPDF. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
MallRoy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This feature is currently not supported in PyMuPDF.
But you can locate the respective data - very much like endesive - using PyMuPDF's low-level API.
A draft for the approach can be found in #2078.