No error, No results....
No error, No results....
- Subject: No error, No results....
- From: JoePostscript <email@hidden>
- Date: Sat, 02 Mar 2002 04:19:10 -0500
I'm trying to simply take an open acrobat document and
save it to a new file with a new name in another directory.
Like a save as. Although this snippet runs without error
and appears to process, there's no resulting file? Is Acrobat
5 broken, or am I missing something?
--
Joe Postscript...
-- NEED A DOCUMENT OPEN BEFORE RUNNING
tell application "Finder"
set newFile to {"titanium_1:Desktop Folder:X1.pdf"}
tell application "Acrobat 5.0"
activate -- TRIED REFERENCING AS DOCUMENT 1 AND BY NAME
set docName to name of document 1
save document docName to {file newFile} with linearize
end tell -- SCRIPT RUNS WITHOUT ERROR BUT NO RESULTING FILE
end tell
_______________________________________________
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.