create worddoc using C

B

Balakrishnan

My requirement is i have to create a table in word document and write some
strings in the document. The string may contain different fonts. As i need to
create diameter symbol( Mechanical Engineering)

All this activities i have to do with C programming. Is there any C standard
structure or header file availabe

PLease give some ide to do this

Thanks & Regards
Balakrishnan.M
 
D

David Kavanagh

Have you considered creating an RTF (Rich Text Format) file instead?
Practically everything that can be specified in a Word Doc can be specified
in an RTF. The advantage is that an RTF file is much easier to create and
manipulate.
Alternatively, if you only need to support the latest version of Word, then
you could use the WML format which is even easier to manipulate as it is XML
based.
 
B

Balakrishnan

Yes rtf is enough for me,
Is there any way to choose font some particaular word

Thanks & Regards
Balakrishnan.M
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top