Draw freehand from applescript
I am trying to draw some freehand data to pages using applescript. I have some pixel data which I am using to create a series of line objects in my document to represent the freehand drawing. This seems to work fine however the problem is that I would like to group these objects into one. There seems to be no support in the applescript dictionary for grouping objects so I have been trying to send key commands to group the lines after creating them. Any ideas on how I can group the points into one object?
Mac OS X (10.6.6)