Copy link to clipboard
Copied
Copy link to clipboard
Copied
Found it:
a. WIN XP
C:\Documents and Settings\Administrator\Application Data\Adobe\Acrobat \9.0\JavaScriptsb. WIN VISTA
C:\Users\USERNAME\AppData\Roaming\Adobe\Acrobat\9.0\JavaScriptsc. MAC OSX
/Users/YOURUSER/Library/Application Support/Adobe/Acrobat/9.0_x86/ JavaScripts
Copy link to clipboard
Copied
For some reason this path wasn't working for me. Has this changed in the last 13 years perhaps? Thanks!
Copy link to clipboard
Copied
Yes. It's:
C:\Program Files\Adobe\Acrobat <VERSION NUMBER>\Acrobat\JavaScripts
Or:
C:\Program Files (x86)\Adobe\Acrobat <VERSION NUMBER>\Acrobat\JavaScripts
Copy link to clipboard
Copied
I was able to get this to work in Acrobat Pro X for Mac by changing the following. Acrobat 10 did not have a drop down menu called "Document."
app.addMenuItem({ cName: "Reverse", cParent: "Document", cExec: "PPReversePages();", cEnable: "event.rc = (event.target != null);", nPos: 0
to
app.addMenuItem({ cName: "Reverse", cParent: "View", cExec: "PPReversePages();", cEnable: "event.rc = (event.target != null);", nPos: 0
Copy link to clipboard
Copied
how does one "add" this script to the Javascripts folder??
Copy link to clipboard
Copied
Create a .js file with that code and save it there.
Copy link to clipboard
Copied
loovely
Copy link to clipboard
Copied
It's been a year-and-a-half since this script was first posted, but it proved to be EXACTLY what I needed today. Thank you so much!
Copy link to clipboard
Copied
Here's a lo fi, non script method of printing reverse. You basically create a whole new pdf, the but the process shouldn't take more than 5 minutes. Extract all the pages in the document to somewhere you can find them. Be sure to add 0's before the extracted page numbers 1 through 9, this will keep them in order for the next step. Now go to File> Combine> Merge files into a Single PDF... Either find the extracted files in "Add Files..." or simply drag them into the window. Now click the "Name" tab on the top left and this will reverse the order of the pages. Press "Combine Files" and now you have a pdf in reversed order you can print. Hope that helps
Copy link to clipboard
Copied
superb!!!!!!........it worked.................
Copy link to clipboard
Copied
I'm having the same problem, and I can hardly make sense of the advice you've been given, so I'm just going to tell the recipient of my document to reverse the pages themself. That this is an advanced command that requires the use of scripts seems completely absurd to me, and just reinforces my total lack of interest in updating my old software. I have the trial version of Adobe Acrobat Pro X at the moment and as soon as I can go back to my dinosaur software (and get my serial codes, etc, since I'm traveling), I'll do so. Advanced functions are great, but it's really frustrating that the user side isn't taken into consideration more in the process of updating software.
Copy link to clipboard
Copied
how i can use it in acrobat x in windows 7 64bit?
ich copied the scipt to C:\Program Files\Adobe\Acrobat 10.0\Acrobat\Javascripts an edited
app.addMenuItem({ cName: "Reverse", cParent: "Document", cExec: "PPReversePages();", cEnable: "event.rc = (event.target != null);", nPos: 0
to
app.addMenuItem({ cName: "Reverse", cParent: "View", cExec: "PPReversePages();", cEnable: "event.rc = (event.target != null);", nPos: 0
i tried too, to find the folder "C:\Users\USERNAME\AppData\Roaming\Adobe\Acrobat\10.0\JavaScripts" but the folder "JavaScripts" doesn't exist in C:\Users\USERNAME\AppData\Roaming\Adobe\Acrobat\10.0\
i created the folder an copied the script, but it still doesn't works.
regards
Flocci
Copy link to clipboard
Copied
This is an unreasonable (stupid is a better adjective) Adobe programming error which should be addressed by an Adobe automatic update. To date, Adobe is forcing its customers to waste a lot of valuable time attempting to seek a solution to this reverse page order problem. My situation: I converted a numbered 10-page Office 2007 Word document to an AA 9 Pro Extended PDF file, which produced all pages in reverse order. My fix: Print the PDF file again to a new PDF file, selecting "Reverse pages" in the print dialog box (this option was not available when first printing/converting the Word file to a PDF file). Result: reversed pages converted back to the correct page order.
Copy link to clipboard
Copied
Thanks so much, a huge help in a 38 page pdf
Copy link to clipboard
Copied
Hi,
for Acrobat X users : http://acrobatusers.com/content/reverse-page-order-0
Copy link to clipboard
Copied
Acrobat Pro cs4 9.5 Open multipage pdf, highlight pages, all pages in left bar using control A.
This is so strange. Go to Documents in top horizontal bar select and view drop down.
You will see Header, Split Pages then Reverse. In an act of terror and fragile hope I hit Reverse.
It didn't say Reverse Page Order, but what else could it mean. It worked for me.
Slick as can be it reversed the order of my 395 page document.
Copy link to clipboard
Copied
This doesn't exist in later versions of Acrobat.
Copy link to clipboard
Copied
Of course you would want to reverse pages. When you have an auto feed scanner that does not do two sided pages, and one set comes out in reverse order.