Docx format ?
Hi,
Is there any way I can read a .docx file on my CentOS desktop ? Cheers, Niki _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
Docx format ?
Niki Kovacs wrote:
> Hi, > > Is there any way I can read a .docx file on my CentOS desktop ? > > Open Office 3 will do it. roger wells > Cheers, > > Niki > _______________________________________________ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > > -- Roger Wells, P.E. SAIC 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-849-1585 (fax) roger.k.wells@saic.com _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
Docx format ?
Niki Kovacs wrote:
> Roger asked: >> >> Is there any way I can read a .docx file on my CentOS desktop ? >> > Open Office 3 will do it. Yep, as well as .xlsx But, I mean, you know all the *pressing* and Important reasons that M$ had to change the file format.... mark "sell more copies of the new version? Nahhhh...." _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
Docx format ?
At Wed, 25 Nov 2009 19:13:06 +0100 CentOS mailing list <centos@centos.org> wrote:
> > Hi, > > Is there any way I can read a .docx file on my CentOS desktop ? A .docx is a ZIP file with some XML files in the archive. One of those XML files contains the *text* of the document. One can use an XML processing program to strip off the XML, leaving the bare textual content. It will be unformatted, though. > > Cheers, > > Niki > _______________________________________________ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > > -- Robert Heller -- 978-544-6933 Deepwoods Software -- Download the Model Railroad System http://www.deepsoft.com/ -- Binaries for Linux and MS-Windows heller@deepsoft.com -- http://www.deepsoft.com/ModelRailroadSystem/ _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
Docx format ?
Robert Heller wrote:
> At Wed, 25 Nov 2009 19:13:06 +0100 CentOS mailing list <centos@centos.org> wrote: > >> Hi, >> >> Is there any way I can read a .docx file on my CentOS desktop ? > > A .docx is a ZIP file with some XML files in the archive. One of those > XML files contains the *text* of the document. One can use an XML > processing program to strip off the XML, leaving the bare textual > content. It will be unformatted, though. You need openoffice "novell" version from: http://go-oo.org/ -- Eero _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
Docx format ?
m.roth@5-cent.us wrote:
> Yep, as well as .xlsx > > But, I mean, you know all the *pressing* and Important reasons that M$ had > to change the file format.... > FWIW, the new formats are XML based, albeit compressed. in most theories, this is a good idea for portability. the old file formats were proprietary, complex and full of ugliness from 20 years of extensions and variations (.DOC was used by MS Word for MSDOS circa 1985). Yes, I know, MS did their own XML 'open' document format, not the one everyone else is using, but at least being XML, its readily decodable. _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
Docx format ?
> m.roth@5-cent.us wrote:
>> Yep, as well as .xlsx >> >> But, I mean, you know all the *pressing* and Important reasons that M$ >> had >> to change the file format.... >> > > FWIW, the new formats are XML based, albeit compressed. in most > theories, this is a good idea for portability. > > the old file formats were proprietary, complex and full of ugliness from > 20 years of extensions and variations (.DOC was used by MS Word for > MSDOS circa 1985). Yes, I know, MS did their own XML 'open' document <snip> Yeah, some of us have been around that long and remember. Fortunately, I wasn't forced to pollute my mind with Word until the late nineties, at worst. Until then, when M$ paid with what we now know were illegal kickbacks to the manufacturers, *everyone* used WordPerfect, which, starting with 5.0, was *very* good. Too bad they have never been able to market their way out of a wet paper bag with the Governator. Also dumb, since their reveal codes showed codes that would have had a one-to-one translation to html. mark _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
Docx format ?
On Wed, Nov 25, 2009 at 10:37 AM, Eero Volotinen <eero.volotinen@iki.fi> wrote:
> Robert Heller wrote: >> At Wed, 25 Nov 2009 19:13:06 +0100 CentOS mailing list <centos@centos.org> wrote: >> >>> Hi, >>> >>> Is there any way I can read a .docx file on my CentOS desktop ? >> >> A .docx is a ZIP file with some XML files in the archive. *One of those >> XML files contains the *text* of the document. *One can use an XML >> processing program to strip off the XML, leaving the bare textual >> content. *It will be unformatted, though. > > You need openoffice "novell" version from: http://go-oo.org/ > Not really - OO 3.1 for Linux and (gag) Windows reads them just fine. mhr _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
Docx format ?
At Wed, 25 Nov 2009 11:17:13 -0800 CentOS mailing list <centos@centos.org> wrote:
> > m.roth@5-cent.us wrote: > > Yep, as well as .xlsx > > > > But, I mean, you know all the *pressing* and Important reasons that M$ had > > to change the file format.... > > > > FWIW, the new formats are XML based, albeit compressed. in most > theories, this is a good idea for portability. > > the old file formats were proprietary, complex and full of ugliness from > 20 years of extensions and variations (.DOC was used by MS Word for > MSDOS circa 1985). Yes, I know, MS did their own XML 'open' document > format, not the one everyone else is using, but at least being XML, its > readily decodable. The new format is still semi-proprietary. Using XML and ZIP does not automagically make the format open. If the *meaning* of the XML tags are not documented, it is not possible to decode the XML file: <f><g q="t">Hello</g><r x="96"/><g q="t">World</g><y z="3.14159"/></f> > > > _______________________________________________ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > > -- Robert Heller -- Get the Deepwoods Software FireFox Toolbar! Deepwoods Software -- Linux Installation and Administration http://www.deepsoft.com/ -- Web Hosting, with CGI and Database heller@deepsoft.com -- Contract Programming: C/C++, Tcl/Tk _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
Docx format ?
Roger K. Wells a écrit :
> Open Office 3 will do it. Indeed. I just gave it a try, it works. But I have to open the file from within OO, there's no preconfigured file association. Cheers, Niki _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
| All times are GMT. The time now is 09:46 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.