I have installed the UiPath package: UiPath.PDF.Activities, in order to create a workflow that will merge/join pdf files in a single file, displayed as pages. I have created a simple workflow but I keep having an error and I don
You need not use For Each File in Folder in order to join the PDF files, you can directly user Join PDF Files and in FileList you need to pass {"filename1.pdf","filename2.pdf"}.
You need to pass all the PDF files you want to join.
Hey @Paduretu_Claudiu_Florin try this logic it help you to join pdf’s in one
the variable is Arrayofstring type which holds the folder where the pds are stored.