While creating signature field in PDF we added partial name and value for the Signature Field.
SignatureField.value = “Alice”
SignatureField.PartialName = “Sign1”
After using pdfDocument.Sign(“Sign1”, Signature) method, output file is showing all properties, but missing signer’s name.
Digitally Signed By field shows certificate details. How to get “Alice” printed in final PDF?
image.png (6.3 KB)