Read word document page by page using C#

Viewed 33

I am using .net core and I have a requirement to read word document page by page. So far I explored DocX, Interop and Free Spire.Doc libraries. I'm able to read the doc either a whole or by paragraph.

Is there any other libraries available to read word document page by page?

0 Answers
Related