Take a survey

Developing Applications Using APIs > Assembling PDF Documents > Querying Documents > Getting information about the DDX processor

Getting information about the DDX processor
You can use the About element to return an XML file containing information about the DDX processor.
Example: Getting information about the DDX processor
<DDX>
	<About result="AboutDDX.xml"/>
</DDX>
The result document looks like this:
<About xmlns="http://ns.adobe.com/DDX/AboutDDX/1.0/">
	<Processor>Adobe® LiveCycle™ Assembler</Processor>
	<Version>7.2</Version>
	<Build>7.2.1087.0.107773</Build>
	<Copyright>
		Copyright 2005-2006 Adobe Systems Incorporated.  All Rights Reserved.
	</Copyright>
</About>
 

 

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/assemblePDFQueries.106.4.html