Take a survey

Developing Applications Using APIs > Assembling PDF Documents > Programmatically Assembling PDF Documents

Programmatically Assembling PDF Documents
This topic describes how you can use the Assembler service Java API to programmatically assemble PDF documents.
For the purpose of this discussion, assume the following DDX document is used:
<?xml version="1.0" encoding="UTF-8"?>
<DDX xmlns="http://ns.adobe.com/DDX/1.0/">
	<PDF result="out.pdf">
		<PDF source="map.pdf" />
		<PDF source="directions.pdf" />
	</PDF>
</DDX>
This DDX document merges two PDF source documents (map.pdf and directions.pdf) into a single PDF document. The following code example creates a Document object based on a DDX file named shell.xml that is located in the root of C.
View summary of steps

 

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/assemblePDFEJB_API.94.1.html