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.