Hello,
I am pretty new to the Adobe seen. Currently I have documents that are thousands of pages long. In these documents contain hundreds of tasks I need to seperate. I can bookmark these tasks within the document by using this script, this.bookmarkRoot.createChild({cName:"+", cExpr:"this.pageNum=++", nIndex:+}) . The problem is when I try to split the document by using top level bookmarks, it just grabs the last task name and puts the rest of the file under it. Can anyone tell me how I can correct this action?
Thanks in advance!