When a document is signed by running the sign_doc.rs the information defined in the UserSignatureInfo struct is ignored by acrobat. Instead it takes user information from the certificate instead.
UserSignatureInfo {
user_id: "272".to_owned(),
user_name: "Charlie".to_owned(),
user_email: "charlie@test.com".to_owned(),
user_signature: std::fs::read("./examples/assets/sig1.png").unwrap(),
user_signing_keys: signer.clone(),
}
