|
#1
| ||||
| ||||
| Can applescript "watch" a folder & create PDFs from files that appear in it? I would be awesome to have an action that converted items to PDFs as soon as they appear in a folder. Can an applescript "watch" a folder? I say watch, because the files are being moved there by a remote user or script - which means the finder isn't involved.
__________________ -Paul Wieland______________ http://www.sickdimension.com Dual G5 2.0Ghz / 2.5GB Ram / 620 GB HD / 23" CD |
|
#2
| ||||
| ||||
| To do this, you'd enable the Apple Script as a folder action.
__________________ System: • 2.5 GHz MacBook Pro Core 2 Duo, 4 GB RAM, 200 GB hard drive, runs 10.5.4 • 1.6 GHz iMac G5, 1.5 GB RAM, 250 GB hard drive, runs 10.4.11 • iPhone, 4 GB, OS X 2.0.2 |
|
#3
| ||||
| ||||
| At work we run an applescript on a G4 dual 1.25GHz web server that opens, checks the contents of a folder, and then closes the folder once every second, if it finds a text file file, it opens it in Quark and flows in the text file on a certain designated business card template using style sheets to alter type and point sizes, from there Quark distills the file into a PDF then instantly uploads it to the end-user so they can see exactly how their business card will look. All controlled by Applescript. It takes a total of about 5 seconds. |