I am trying to use Merge PDFs to merge a list of PDFs. Is this possible?
It appears that the activity requres you to input each IResource variable individually and will not accept a list/enum. However my workflow will create lists of different sizes so I am unable to input the items one by one.
The PDFs to be merged are all being pulled from the same directory. All filenames will contain the same account number.
I am trying to avoid merging two at a time over a loop, as some of these lists will contain 40+ PDFs.
Hi, in this instance they are adding each file separately to be merged. It does not indicate how I could add a list of files of variable length. I understand I could iterate over a loop, merging 2 files at a time, but I am looking for a simpler way as some of my merges will be 40+ files