Learn about Linux
Download Linux
Get Linux help
Get special offers on:
Linux Application Dev Programming Software
Email:
#
Return to Viewing Word files at the command line
© Copyright 1999-2008 - SourceForge, Inc., All Rights Reserved About Linux.com - Privacy Statement - Terms of Use - Advertise - Trademark - Ask Linux Questions - Write for Us - RSS Feed ThinkGeek - Slashdot - SourceForge.net - freshmeat - Surveys - Jobs
Viewing Word files at the command line with OpenOffice...
Posted by: Anonymous [ip: 24.68.129.82] on September 03, 2007 09:39 PMCheck out http://www.xml.com/pub/a/2006/01/11/from-microsoft-to-openoffice.html -- you can convert to text if you use the Filtername "Text" ala:
<code> MakePropertyValue( "FilterName", "Text" )</code>
#