I have a word document, (docx) file. I need to display the first page of docx on my web page. (Maybe image)
C#,Word,OpenXML,Image-Conversion
What I have tried:
I tried to extract the first page from docx using OpenXML.
steps: extract the first-page using OpenXML, Convert extracted docx to image format, then adding it to the web page.
Is there any alternative solution/easier solution? How to accomplish it?