View Single Post
I'm wanting to create an applescript for OG to do the following:

(1) Do a find and replace in the document to find all instances of two consecutive spaces and replace it with one space (pet peeve of my boss).

(1b) Optional: Spellcheck

(2) Delete all objects on a page (table of contents page)

(3) Run an applescript to generate a new table of contents

(4) Save the document

(5) Export the document as PDF (export PDF vector image entire document)

(6) Optional: create a draft email (don't send) to a specified email recipient in Mail

Is this just way too much to handle in a single applescript? There aren't really any variables, it's pretty much set and forget.