We have used ghostscript to generate PDF files using postscript files created by our system services for years. Currently if three topics are bookmarked for a singled page all three bookmarks point to the top of the page.
We have been asked to have the bookmarks open the page and position the viewer at the location where the topic originates on the page. My understanding is that bookmarks in the postscript file as shown should provide this functionality. Topic 1 should be at the top of the 14" page and Topic 2 should be near the bottom.
[ /Page 1 /Count -1 /Title (Topic 1) /VIEW [/XYZ 0 1008 0] /OUT pdfmark
[ /Title (Topic 2) /VIEW [/XYZ 0 55 0] /OUT pdfmark
However both bookmarks position at the top of the page.
I have attached the actual postscript file and a command file containing the actual ghostscript commands used to generate the PDF.
Postscript file Ghostscript command fileu
Any help appreciated.