Can the Acrobat JSO list/create portfolio subfolders?
Within the Acrobat Pro view of a portfolio PDF file, I'm able to right click in the file and select "Create Folder" to create folder hierarchies for organizing portfolio attachments.
I'm using Acrobat PRO DC and Excel VBA to automate some interaction with these Portfolio PDF files. Using the Adobe JSO, is there a way to get a list of existing portfolio subfolders? Or to create new folders?
I'm able to add an attachment to a folder within a portfolio file using something like:
Call jso.importdataobject("<1>subfile.txt", "/F/Development/PermFile/subfile.txt")This will import "subfile.txt" into the first existing folder within the JSO's portfolio file. However, this code does not work if a folder does not already exist in the portfolio file. So I'd like to be able to list existing folders in order to determine the correct folder index on the fly. I'd also like to be able to create new folders/subfolders within the portfolio file.
Existing folders don't seem to be part of what's returned via the dataObjects collection, so I'm assuming the portfolio subfolders must be stored/modeled in some other fashion.
I've searched the SDK for information about portfolio/collection subfolders and couldn't find anything. Any help would be greatly appreciated. Thanks!
-Sam
