Re: Modifying named destinations
Look at the code in PdfReader.consolidateNamedDestinations(), it will
locate all the destinations.
Thanks. I am able to convert all the NDs into an XML file from the PdfReader class. Programmatically, I end up with a HashList that contains all modified NDs. Now, how do I write it back into a copy of the original file?
Thanks in advance, once again.
s.b.