I work for a university system. I have 14 57-page PDF documents, each page of which is a different university but in the same order in each PDF. I'd like to be able to split these and re-merge them so that each university is together. E.g., instead of Table 1: university A, university B...; I'd like University A: table 1, table 2...
I don't know if I can do it or how. Maybe Javascript, but I don't know javascript. Can anyone guide me or get me started?
I'm assuming that you'd prefer some kind of automated way of doing this with a single click. You may not get away with a single click, but there are some options. First, there are several 3rd party tools for split and merge. Take a look at [url=http://www.artspdf.com]www.artspdf.com[/url], and do a google search for "PDF split" and "PDF merge".
You could also do this with JavaScript. But there has to be something on each page that provides a clue as to which page belongs to which university. This is a much more difficult proposition since it requires programming and a good knowledge of the Acrobat scripting environment.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script