Tagged Questions
1
vote
1answer
376 views
Insert images into Pages document using AppleScript
I'm trying to automate the construction of a document, and am looking for a way to insert images into a Pages document with AppleScript. For example:
tell application "Pages"
make new document
...
1
vote
0answers
195 views
Populate Pages Chart Data via Applescript
Right now I'm copy and pasting between Excel and specified places in a Pages document. For instance, I'll copy cell B7 and find "B7_Value" in Pages and replace it with the copied value. Here's an ...