Page 1 of 1
Getting links from a page
Posted: Wed Oct 24, 2018 4:48 pm
by jPV
Is there a way to get links (to another page, URLs, etc) from a PDF page when reading it? If not, could for example pdf.GetBrush return a table containing link coordinates and destinations from that page?
Re: Getting links from a page
Posted: Fri Oct 26, 2018 11:06 pm
by airsoftsoftwair
Yes, should be possible to add. I'll see what I can do.
Re: Getting links from a page
Posted: Fri May 17, 2019 6:37 pm
by airsoftsoftwair
Code: Select all
- New: Added optional argument to pdf.GetBrush(); if this is set to TRUE, pdf.GetBrush() will return
an additional table that contains a collection of all links in the page; the table will contain
information about the position, type, and target of each link in the page