Re: Creating a table automaticly

2004-05-31 Thread Octavian Rasnita
Thank you much. I will try that. Teddy From: "zentara" <[EMAIL PROTECTED]>> > > You might try abiword, it takes alot of commandline options. > I don't know how it handles tables though, but you could > parse the output. > > > system( 'abiword', '--to=html', $file ) > or warn "Canno

Creating a table automaticly

2004-05-31 Thread Octavian Rasnita
Hi all, I need to read an MS Word file, get the text from it and print it as an HTML page. I can get the text if I run the program under Windows, but: 1. I don't know how I can get the tables and transform them in HTML tables and 2. I don't know how can I get the text if I run the program under L