Click to See Complete Forum and Search --> : doc to html conversion using c++ or c


rajkumar086
March 17th, 2006, 05:35 AM
i need some idea of how to write doc to html conversion using c++ or c.

golanshahar
March 17th, 2006, 05:49 AM
One way is to use Word Automation, search the forums on codeguru for word automation you will find plenty of hits.

Cheers

rajkumar086
March 17th, 2006, 05:59 AM
actually ..i need to write code for use as plug-in and access the commands from the 4D language. and the plug in is to be written in c or c++. will i get the solution.
thanks for the reply.
raj

rajkumar086
March 17th, 2006, 06:01 AM
actually ..i need to write code for the use as plug-in and access the commands from the 4D language. and the plug in is to be written in c or c++. will i get the solution(actual codes)...
thanks for the reply.
raj

kirants
March 17th, 2006, 05:11 PM
It is not clear what you need.


What plug-in ? Plug-in is a loosely defined term and the actual implementation can vary widely. So, you need to specify what plug in you are looking for.
What is doc to html conversion. Is it to convert word document with .doc extension to html format file ?