http://qs1969.pair.com?node_id=1191300


in reply to PDF::API2::Outline functions

I've never used PDF::API2::Outline, but it does have some example code in its tests. For example, http://cpansearch.perl.org/src/SSIMMS/PDF-API2-2.031/t/outline.t

You can always wade through the source code to see what it's doing.

Also: supersearch

Replies are listed 'Best First'.
Re^2: PDF::API2::Outline functions
by Copacetic (Initiate) on May 26, 2017 at 18:23 UTC
    Thanks. That's just what I needed. It's much simpler if you know that PDF::API2::Outlines itself returns an outline, and can just avoid the new() function altogether.