Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi monks, I need to find the links in the PDF file and migrate the link properties like open with new page. I try to use PDF::Reuse & PDF::Reuse::Util. But these modules are used to create new pdf with link.

How to find and change the properties of link in the PDF file?

Help me with sample code. Thanks in Advance

Replies are listed 'Best First'.
Re: PDF Links
by jdtoronto (Prior) on Apr 11, 2006 at 05:57 UTC
    Probably the 600 pund Gorilla of PDF modules: PDF::API2. I am using it for adding to a pdf file, but I think it can read pretty much all the structure of the file for you. Gold luck with the documentation, however.

    jdtoronto