Copy link to clipboard
Copied
We want to accomplish the flow of Hebrew pagination in Acrobat Two Page View. For example, we want the even numbred page to be on the left and the odd numbered page on the right, that is, page 8 on the left and page 7 on the right.
Copy link to clipboard
Copied
Go to File - Properties - Advanced and set the Binding setting to Right Edge and the Language setting to Hebrew.
Copy link to clipboard
Copied
You can use a simple javascript action with the Action Wizard or by adding a button to your document with a mouse action.
This line of code does the trick:
this.layout = "TwoPageLeft";
This was taken from an excample in Adobe Acrobat SDK JavaScript API Reference, Doc properties, page 211, where it puts the document into a continuous facing layout of your choice.
Copy link to clipboard
Copied
As far as I can see, so long as your document has an even number of pages, and the PDF file is made with last page first (the final page to read is the first PDF page), you can view it in two page view.
Copy link to clipboard
Copied
Go to File - Properties - Advanced and set the Binding setting to Right Edge and the Language setting to Hebrew.
Copy link to clipboard
Copied
try67's response - I marked that corrrect because it solves the problem without requiring me to add on or to or go outside the Acrobat program. The other answers may work too, but I can't speak to that. Thank you everyone.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now