in reply to pdf::api2 how to use NamedDestination

??? You use ->named_destination() for internal links, you use ->url() for external ones
  • Comment on Re: pdf::api2 how to use NamedDestination

Replies are listed 'Best First'.
Re^2: pdf::api2 how to use NamedDestination
by bertigo (Novice) on Oct 05, 2008 at 06:45 UTC
    So url is the good method to use. But, to be clear, I want to create a content index so people viewing the pdf can click in the index and go straight to the relative pdf file. With Html such a problem is quite easy. But using this module, it's a not clear for me and I don't find any sample using url or namedDestination methods. Thanks for any help