locked
How to open word document without using ActiveXobject in Javascript? RRS feed

  • Question

  • Hi,

    How to open word document without using ActiveXobject in Javascript?

    I need open word document in client side, edit here itself and send document binary content to server side.

    Is there any way to word object without using COM Component?


    Selvam S

    Friday, March 4, 2016 7:40 AM

Answers

  • Hi Selvam,

    >> How to open word document without using ActiveXobject in Javascript?

    Based on my researching, it seems there is no way except using ActiveXobject in Javascript.

    In addition, this forum is used to discuss Word automation developing issue like C# automation and VBA automation with Word object model. There is no way to achieve your requirement with Word Object model.

    Best Regards,

    Edward


    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.


    Tuesday, March 8, 2016 6:42 AM

All replies

  • Hi Selvam,

    >> How to open word document without using ActiveXobject in Javascript?

    Based on my researching, it seems there is no way except using ActiveXobject in Javascript.

    In addition, this forum is used to discuss Word automation developing issue like C# automation and VBA automation with Word object model. There is no way to achieve your requirement with Word Object model.

    Best Regards,

    Edward


    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.


    Tuesday, March 8, 2016 6:42 AM
  • If you're allowed to program with C# or VB.NET, then you could try DocX (open source library) or free .NET Word component  to manipulate Word document.

    Good luck.

     
    Monday, March 14, 2016 9:06 AM