04-08-2009 05:45 AM
Hello,
I require an idea to accomplish the conversion of a .doc (word file) to .html (HTML file) in LabVIEW.
I am working on a project in which i am having reports being generated after each test case execution.
The data after the each test is meant to be appended in the corresponding report.
I just want to convert the .doc file to .html file for only display purpose as this is a requirement.
I dont want to use any kind of converters in this.
I have to do some calculations and modifications in the report before saving it, that's why i am thinking in this way as i had come to know that this is possible in LabVIEW.
Can someone help me in this regard.
Thanks & Regards,
Samriddh Sarbalhi
04-08-2009 06:05 AM
04-08-2009 06:30 AM
Hi,
Can i do this programatically using LabVIEW VI's.
Thanks & Regards,
Samriddh Sarbalhi
04-08-2009 07:02 AM
04-08-2009 09:40 AM
samriddh wrote:Hi,
Can i do this programatically using LabVIEW VI's.
As noted, you need to access the Microsoft Word ActiveX server using the LabVIEW ActiveX functions. There are several examples that ship with LabVIEW (Help -> Find Examples) on how to use ActiveX. You can also search the NI site.
08-01-2013 05:19 AM
here are some c# source codes on how to convert word to html for you. hope this can help you on your project.