On Jun 19, 2011, at 18:09, Gert van Oss wrote:

> hi,
> trying to do some AppleScript. Not much success in trying to make a new file 
> from data that is available on the clipboard. 
> Can anybody help me out?
> Thanks,
> Gert
> 
> tell application "Skim"
>       activate
>       make new document with data clipboard
> end tell

This does not work as it is not supported. You can only open a document from a 
file. So write the data to a file, and open that file using the "open" command.

Christiaan


------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Skim-app-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-users

Reply via email to