I've been experimenting with the Pages object model and am trying to manipulate it with AppleScript. I'm able to use this command to add new pages to the document. make new page The problem I'm facing is that it always creates the new page at the beginning of the document instead of at the end of the document.
The dictionary says that the entire syntax is
set theResult to make new type class ¬
at location specifier ¬
with data anything ¬
with properties record
and I've tried to use BOTTOM and END as values for location specifier, and they've been unsuccessful. What am I missing, please, to create a new page or a new section at the bottom of the document?
Just think in natural language.
You want to
makeanew page at the end ofthesectionsin thefront document