Take a survey

Developing Applications Using APIs > Assembling PDF Documents > Understanding DDX > DDX principles > Source elements

Source elements
The content of result elements comes from source elements, which typically contain a source attribute.
Note: A PDF source element may specify a sourceMatch element instead of a source element. Also, the source name may represent multiple streams rather than a single stream. See Specifying multiple input streams for details.
Source elements represent existing content, which can be one of the following:
In the example, repeated here, doc2.pdf and doc3.pdf refer to streams containing PDF content provided by the client or obtained from a previous result element.
<PDF result="doc1.pdf"> 
	<PDF source="doc2.pdf"/>
	<PDF source="doc3.pdf"/>
</PDF>

 

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/assemblePDFDDX_basics.95.6.html