Sathya

Sathya

  • NA
  • 96
  • 2.8k

How to display docx first page as image in webpage ?

Nov 16 2017 4:10 AM
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? 

Answers (2)