Hi all

I received a request about PDF Clown's support of named destinations, so I publish my answer here in case someone else might be interested.

PDF Clown supports named destinations through the NamedDestinations class [1], although its current (0.0.7) version (work in progress!) implements only the access to *existing* entries (I have still to define the key-ordering algorithm in its base class (NameTree [2])). Nonetheless, I'm willing to add support to the *addition* of named destinations too.

To reach a document's named destinations, follow this path:
file.Document.Names.Destinations

bye
Stefano

[1]
http://clown.sourceforge.net/API/it/stefanochizzolini/clown/documents/NamedDestinations.html
[2]
http://clown.sourceforge.net/API/it/stefanochizzolini/clown/objects/NameTree.html