i have a problem to get a signature contents of PDF Document at swift.
in this case, i want to get a signature content and then hash it with SHA256 (my server will digitally signed this hash value, and i'll embedded it to original PDF Document)
in Java with iText library, there is a function (getAcroFields and getSignatureDictionary) how about swift?
how to solved this issue, thanks