in my case i have parent folder having multiple child folders- inside multiple pdf files and with that child folders name i need write name to merged pdf
join pdf files activity is not available in my activity panal
Do you have UiPath.PDF.Activities package in your project please check @Naveen_Kanike
Regards
Hi varun
not working i had package used join but not working
Varun in my case i want to merge the pdf files into single pdf with folder name and also i don’t how many folders will be in parent folder
subFolders = Directory.GetDirectories(parentFolderPath)
currentFolderName = Path.GetFileName(folder)
pdfFiles = Directory.GetFiles(folder, "*.pdf")
here iam using merge pdf activity but iam getting error message provide atleast 2 pdf files
Use Join Pdf activity instead of merge pdf activity
Sample_Test.zip (5.6 KB)
I designed my flow like this can you check it onces please i am not to find the error and after using merge pdf is not geeting how to use that and i will give u folder how it look like below:
PDF FILES.zip (3.1 MB)
please help me with workflow
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.