Hi
I am digitally signing a pdf with a PFX file.
When I do this on my local development environment, the signature validates properly.
However when I deploy the code into my production server, the PDF document show this error message:
"there are error in the formatting or information contained in the signature"
we are using c# .net 4.8.
Same signature is used, with the same PDF. the only difference is the server doing the signing.
Can you please instruct how we can solve this?