0

I tried the solution in Combine multiple files into single file, however only first file is being shown on combined document. I also tried the solution mentioend here What would be the fastest way to concatenate three files in C#?, it seems .txt files are working fine, however I am unable to combine two .doc files into one .doc file. Can anyone suggest a solution?

Thanks.

Community
  • 1
  • 1
Bhaskar
  • 153
  • 2
  • 9
  • 1
    .doc files are binary, not text. Simply concatenating them won't work. You'll need a library that understands the format. – mason Feb 27 '17 at 15:24
  • We used ASPOSE api to manuplate word documents https://www.aspose.com/products/words/net – Yawar Murtaza Feb 27 '17 at 15:25

0 Answers0