locked
Word Math Equations to LateX conversion RRS feed

  • Question

  • User549214310 posted

    Hi Everyone,

    I have created one Open XML application in asp.net, where I need to convert the Math Equations from Word document to LateX with a Web project. For conversion, I am using 3rd party DLL as MathType 6.9b version. Issue is when I check the conversion in Debugging mode, it does the conversion properly, but when I publish my website, then it doesn't perform the conversion. After doing some debugging, I have found that Math Type convert Equation program looks for "MathJax-LateX.tdl" file in SetTranslation method, which he founds when we do the debugging through the Website, but unable to do that when we publish the website. I have checked all the references, and permissions and all are set properly. I don't know, what is causing this issue which is working in debugging mode and not working in publish mode.

    If anyone has any idea with the web projects, please let me know.

    Thanks,


    Shahab Abbasi

    Thursday, November 2, 2017 6:23 AM

All replies

  • User283571144 posted

    Hi Shahab Abbasi,

    After doing some debugging, I have found that Math Type convert Equation program looks for "MathJax-LateX.tdl" file in SetTranslation method, which he founds when we do the debugging through the Website, but unable to do that when we publish the website.

    According to your description, we couldn't directly find the reason why the Math Type convert Equation program doesn't work in the development environment.

    Could you please post the details error message?

    Have you installed the MathType 6.9b in your published environment?

    Besides, if possible you could post the codes how you used the MathType 6.9b to convert the openxml for us to repro your issue.

    If you could post more details information, it will be easily for us find the reason.

    Friday, November 3, 2017 3:02 AM