Hey fellow LiveCycle users (the few of you),
I have been using the MTOM .NET API for LiveCycle development and I'm running into one limitation that I hope can be overcome: I need to be able to programmatically remove all top-level bookmarks from a PDF, and have all nested bookmarks get automatically moved up one level as a result. For instance, if I have a top-level bookmark A and bookmark B nested under A, I need to remove A and have B become the top-level bookmark.
The closest thing I've seen in the DDX specification is the attribute, but that removes all bookmarks.
I suspect my question is API-independent, so if you've been able to accomplish this in LiveCycle at all, I'm all ears (or should I say eyes) :-)
Thanks in advance! Victor