How to Reverse Page Order in Acrobat Pro 9
Copy link to clipboard
Copied
I thought this would be an easy thing to do in Acrobat but so far I am finding it is not.
I am creating a PDF from multiple files, they are jpegs, and I am dragging and dropping them into the "combine files" window in the order I want them to be displayed. However Acrobat reverses this order as you put them in and then gives you no chance to switch the order. It gives you the option to move the order one by one (which is nearly impossible when the jpeg titles are img1824, img1623, etc.) so they other option is to add the files I want backwards, which my brain can not do, I like to work forwards, not backwards nor should I have to.
So once I create this backwards PDF, isn't there a way to just reverse the order of the pages? any help is appreciated.
e~
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
All, for those who are not familiar with writing Javascript, I'm putting links here so you can download the file for Mac:
Unzipped file | ZIP file of same
My copy of the script places the Menu item under Edit. I feel that this is better place to put it, because you are not just changing the view of the pages, you are actually changing their physical order in the document.
I've tested this on the 2024 version of Acrobat Pro and it still works.
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
Acrobate du PDF, InDesigner et Photoshoptographe
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.


-
- 1
- 2