PdfMerge

Using the PdfMerge ancillary option generates a single merged PDF document consisting of all individual documents in a packet.

When using PdfMerge

  • For on-prem Expere Engine users, the response file returns the document instance information for the merged PDF's and individual PDF documents. Note that while the response file returns the document instance information for the individual PDF documents, only a merged PDF document is generated.
  • For Hosted Expere users, the response file returns the document instance information for the merged PDF documents only. Use PdfMergeDocWithInstances to return document instance information for the merged and individual PDF documents.

Request code sample

The PdfMerge ancillary output looks like this:

<r:AncillaryOutputOption>
	<r:OutputType>PdfMerge</r:OutputType>
</r:AncillaryOutputOption>