Skip to content

Instantly share code, notes, and snippets.

@simongcc
Created July 4, 2022 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simongcc/e65afdcb550088d1492d186fcef7b49c to your computer and use it in GitHub Desktop.
Save simongcc/e65afdcb550088d1492d186fcef7b49c to your computer and use it in GitHub Desktop.
Reverse page order script for Adobe Acrobat Pro
// Tested in Acrobat Pro 2016
for (i = this.numPages - 1; i >= 0; i--)
{
this.movePage(i);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment