Save pdf page for later merge into document

I am parsing a text based input file to find certain pages, then also parsing a pdf to find pages that are associated. I then need to print the text pages (formatted over a form) then print the PDF pages, no new formatting needed for them. I do not know how to save the page image of the pdf page(s) I need for merging into the stream. Ideally I would grab the entire page image of the PDF as a variable for the record, and then just print it. I don’t see a way to do that.

I think this is a good candidate for Workflow’s “commingling” feature. Create two separate data maps and associated templates, one to create Documents from your text source, another to create individual PDF documents from your original PDF source.

Commingle to combine the Text and the PDF documents into a single final output document.