File converter

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alan T

    File converter

    Any program I can use to convert word, xls, html into text file?


  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: File converter

    Alan,

    Actually, you can use word to convert word and html, and excel to
    convert excel files into text.

    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "Alan T" <alanpltseNOSPA M@yahoo.com.auw rote in message
    news:estKqQwyGH A.3464@TK2MSFTN GP03.phx.gbl...
    Any program I can use to convert word, xls, html into text file?
    >

    Comment

    • Alan T

      #3
      Re: File converter

      Sorry, I want to execute the conversion inside my C# code.

      "Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard .caspershouse.c omwrote in
      message news:%23ykF9bwy GHA.4932@TK2MSF TNGP02.phx.gbl. ..
      Alan,
      >
      Actually, you can use word to convert word and html, and excel to
      convert excel files into text.
      >
      --
      - Nicholas Paldino [.NET/C# MVP]
      - mvp@spam.guard. caspershouse.co m
      >
      "Alan T" <alanpltseNOSPA M@yahoo.com.auw rote in message
      news:estKqQwyGH A.3464@TK2MSFTN GP03.phx.gbl...
      >Any program I can use to convert word, xls, html into text file?
      >>
      >
      >

      Comment

      • Nicholas Paldino [.NET/C# MVP]

        #4
        Re: File converter

        Alan,

        Yes, so you would have to set a reference to the Word or Excel object
        model (through the primary interop assemblies) load the file, and then save
        it in the appropriate format.


        --
        - Nicholas Paldino [.NET/C# MVP]
        - mvp@spam.guard. caspershouse.co m

        "Alan T" <alanpltseNOSPA M@yahoo.com.auw rote in message
        news:OEtNRvwyGH A.284@TK2MSFTNG P02.phx.gbl...
        Sorry, I want to execute the conversion inside my C# code.
        >
        "Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard .caspershouse.c omwrote
        in message news:%23ykF9bwy GHA.4932@TK2MSF TNGP02.phx.gbl. ..
        >Alan,
        >>
        > Actually, you can use word to convert word and html, and excel to
        >convert excel files into text.
        >>
        >--
        > - Nicholas Paldino [.NET/C# MVP]
        > - mvp@spam.guard. caspershouse.co m
        >>
        >"Alan T" <alanpltseNOSPA M@yahoo.com.auw rote in message
        >news:estKqQwyG HA.3464@TK2MSFT NGP03.phx.gbl.. .
        >>Any program I can use to convert word, xls, html into text file?
        >>>
        >>
        >>
        >
        >

        Comment

        • Alan T

          #5
          Re: File converter

          Hi,

          I got a third party .exe that can convert pdf file to txt file, just wonder
          any freeware that able to convert from xls, ppt, html file to text file?

          For your approach, any tutorials?


          "Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard .caspershouse.c omwrote in
          message news:exdWrexyGH A.4368@TK2MSFTN GP02.phx.gbl...
          Alan,
          >
          Yes, so you would have to set a reference to the Word or Excel object
          model (through the primary interop assemblies) load the file, and then
          save it in the appropriate format.
          >
          >
          --
          - Nicholas Paldino [.NET/C# MVP]
          - mvp@spam.guard. caspershouse.co m
          >
          "Alan T" <alanpltseNOSPA M@yahoo.com.auw rote in message
          news:OEtNRvwyGH A.284@TK2MSFTNG P02.phx.gbl...
          >Sorry, I want to execute the conversion inside my C# code.
          >>
          >"Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard .caspershouse.c omwrote
          >in message news:%23ykF9bwy GHA.4932@TK2MSF TNGP02.phx.gbl. ..
          >>Alan,
          >>>
          >> Actually, you can use word to convert word and html, and excel to
          >>convert excel files into text.
          >>>
          >>--
          >> - Nicholas Paldino [.NET/C# MVP]
          >> - mvp@spam.guard. caspershouse.co m
          >>>
          >>"Alan T" <alanpltseNOSPA M@yahoo.com.auw rote in message
          >>news:estKqQwy GHA.3464@TK2MSF TNGP03.phx.gbl. ..
          >>>Any program I can use to convert word, xls, html into text file?
          >>>>
          >>>
          >>>
          >>
          >>
          >
          >

          Comment

          Working...