I want to renumber the pages in the navigation pane of Adobe Acrobat X using a script. There are only a limited number of numbering styles available in the page numbering options, as follows:
1, 2, 3,...
i, ii, iii,...
I, II, III,...
a, b, c,...
A, B, C,...
See image for how the option window looks.
[not enough reputation to post images]
However, I want to have "n, n-1, n-2, n-3,..." where n is the total number of pages or a custom number.
So, for example, if my document is 100 pages and the pages are currently numbered 1, 2, 3, 4...98, 99, 100 I want to be able to renumber them as 1, 2, 3, 100, 99, 98...6, 5, 4. This is to accommodate for languages with different reading directions (LTR and RTL) in the same document.
Other than manually correcting the page numbers in the navigation pane, is there a way to do want I want using a script in the JavaScript Debugger Console?