views:

22

answers:

1

Like the title said, I'm looking to generate a word doc (or something word can read formatted) from an Adobe Air application. My second alternative would be to generate an HTML doc and format it like the word document but it would be more convenient to use a word processor.

I eventually will tie this to a database (probably php). Any help would be great!

Steve

A: 

You can either do this on the server with something like Apache POI or you can port POI to ActionScript and do it on the client.

James Ward