Avatar

Level 4

Hi,

I need help to save the result documents I get in the dis-assembly.

I have no problem saving the pdf result when it is a single result, but how is it done when you split a pdf by bookmarks like

<DDX xmlns="http://ns.adobe.com/DDX/1.0/">
  <PDFsFromBookmarks prefix="Animal">
    <PDF source="doc1"/>
  </PDFsFromBookmarks>
</DDX>


1) Please give an example that can work for a document with a variable number of bookmarks

2) I would like to save each result pdf to the file system to a folder - how can this be done?? I use the "File:///c:/temp/output/xxxx.pdf" to load my PDF source, but how is it done for saving multiple documents?


Thanks

Thomas Groenbaek