Replies: 1 comment 13 replies
-
Hi @Ort0x36, That response string looks like a PEM-encoded PKCS#7/CMS message. So if you "unarmor" it with
|
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the raw signature of the SHA256 hash that I obtain when returning from the API, but I want to know how I can insert it into the PDF and validate it.
Example of request:
Example of response:
How can I add this raw signature to my original document? I was trying with API PdfCMSEmbedder and
in the section about interrupted subscription.
I'm saving my raw signature to a .p7s file. Here is the code I was testing:
Beta Was this translation helpful? Give feedback.
All reactions