I'm trying to validate a pades signature, but with warnings, like in adobe reader (There have been subsequent changes...). I can validate integrity of signature, but how to check if annotation has been added after signing the document? I can list Annotations from pdf, like:
/Annots[8 0 R 27 0 R 41 0 R]
It shows: Signature (8 0 R), Annotation (27 0 R), and another Signature (41 0 R).
If I understand it right, sequence of first numbers (8, 27, 41) represents the order in which they were placed in pdf. Or maybe I'm wrong? If it is true, how to get annotations values and their properties?