I've many PDF Files in One Folder. Two of files have same name end with _01 and _03 these number could be random. I want to merge these two files having same name into one PDF with the name the parts have. any Idea? Like story-writing_01.pdf, story-writing_02.pdf, game-changer_01.pdf, game-changer_09.pdf
Asked
Active
Viewed 107 times
-1
-
So, you want to merge pdf who have same name but different numeral in the end. Right?. – Rahul Agarwal Oct 15 '18 at 17:49
-
1Thanks Rahaul, I've done myself. – Mazhar Ali Oct 16 '18 at 14:36
-
Then you could answer the question yourself. This might help people with the same or a similar problem. – BlackJack Oct 23 '18 at 14:42
1 Answers
0
I created List of files path and append them in dictionary with condition. if key is not in value then add in dictionary. which make exact pairs of two consective parts. which then i merged into pdf.

Mazhar Ali
- 111
- 2
- 6