Can someone point me to some sample code that would show me how to take a single PDF document, and split it into multiple documents, based on the page range that I specify?
You only need one JavaScript function. "doc.extractPages()". This function is intended to operate only in a privileged automation script. It will not operate from a document script.
"doc.extractPages()". This function is intended to operate only in a privileged automation script. It will not operate from a document script.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script