Document Type Conversion

greetings people, i am working on a problem of converting document types, i.e a .docx file to .html format, any tips or code snippet or headers for a headsup would be of great help and highly appreciated.

Cheers
Are you sure it has to be formatted for HTML? Office 2003 and up will print to MS XPS format natively, and since you're using at least 2007 you already have this ability.
yes, in functional terms;this is how it would be

Input (.doc/.docx)

flag// to check type of file

//conversion algorithm

Output (.html)


So its like a console program that takes input a doc file and outputs a .html file

now i know the basics of how to handle strings, special characters in c++ for special format , but converting file types is unknown to me.

Appreciate ur reply :)
Topic archived. No new replies allowed.