Ask a Question related to Adobe Acrobat Windows, Design and Development.
-
Jacque_Grossman@adobeforums.com #1
Reverse Page Order
I have a 25 page pdf document that is in the wrong order. What is the best way to reverse this order? Thank you.
Jacque_Grossman@adobeforums.com Guest
-
sw parameters in reverse order
We have several shockwave objects built into our learning management application. These objects use ini files to display user relevant learning... -
How can I - Reverse Page Order? Delete all odd pages?
I have documents that need to be archived, unfortunately the laser printer makes then curl so I can't scan them as simplex through the ADF. I can get... -
php/mysql query insert values into enters the records in reverse order
I'm loading tab delimited lines from a txt file using php and running a query for each line to enter the data into a mysql database. However the... -
Adobe Prints the Page in Reverse When Pages Are Rotated
Our company is using Acrobat 5.0 and everything runs smoothly until we try to rotate pages and print them on our HP 2300 printer. After rotating the... -
Reverse Order?
I read a text file into HTML for viewing through a webpage, fairly straight forward. Open (INFILE, "<filename.txt") || die "Error opening... -
Dorian_Grey@adobeforums.com #2
Re: Reverse Page Order
The quickest way would be to drag these pages around in the Pages pane.
Dorian_Grey@adobeforums.com Guest
-
Jacque_Grossman@adobeforums.com #3
Re: Reverse Page Order
That's the only way I know how, but it's not a very quick or easy method. So, there's no other way to do this?
Jacque_Grossman@adobeforums.com Guest
-
W_T_Allen@adobeforums.com #4
Re: Reverse Page Order
You could use pdftk to explode it into individual pages and then reorder it.
I can't imagine any method that would be quicker or easier than re-arranding via the "Pages" pane, especially for such a small document.
W_T_Allen@adobeforums.com Guest
-
Jacque_Grossman@adobeforums.com #5
Re: Reverse Page Order
Thanks, I wasn't aware of that program. But, yes I suppose you're right - manual drag and drop is the way to go here.
Jacque_Grossman@adobeforums.com Guest
-
Reinhard_Franke@adobeforums.com #6
Re: Reverse Page Order
Here a Java Script that will arrange pages reverse. You may execute it via JS-Console.
for (i=this.numPages-1;i>=0;i--)
this.movePage(i);
HTH, Reinhard
Reinhard_Franke@adobeforums.com Guest
-
roog123@adobeforums.com #7
Re: Reverse Page Order
Reinhard script works, but there is an even easier method:
Print the document using the distiller or PDF writer, and check the "reverse pages" checkbox in the print dialog box (right top). Problem solved...
Rogier
roog123@adobeforums.com Guest
-
Jacque_Grossman@adobeforums.com #8
Re: Reverse Page Order
I tried the Java Script and it's quite possible I did something wrong as I know nothing about this, but the Java Script editor box popped up with "syntax error": missing (before formal parameters 0: (null) at line 1. I had clicked on Advanced>JavaScript>Document JavaScripts and typed in exactly as Reinhard did.
I sure liked Rogier's suggestion, and it did reverse the pages, but I had a few pages that were custom sized, and in doing this, it made them all uniform. Also, buttons are flattened to the artwork in the new file.
Jacque_Grossman@adobeforums.com Guest
-
Deosaran@adobeforums.com #9
Re: Reverse Page Order
The quickest and cleanest way to reverse the page order is as follows:
1. Open the PDF file to be amended
2. Click on FILE...PRINT..
3. Check the REVERSE PAGES Box
4. Select Acrobat Distiller as the Printer
5. Click OK and save as a new Filename
6. Open the new file and the page order will have been reversed
Deosaran@adobeforums.com Guest



Reply With Quote

