Recently, Stephen Van Esch wrote: > Sorry to be returning to the well yet again but I've > really hit a wall with this. I've followed Chipp's > script as follows: > ... > With no success.
I didn't go through your code line by line but perhaps you're not replacing the "/" characters in the file path with colons. If you haven't already, try adding the following line to your script before you build the AppleScript statement: replace "/" with ":" in pPDFpath Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design ----- E: [EMAIL PROTECTED] W: http://www.tactilemedia.com _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
