Previous | Next | (P-PDF) Mac Issues
Topic: Applescript Acrobat 5.0 Save As
Conf: (P-PDF) Mac Issues, Msg: 115296
From: melchizedek
Date: 7/13/2004 07:52 AM
I am working on an applescrip for Acrobat 5.0 that opens a document and inserts a number of other documents. This part works fine. The problem is when I try to save the merged document with a new file name. It always saves with whatever the original file name was and the original directory. Here is my script line:
save document 1 to file fileName
Can anyone tell me what the applescript command is to save the file with a new name in a new directory through Acrobat 5.0?