This script will adjust all PDF comment annotations by replacing the name of the creator in the comment metadata and content with a new name.
- Adobe Acrobat Pro DC
-- Export the Keynote presentation of the front window to a folder on the desktop as PNG | |
tell application "Finder" | |
set folderName to "Keynote export" | |
set folderPath to POSIX path of (path to desktop) & folderName | |
-- trash the previous export, if any | |
if ((exists folder (folderName) of desktop)) then | |
move my (POSIX file folderPath) to the trash | |
end if |
use AppleScript version "2.4" | |
set iPadName to "ChatPad" -- TODO: Change to the name of your iPad | |
tell application "System Preferences" to activate | |
tell application "System Preferences" | |
reveal pane id "com.apple.preference.displays" | |
end tell |