Importing pictures in QuarkXPress
Importing pictures in QuarkXPress
- Subject: Importing pictures in QuarkXPress
- From: Michel Alberts <email@hidden>
- Date: Sat, 25 May 2002 19:40:21 +0200
This is a simple way to import pictures in QuarkXPress.
without using the Finder Open File dialog
Save this script as a droplet on your desktop folder.
Open a Quark document and select a picture box.
Select a file (eps or tiff) and put it on the script.
on open (theFile)
tell application "Finder"
tell application "QuarkXPress"
tell current box
set image 1 to theFile
end tell
end tell
end tell
end open
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.