Join PDF's files in a subfolders

@david.grijalba - you can do this in one step…

Use Join Pdf files activity…in the file list give the below code…

Directory.getfiles("To Be Processed \ ", “*.pdf”, searchoptions.alldirectories)

Provide the name for the merged pdf file and the folder name …

Hope this helps…

1 Like