Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to: Flow of Hebrew pagination in Acrobat Two Page View

New Here ,
Jun 25, 2020 Jun 25, 2020

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.

TOPICS
Edit and convert PDFs , How to
1.4K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
1 ACCEPTED SOLUTION
Community Expert ,
Jun 27, 2020 Jun 27, 2020

Go to File - Properties - Advanced and set the Binding setting to Right Edge and the Language setting to Hebrew.

View solution in original post

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 26, 2020 Jun 26, 2020

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 26, 2020 Jun 26, 2020

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 27, 2020 Jun 27, 2020

Go to File - Properties - Advanced and set the Binding setting to Right Edge and the Language setting to Hebrew.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 03, 2020 Jul 03, 2020
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines