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: David J Detlefsen <email@hidden>
- Date: Thu, 10 May 2001 09:47:16 -0400
- Organization: Bristol-Myers Squibb
Yes...sorry about that...the bit below works with perfectly with "Acrobat 4.0"
but not with "Acrobat 5.0".
Dave
Will Gosney wrote:
>
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
>
>_______________________________________________