Call for External PDF Images with Multiple for Inclusion

I have a project where the names of printable PDFs come in the data file. These PDFs are one or more pages long, I don’t know how many will come. What is the fastest and most optimizable way to include these PDFs for each record. Today it is done via “WorkFlow” with external command call for inserting PDFs.

The simplest way to handle this is to use a dynamic background that gets the path from the datamapping and uses that external resource as the background. When doing this with PDFs it automatically handles adding the pages (all, or a page range of your choosing) into that section as well.

Here are some examples to help you get started:
https://help.objectiflune.com/en/planetpress-connect-user-guide/2021.1/#designer/Scripting/Scripting_Print_Background.htm

https://help.objectiflune.com/en/planetpress-connect-user-guide/2021.1/designer/Print/Print_Sections.htm#toc-5

https://help.objectiflune.com/en/planetpress-connect-user-guide/2021.1/designer/VariableData/Dynamic_Print_Background.htm