Is there a way to read invalid digital signatures in a PDF file using VBA code?
I'm trying to verify existence of digital signatures (validated or not) in a PDF file using VBA code. Thanks to thread 2214538, I have code to do that. I have two issues.
1) I have to wrapper the call to "jso.getField(f).SignatureInfo.Name" if the signature field is blank otherwise VBA throws error 438 - "...doesn't support property"
While I have a solution to this issue, I'm just curious to why this happens. I assume because there is no signature object?
2) I have a PDF file where I can visually see the digital signatures but my code reports the fields as blank. I do notice that they are not validated in Acrobat Pro (no blue bar across the top).
Is there a way to read invalid digital signatures in a PDF file using VBA code?
