Copacetic has asked for the wisdom of the Perl Monks concerning the following question:
I have a PDF which doesn't have an index (which I believe is called an "outline"). I'd like to create one for it with links to various pages within the document. I've looked at the PDF::API2::Outline docs but they don't describe the parameters for each function, or include any examples. For instance, I don't know what any of the parameters for new() should be, or how the functions here relate to $otls->outline in PDF::API2.
I haven't posted any code, as there are lots of parameters I could use which don't work.
Any help would be much appreciated.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: PDF::API2::Outline functions
by toolic (Bishop) on May 26, 2017 at 15:28 UTC | |
by Copacetic (Initiate) on May 26, 2017 at 18:23 UTC | |
|
Re: PDF::API2::Outline functions
by Lotus1 (Vicar) on May 26, 2017 at 20:52 UTC | |
|
Re: PDF::API2::Outline functions
by vr (Curate) on May 26, 2017 at 23:12 UTC |