Answered
Is it possible to create a batch sequence in Acrobat Professional (version 8, 9, or X) that would create a portfolio from pdf files located in a specific folder? If so, how? Also, is there a javascript that would do this as well?
Thanks,
Sheryl
But there are JavaScript commands for creating a portfolio, lookup "app.newCollection()".
To implement this in a Batch process the script would need to create a global variable containing the Doc object for the new Collection. Then each time the script was called afterward, for each file in the batch process, it would add that file to the collection. The Portfolio file would remain open and visible to the user after the process completed.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script