Results 1 to 11 of 11

Thread: Tex to word conversion in VB

  1. #1

    Thread Starter
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Tex to word conversion in VB

    Dear All,
    I am using a Software(Chikrii) to convert a Tex document into word document.Is there any method avl to import this method in Vb. I want to automate this conversion.I tried to get the method by captuing in a macro.But it is not capturing the converting process.How to do capture this process.
    Please mark you thread resolved using the Thread Tools as shown

  2. #2

  3. #3

    Thread Starter
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: Tex to word conversion in VB

    Here is one sample File.I need to convert this file into a word file using Vb
    Please mark you thread resolved using the Thread Tools as shown

  4. #4
    Fanatic Member sessi4ml's Avatar
    Join Date
    Nov 2006
    Location
    Near San Francisco
    Posts
    958

    Re: Tex to word conversion in VB

    What is it? Basic code?
    $${{d\alpha } \over {dt}} = k\left( {1 - \alpha } \right)^n$$
    $$\alpha = {{W\left( t \right) - W_i } \over {W_i - W_f }}$$
    $$k = A_o T^{1/2} \exp \left( {{{ - E} \over {RT}}} \right)$$
    $${{d\alpha } \over {dT}} = {{A_0 } \over \beta }T^{1/2}\left( {1 - \alpha}\right)^n \exp \left( {{{ - E} \over {RT}}} \right)$$
    $${{d^2 \alpha } \over {dT^2 }} = {1 \over \beta }\left( {{{d\alpha } \over {dt}}} \right)\left[ {n\left( {1 - \alpha } \right)^{ - 1} \left( { - {{d\alpha } \over {dT}}} \right) + {E \over {RT^2 }} + {1 \over 2}T^{ - 1} } \right]$$

  5. #5
    Addicted Member
    Join Date
    Jan 2007
    Location
    England
    Posts
    234

    Re: Tex to word conversion in VB

    couldnt you just open the text file, copy all of its contents then paste them into word and save the file...?

  6. #6
    Frenzied Member zynder's Avatar
    Join Date
    Nov 2006
    Location
    localhost
    Posts
    1,434

    Re: Tex to word conversion in VB

    Quote Originally Posted by sessi4ml
    What is it? Basic code?
    Seems like a formatting for an rtf file.

    How about using the word object?

  7. #7

    Thread Starter
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: Tex to word conversion in VB

    If you have installed the Tex to word covertor(Chikrii), if try to open this file , you will be prompeted for converting this tex document to word document.I tried to record this macro,But nothing is capture in the macro.How to overcome this problem

    Edit:Sessi I dont know the basic code
    Please mark you thread resolved using the Thread Tools as shown

  8. #8
    Addicted Member
    Join Date
    Jan 2007
    Location
    England
    Posts
    234

    Re: Tex to word conversion in VB

    is this a .txt file we are talking about?

    could you not just rename the file to

    filename.doc

    as a .txt file is only text you shouldn't have any problems

  9. #9

    Thread Starter
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: Tex to word conversion in VB

    It is not a Text file File.We cannot rename the file as as text.TEX is different from TEXT
    Please mark you thread resolved using the Thread Tools as shown

  10. #10
    Addicted Member
    Join Date
    Jan 2007
    Location
    England
    Posts
    234

    Re: Tex to word conversion in VB

    ahh i thought you were just missing the t off text ha!

  11. #11

    Thread Starter
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: Tex to word conversion in VB

    No problem, Suggest some other mehod
    Please mark you thread resolved using the Thread Tools as shown

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