You don't need to access the COS object directly. The link object can have either an Action or a Destination which jumps to another page. So you can access getAction and if it's null access getDestination and then parse it further to see what kind of PDDestinationOrAction object it returns, and what it does.
On Thu, May 16, 2019 at 11:40 AM Евгений Король <[email protected]> wrote: > Hello. I try to get information from Link Annotation of pdf file. How > do I know which page link links to? I tried get getCOSObject from > annotation and parse it for Dest to get page. Perhaps this can be done > easier? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

