CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2003
    Posts
    145

    Convert html file to Word document

    Is there a way to convert an html file to a Word document via code?

  2. #2
    Join Date
    May 2009
    Location
    Bengaluru, India
    Posts
    460

    Re: Convert html file to Word document

    I dont think there is any direct code to convert it.

    You have to use the library calls related to WORD appilcation provided by .NET, for writing to the word document after reading contents from the html document

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured