Created
November 7, 2016 12:25
-
-
Save zhasm/3b67d4d4c8edb4969e5bf2a11e090ef2 to your computer and use it in GitHub Desktop.
pdfgen adding TOC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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