Hi,
Participating the ETSI PAdES plugtests using PDFBox I'm now trying to verify the correctness of the ByteRange of a PDF signature. I already managed to get the offset of the signature dictionary via COSDocument.getXrefTable(). But now I would need to be able to find the exact location of the Contents direct dictionary entry to be able to compare its location against the values given in the ByteRange.
Could someone point me in the right direction here? Kind Regards, Frank.

