Let's take a step back. What version of PDFBox are you using?

On Thu, May 16, 2019 at 12:17 PM Евгений Король <[email protected]> wrote:

> Or maybe how to get PDAnnotationLink from page?
>
> чт, 16 мая 2019 г. в 15:10, Евгений Король <[email protected]>:
> >
> > I I have not found method getDestination. What objects have this methods?
> >
> > чт, 16 мая 2019 г. в 15:07, Gilad Denneboom <[email protected]>:
> > >
> > > 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]
> > > >
> > > >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to