Hey Stanav, I have folder X with 20 PDF files. I want to merge them into one PDF and output to folder Y.
Can I use the wildcat *pdf with the sourceTable" ? Instead of me stringing all the PDF file names as an array?
pdfManipulation.ExtractAndMergePdfPages(SourceTable, outPdf)
Thanks