These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

batch sequence

kaplee
Registered: Sep 2 2010
Posts: 1

I take it that batch sequence is like a macro in other software products. Why is it, apparently, so limited in Acrobat? I'm in need of a macro or something that will take a .pdf document of a certain number of pages and extract specific pages (designated page numbers) to multiple separate .pdf docs all in one swell foop. Is there any hope?

kpl

My Product Information:
Acrobat Standard 8.0, Windows
George_Johnson
Online
Expert
Registered: Jul 6 2008
Posts: 1876
It is indeed like a macro, and many macros involve programming. What you want is possible in a batch sequence that uses JavaScript, designed around the doc.extractPages method.

Here's a good introduction: http://acrobatusers.com/tutorials/2006/batch_process

And you'll want the documentation: http://www.adobe.com/devnet/acrobat/javascript_archive.php