Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. How to convert .docx file to .html with image and equation

How to convert .docx file to .html with image and equation

Scheduled Pinned Locked Moved C#
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Member 4463638
    wrote on last edited by
    #1

    I want to convert ms word file .docx into .html with image and equation without any paid .dll file.

    L K K 3 Replies Last reply
    0
    • M Member 4463638

      I want to convert ms word file .docx into .html with image and equation without any paid .dll file.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      The way your question is stated makes it look like you are asking for permission. I'm going to guess that you are looking for a free alternative? A docx-file is a compressed archive (a zip-file) that you can unpack and read.

      Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)

      1 Reply Last reply
      0
      • M Member 4463638

        I want to convert ms word file .docx into .html with image and equation without any paid .dll file.

        K Offline
        K Offline
        Kimberly Weldon
        wrote on last edited by
        #3

        I would suggest you using Open xml sdk 2.5 along with Power tool. Trust me, it works everytime.:thumbsup:

        1 Reply Last reply
        0
        • M Member 4463638

          I want to convert ms word file .docx into .html with image and equation without any paid .dll file.

          K Offline
          K Offline
          koolprasad2003
          wrote on last edited by
          #4

          If you have DOCX installed on your machine, then you can use Word automation (Interop object) to convert DOCX to HTML referred assembly 'Microsoft Office 8.0 or 14.0 object library' and you can do it easily see below link Microsoft Interop API to convert the .doc, .docx, .dot, .dotx and .xls,.xlsx, .rtf to HTML[^] OR you can use OpenXmlSDK to convert it to HTML, PowerTools for Open XML has DOCX to HTML facility check here[^] Hope it helps

          Find More .Net development tips at : .NET Tips The only reason people get lost in thought is because it's unfamiliar territory.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups