Digitally Signed PDF using Signature Fields - Missing Signer's name in output

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)

@asposeEnthusiast

Would you please share the complete code snippet and a sample file for our reference? We will test the scenario in our environment and address it accordingly.