Skip to content

Instantly share code, notes, and snippets.

@zhasm
Created November 7, 2016 12:25
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 zhasm/3b67d4d4c8edb4969e5bf2a11e090ef2 to your computer and use it in GitHub Desktop.
Save zhasm/3b67d4d4c8edb4969e5bf2a11e090ef2 to your computer and use it in GitHub Desktop.
pdfgen adding TOC
tell application "PDFpenPro"
activate
delay 0.5
tell application "System Events"
key code 8 using {command down} -- C
delay 0.5
key code 0 using {shift down, command down} -- A
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment