I define bookmarks in word and convert the file to PDF. while accessing via http://www.websitename/file.pdf#nameddest=summary <http://www.websitename/file.pdf#nameddest=summary> (for e.g.) acrobat reader shows the first page and not the page with the bookmark.
the access via http://www.websitename/file.pdf#page=3 <http://www.websitename/file.pdf#page=3> is ok.
what can I do to access via destname?
Bookmarks in Word are different from bookmarks in Acrobat. You need to create named destinations in your PDF in order for your links to work.
Jeanie
(Actually, my search just didn't. So here's an example:
{ PRINT \p page "[ /Dest /destname /View [ /Fit ] /DEST pdfmark" }
For more information, read the Acrobat PDFmark Guide or/and Thomas Merz chapter on pdfmarks from Web Publishing with Acrobat/PDF, which is available at www.pdflib.com).