I am working on a Web Api project build with .Net Core framework. I need to read a word document, copy its content and write it to another word file. I searched a lot for word document reading and writing in .Net Core Api project but had no luck.
Please suggest me a library or tool which works in .Net Core Api project.