使用iTExt 5.3获取pdf签名
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用iTExt 5.3获取pdf签名相关的知识,希望对你有一定的参考价值。
This is a code snippet that retrieves the signatures from a pdf document and the reason for them. It does that in approximately 200ms for one signature.
PdfReader reader = new PdfReader("c:\sss.pdf"); AcroFields fields = reader.getAcroFields(); PdfDictionary sig = fields.getSignatureDictionary(signame); }
以上是关于使用iTExt 5.3获取pdf签名的主要内容,如果未能解决你的问题,请参考以下文章