Hello,
We have been trying to use create a service for automatic document signing.
Right now we have two problems:
1) When you sign a document through acrobat, it gives you an option of locking the document. If you do this, on the signature properties you can read something like: "The certifier has specified that no changes are allowed to be made to this document."
Do we have access to any variable that grants control over this behaviour?
2) When signing a pdf with a digital certificate, the signing time includes the time zone for example: "2018/09/11 12:07:20 + 01'00'". Is there any way to retrieve the same format so we can put it on the appearance? (If we just use the signatureField.Signature.Properties.TimeOfSigning.toString(), it does not include the timezone)
I'll be willing to supply any other code necessary.
Thank you in advance.