Applescript for Acrobat
Applescript for Acrobat
- Subject: Applescript for Acrobat
- From: Brendan Regan <email@hidden>
- Date: Thu, 26 Feb 2004 13:34:11 -0800 (PST)
Hello:
I'm a newbie and apologize for any erroneous
statements made herein. I'm writing Applescripts (v.
1.5.5) for Acrobat 5.0 on OS 9.2 that insert pages
into a document and I'm wondering if there's a way to
do this without specifying page numbers. For instance,
I have a script that will merge two 15 page PDFs into
one thirty page PDF, but I also need one to merge two
thirty page PDFs, and more are to come. Currently my
script uses the folowing format:
insert pages document "front.pdf" after 15 from
document "back.pdf" starting with 15 number of pages 1
...with successive lines from fifteen down to page
one. I'm wondering if I'm missing some variable or
boolean statement that can replace that page number
and allow me to merge two documents of the same
length, no matter what that length is.
Thanks,
Brendan Regan
__________________________________
Do you Yahoo!?
Get better spam protection with Yahoo! Mail.
http://antispam.yahoo.com/tools
_______________________________________________
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.