Results 1 to 2 of 2

Thread: How to convert word table to clean HTML in VB.NET

  1. #1

    Thread Starter
    Hyperactive Member koolprasad2003's Avatar
    Join Date
    May 2007
    Location
    India
    Posts
    443

    Question How to convert word table to clean HTML in VB.NET

    Hi all

    I have a word file with few tables in it, when I convert word to filtered HTML using VB.NET, word add extra tags in it for tables, How do I remove them ?

    I just want text-align, bold, italic, underline, cell width, cell border tags in html

    How can I remove unnecessary tags ?

    Thanks in advance for help
    MCP, MCTS, Microsoft MVP [Asp.Net/IIS]

    For more .NET development tips visit .NET Tips

    If the post is useful then please Rate it

  2. #2
    Addicted Member 3com's Avatar
    Join Date
    Jul 2013
    Location
    Spain
    Posts
    253

    Re: How to convert word table to clean HTML in VB.NET

    How can I remove unnecessary tags ?
    In vb.net you can use regular expressions and Regex to clean tags, validate special numbers like Social Security, phone, emails formats, etc.

    Anyway I think you should post question in VB.net forum.

Tags for this Thread

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