Given a file path, I need to rotate all the pages in a PDF at that file path using nothing that isn't included with macOS. The wrapper for this will be AppleScript, so I also have access to the command line and therefore all of the scripting languages installed by default with macOS, but nothing that would require brew
or, for example, Python's pip
.
Here's the solution I used.
do shell script
to open
each of the Automator workflows as needed.