iText verify integrity of a pdf in java
问题 My web server generates a pdf, signs it, and give it to the client. The client sign it multiple times (with different tokens using Adobe Pro) and then upload it back to the server. I want the server to verify if it is the pdf that was previously generated by the server. I read that the hash is changed when multiple signatures are applied. How can do this verification easily with iText ? 回答1: Multiple integrated signatures in the same PDF are applied by means of incremental updates if done