TPPDF icon indicating copy to clipboard operation
TPPDF copied to clipboard

Added features to hyperlink other pdf pages

Open delmarz opened this issue 4 years ago • 3 comments

Currently in the sample project it has only hyperlink to the url not the actual pdf pages.

delmarz avatar Aug 11 '20 11:08 delmarz

Hi there,

do you mean we should add support for element anchors? so e.g. the table of contents link to the page?

philprime avatar Sep 23 '20 08:09 philprime

Yes that's right. Is it possible? thanks

delmarz avatar Sep 24 '20 01:09 delmarz

It would take some research to figure out how page-link-urls work in PDFs, maybe they need a special format and work out of the box. Otherwise we are using CoreGraphics as the main engine, and it should support it somehow

Can you look into it?

philprime avatar Sep 25 '20 07:09 philprime