Take a survey

Section A - DDX User Guide > Assembling and Disassembling PDF Documents > Understanding PDF packages > Combining a PDF package to a single PDF

Combining a PDF package to a single PDF
To convert a package to a single PDF, specify a NoPackage element. For example, assume that pkg1 contains single1a and single1b as package files, pkg2 contains single2a and single2b as package files, and the aggregated package specification produces the package files sorted in this order:
	[single1a, single2a, single1b, single2b]
The pages in the resultant "newSingle" would be comprised of the cover sheets from pkg1 and pkg2, followed by pages from single1a, single2a, single1b, and single2b. The file attachments would be any document-level file attachments contained in single1a, single1b, single2a, and single2b, other package files that would not assemble (they become document-level file attachments), and all page-level file attachments from all six files. Notice that encrypted PDF documents, dynamic XFA forms, and non-PDF documents will not assemble. The following example shows the usage of the NoPackage element in this case.
Example: Converting a package to a single PDF
<PDF result="newSingle">
	<NoPackage/>
	<PDF source="pkg1"/>
	<PDF source="pkg2"/>
</PDF>
You can also use the NoPackage element to assemble a single PDF from PDF documents. In this case, the <Package/> child of a <PDF> source element will promote a single PDF into a PDF package (the pages become the cover sheet and the document-level file attachments become package files).
Example: Assembling a single PDF from two PDF documents
<PDF result="newSingle">
	<NoPackage/>
	<PDF source="doc1">
		<Package/>
	</PDF>
	<PDF source="doc2">
		<Package/>
	</PDF>
</PDF>
 

Section A - DDX User Guide > Assembling and Disassembling PDF Documents > Understanding PDF packages > Combining a PDF package to a single PDF

Document Description XML (DDX) Help
LiveCycle ES Update 1

 

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

Current page: http://livedocs.adobe.com/livecycle/8.2/ddxRef/000645.html