Hello,
I'm working with Adobe LiveCycle ES 2.... I have a proccess with this ddx document:
<?xml version="1.0" encoding="UTF-8"?>
<DDX xmlns="http://ns.adobe.com/DDX/1.0/">
<PDF result="outDoc" >
<PDF sourceMatch=".*" />
</PDF>
</DDX>
Work with n documents very well
It accetps a mapItem array, where one item has key: the name of the document, and value: the document in bytes.
Now, I try to add bookmarks, for example to add bookmark title (the name of the document), so one bookmark for document.
I need help to how to do it.
Thanks!