Re: Insert Pages Doesn't Work In Acrobat 5.0
Re: Insert Pages Doesn't Work In Acrobat 5.0
- Subject: Re: Insert Pages Doesn't Work In Acrobat 5.0
- From: Will Gosney <email@hidden>
- Date: Thu, 10 May 2001 07:35:45 -0400
Hi
Have you changed the tell application to "Acrobat 5.0" ?
HTH
Will
At 7:14 AM -0400 5/10/01, David J Detlefsen wrote:
I've been using applescript (on a macintosh) to control acrobat to merge
pdf files. I've recently moved from 4.0 to 5.0 and have found the the insert
pages command doesn't work with the following error message: document
"mydoc" doesn't understand insert pages message".
Here's the script....has anybody else seen this?
tell application "Acrobat 4.0"
activate
open file "mydoc"
open file "myotherdoc"
insert pages document "mydoc" after 1 from
document "myotherdoc" starting with 1 number of
pages 1
end tell
_______________________________________________