I would like to set nameddests which are pointing to specific points of a PDF's page (like chapter headings). As far as I understand I could search for strings in the PDF, obtain the page number and position they are found at, however I don't see how to place a nameddest at this position. addNamedDestination only takes integer values for a page number, but no position. Is there a way to work around this? Thanks!