Word file
-
I have got problem. How can I create under application, word file with text, which I want put there. Does anybody now how to do it? Thx
MS Word's Doc format, as much as I know, is not a free format, so it's not strange that there is not an article about it. However it is possible to use reverse engineering or other hacks to find out the format of the file, and I'll not be surprised if I see some one did that already. Searching the web might help you find the format, after that it's as easy as creating a file with similar format and putting text into true order.
// "Life is very short and is very fragile also." Yanni
while (I'm_alive)
{
cout<<"I love programming.";
} -
MS Word's Doc format, as much as I know, is not a free format, so it's not strange that there is not an article about it. However it is possible to use reverse engineering or other hacks to find out the format of the file, and I'll not be surprised if I see some one did that already. Searching the web might help you find the format, after that it's as easy as creating a file with similar format and putting text into true order.
// "Life is very short and is very fragile also." Yanni
while (I'm_alive)
{
cout<<"I love programming.";
}Hamed Mosavi wrote:
However it is possible to use reverse engineering
:~ And what about simply using word automation ?
Cédric Moonen Software developer
Charting control [v1.2] -
Hamed Mosavi wrote:
However it is possible to use reverse engineering
:~ And what about simply using word automation ?
Cédric Moonen Software developer
Charting control [v1.2]That's another solution:) I've never used automation. Does it work in a situation that the end user has not MS Office installed?
// "Life is very short and is very fragile also." Yanni
while (I'm_alive)
{
cout<<"I love programming.";
} -
I have got problem. How can I create under application, word file with text, which I want put there. Does anybody now how to do it? Thx
-
That's another solution:) I've never used automation. Does it work in a situation that the end user has not MS Office installed?
// "Life is very short and is very fragile also." Yanni
while (I'm_alive)
{
cout<<"I love programming.";
}You don't need to have word fully installed but you at least need to install the component.
Cédric Moonen Software developer
Charting control [v1.2] -
You don't need to have word fully installed but you at least need to install the component.
Cédric Moonen Software developer
Charting control [v1.2]Cedric Moonen wrote: need to install the component And is it freely available? I mean, can I redistribute the component with my setup for free? or is there license considerations?
// "Life is very short and is very fragile also." Yanni
while (I'm_alive)
{
cout<<"I love programming.";
} -
You don't need to have word fully installed but you at least need to install the component.
Cédric Moonen Software developer
Charting control [v1.2]Cedric Moonen wrote:
...you at least need to install the component.
How do you do this without also installing Word?
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
I have got problem. How can I create under application, word file with text, which I want put there. Does anybody now how to do it? Thx
-
You may consider going looking at the OpenOffice source at http://www.openoffice.org[^]as the project includes the ability to import and export MS Word compatible files. Rilhas
-
-
MS Word's Doc format, as much as I know, is not a free format, so it's not strange that there is not an article about it. However it is possible to use reverse engineering or other hacks to find out the format of the file, and I'll not be surprised if I see some one did that already. Searching the web might help you find the format, after that it's as easy as creating a file with similar format and putting text into true order.
// "Life is very short and is very fragile also." Yanni
while (I'm_alive)
{
cout<<"I love programming.";
}