PDF merger

I am working on a task in where i have to merge two pdf’s which having same names in two different folder with equal pdf’s in both folders
is it possible to automate in uipath?
example of names of pdfs in different folders
folder A contains
serbian2344575.pdf
mandalorian2154654.pdf

folder B contains
serbian265461.pdf
mandalorian1846154.pdf

here the files having same country names has to be merged but the numbers will be different after the country names in both folders

Thanks
Lokesh

Hello,
You could try using the Join PDF Files activity after downloading the UiPath.PDF.Activities

Best Regards

@svilen.ivanov
There are multiple files i have in both ends which needs to be merged with same named files and gives one single file in another folder

Thanks
lokesh

Main.xaml (6.5 KB)
project.json (1.5 KB)
Kindly, check this workflow.
If you have any questions, feel free to ask :slight_smile:

Hi @lokeshmello

Have a look on the thread

Regards
Gokul

hi @svilen.ivanov
in this case t is not working like that there number of pdf files are there in both folders with same names as i mentioned. each pdf is merged with same named pdf in another folder

Thanks
Lokesh