Take a survey

DDX Reference > DDX Language Elements > Bookmarks > Bookmarks result

Bookmarks result
Specifies that bookmarks from the child elements be exported to an XML document.
<Bookmarks 
	result=""
	return="true" or "false"
>
	< PDF source> and/or <PDFGroup> [1..n]
	<Bookmarks source> [0..n]
	<Bookmarks filter> [0..n]
	<TargetLocale> [0..1]
</Bookmarks>
Can be contained in the DDX element, which is the DDX root.
This element directs the Assembler service to export the bookmarks in the element’s child elements. If the Bookmarks result element contains multiple PDF source documents, they are effectively assembled together into a single PDF document from which bookmarks are exported. (This document is not returned to the user.)
Bookmarks are exported in an XML document that conforms to the Bookmarks XML language, which is a component of the XPDF language. (See Bookmarks Language.)
This element must contain at least one PDF source element, either as a direct child or within a child PDFGroup element.
Category
Document components
Attributes
 
Required. Specifies a name to be associated with the exported bookmarks. This name must be unique among all result elements in the DDX document.
true (default) - Exported bookmarks are returned to the client.
false - Exported bookmarks are transient data, which can be referenced as the source from a subsequent result element. The bookmarks are not returned to the client.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/sdkHelp/ddxRefMain.163.10.html