
I need to export data to MS Word in my application by using Flex and Java. How can do this with actionscript 3. I’m new to Flex technology.
Please help me in this.
Thansk for help in advance
Seshadri Babu
SeshadriBabu@gmail.com
If you would like to make a comment, please fill out the form below.
From what I understand, this is no small task. I have never done this, but can tell you that you’ll need to use the File classes with Adobe AIR. I’ve used them to write RTF documents, but to do that you need an understanding of rtf syntax. There’s also the ms xml format you might choose. As for writing a doc document, I’m sorry that I can’t help you there.