TiltingCode
Programmer
Does anyone know of any C# code to merge pdf files? For instance I have some docx files I'll be converting to pdfs. I'll then combine these new pdf files with existing pdf files. The new and current pdf files will be combined in a different order. For instance in a folder I have the following files:
1.docx
2.docx
3.pdf
4.pdf
5.docx
6.pdf
7.docx
I'll be converting the docx files to pdf files through Word so I'll now have seven pdf files. Now I want to create one pdf file consisting of all seven pdf files one after another in the order provided above.
I found some C# code I thought would the trick but all it did was make the first pdf file bigger and I couldn't see where the second had been merged with it (attached to the end of the first pdf).
I do not want to convert the pdfs to docx as I am worried how the new docx files will be formatted in the merge process.
Any help will be greatly apprciated.
1.docx
2.docx
3.pdf
4.pdf
5.docx
6.pdf
7.docx
I'll be converting the docx files to pdf files through Word so I'll now have seven pdf files. Now I want to create one pdf file consisting of all seven pdf files one after another in the order provided above.
I found some C# code I thought would the trick but all it did was make the first pdf file bigger and I couldn't see where the second had been merged with it (attached to the end of the first pdf).
I do not want to convert the pdfs to docx as I am worried how the new docx files will be formatted in the merge process.
Any help will be greatly apprciated.