View Single Post
Why not set the default document template in OmniGraffle to have the desired print settings? Or have the script create a document from a template with the desired print settings:


set myDoc to make new document with properties {template:"/Users/whp4/Desktop/OGtest.gtemplate"}

According to the dictionary, one should be able to do something like

set myDoc to make new document with properties {template:<templatename>}

but I just got errors when I tried that. More bit rot in the Applescript support, perhaps.