Known Participant
April 30, 2025
Answered
Page numbering not correct
- April 30, 2025
- 2 replies
- 433 views
Hi @magicgenie ,
you have to change the page binding of your document.
With ExtendScript (JavaScript) the following code will do that for your active document:
app.documents[0].documentPreferences.pageBinding =
PageBindingOptions.LEFT_TO_RIGHT;
See what options are available for pageBinding:
https://www.indesignjs.de/extendscriptAPI/indesign-latest/#PageBindingOptions.html
How to use ExtendScript script code, save it to a script file and install it so that you can run it with InDesign:
https://creativepro.com/how-to-install-a-script-in-indesign-that-you-found-in-a-forum-or-blog-post/
Regards,
Uwe Laubender
( Adobe Community Expert )
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.