Dynamically add insert PDF pages to document

Generating letters from a CSV file. The letters are all one page, but with some records I need to insert all the pages from a PDF file. There are a few different PDF files and the CSV data will contain a value that correlates to a specific PDF file.

The output will be emailed as a PDF file, stored as a PDF file and output to a printer. There may be few hundred documents, but will be send as a single file.

I would like to pull the PDF files from a local windows folder and embed into the document.
I also need to add a datamatrix barcode on the document for a Neopost inserter.

Wondering what the best approach is to perform this function.

You can add a print section to your connect design template with dynamic background pdf. If needed you can make the additional print section conditional to skip it if there is no background pdf for the record (depending on you csv data field content).
I think that is the most simple way.

For email output you can set the print ouput as attachement.

In most cases barcodes for inserter will be set in the output presets. This depends on the logic of your inserter…

1 Like