in reply to insert named destination in pdf
insert the named destination
such as? And why would you want to do that, as opposed to unnamed destination? The "name" in "named" in context of PDF structure is to achieve indirection rarely needed for ordinary purposes. This class is misnomer, PDF::API2 doesn't seem to know what's called "Named Destinations" in the Reference. If you do (and really need it), then you can add low-level objects yourself for that. PDF::API2 has a bit higher level than usual of semi-implemented stuff; including class in question. You can add links to unnamed destinations using PDF::API2::Annotation or PDF::API2::Outline, see their POD.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: insert named destination in pdf
by sdutky (Initiate) on Feb 10, 2023 at 22:37 UTC | |
by Bod (Parson) on Feb 10, 2023 at 23:55 UTC | |
by sdutky (Initiate) on Feb 11, 2023 at 19:12 UTC | |
by Anonymous Monk on Feb 11, 2023 at 07:42 UTC |