I\'ve read through Terminal.app\'s dictionary and h开发者_高级运维aven\'t seen a way to access just the selected text. Is this possible?There doesn\'t seem to be a less hacky way to do this besides us
Does anyone know how to use the PDF kit thing to split pdfs in apple script, as i would like to split开发者_JS百科 my pdf documents in to pairs of uncoloured and some colour pages.
Is it possible to get the line number, where the script threw an error? Example: try set a to \"abc\" + \"123\"
I have 2 documents. I want the header of first doc to be copied to the second doc (exactly, same formatting, page number options etc..). Here\'s my source code so far:
How do I make this output true and not false: {item 1 of {4}, item 1 of {5}} = {4, 5} I k开发者_运维技巧now you can do this...
I have a file (/test.txt) that contains iCal event info. Friday, May 6, 2011 4:00:00 PM 05/08/2011 11:20:00 PM
I\'m new to Applescript, but I followed this handy tutorial, the first 开发者_运维技巧Google result for \"Applescript webservice\": http://developer.apple.com/internet/applescript/applescripttoperl.ht
I am trying to simply open a document with Applescript in Microsoft Word, here\'s my script: tell application \"Microsoft Word\"
I can use iCal to make a new event. tell application \"iCal\" tell calendar \"Todo\" set new_event to make new event at end of events
In AppleScript I\'m used to call: set audio_file to (path to me as string) &开发者_如何转开发amp; \"Contents:Resources:Audio:Music.mp3\"