I inserted two pages from another pdf file and created a bookmark. However when I look at the page numbers in the bookmark section, they do not correspond to the actual numbers displayed as I view the file. I went to the options for page numbering and selected the numbering correctly, still the page numbers are differnt than bookmark page numbers.. How do I fix that so the bookmark page numbers are the same as the document page numbers are.
Thank You for any help in this matter
If so, then you or someone may have changed the displayed page numbering. The displayed numbering allows for a number of ways to modify the displayed page number. This is done so the displayed page number matches the page number on the displayed page. But JavaScript still uses the actual page number of the page within the PDF and not the displayed page number. And if you were to write some JavaScript to goto a page, the value used for the page number in JavaScript is based on the 1st physical page starting at page 0 and not page 1.
George Kaiser