Acrobat
Acrobat
- Subject: Acrobat
- From: Rick Norman <email@hidden>
- Date: Tue, 25 Mar 2003 11:40:55 -0600
I realize from lurking on the list for quite some time that not many of us
are attempting to script "Acrobat", but there has been some posts concerning
this issue. I'm hoping that this is not so much an Acrobat issue as it is
just an AS syntax issue. Can someone tell me why this returns the error that
it can't get the alias "Drive:Folder:File" access not allowed.
OS 9.2, SE 1.5.5 and AS 1.5.5
set destDocument to choose file with prompt "Destination Document"
set sourceDocument to choose file with prompt "Source Document"
set afterPage to 1
set firstPage to 1
set numPages to 1
tell application "Acrobat 4.0"
activate
open destDocument
open sourceDocument
insert pages destDocument after afterPage from sourceDocument starting
with firstPage number of pages numPages
end tell
Any help greatly appreciated,
Rick
_______________________________________________
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.