Panther's TextEdit to Open MS Word Files
2muchcoffeeman writes "Further signs that Jobs and Gates probably won't be vacationing together anytime soon: New Damage has what looks to be screenshot proof of Panther's TextEdit.app opening a Microsoft Word .DOC file. Panther beta users who have tried this report at MacSlash that it works, to a point. So what's next? Is Apple now going to bring back the late, great MacWrite Pro?"
PDF is the default screen capture format in Mac OS X (10.2), and I assume in Panther as well.
The problem with any application providing support for MS Office formats is that the format changes from version to version, therefore it is difficult to preserve the content and formatting of documents perfectly. Anybody using OpenOffice.org will notice that formatting done on MS Word is modified slightly when opened in OpenOffice.org - for documents where layouts are more complicated and space matters (e.g. CVs), this causes problems.
If Apple can create a filter that preserves complex formatting, it should be on to a winner for home users. However, I somewhat doubt that Apple can do so, when Microsoft's own versions of Office can't even cope with changes in the file format...
Here's a link to a freeware app that already enables Cocoa applications to do a similar thing, but with text only: AntiWord Service. It works on Mac OS X 10.1.5 and higher.
It works, but it's not perfect, in some of my documents there are some minor problems, mostly with escape characters. Though, more importantly the fonts are rendered beautifully, instead of the jagged fonts that one has to deal with when using Office v.X.
A good slashdotter would peek in the file and notice this:
Producer: Mac OS X 10.3 Quartz PDFContext
It would have been kind of cool if the window would be rendered in vector graphics, in the reality, and directly displayed to PDF. A vector desktop still seems to be a dream, or did I get something wrong?
-Kvorg
Why do Mac users buy MS Office? Because it's good? Nope. So they can open up .doc files made on a PC.
Actually it is good. It does not conform 100% to the apple OSX guidelines, but it is close enough for me. Its also fast and stable.
It is also nice to be able to create documents and share them with those less fortunate (Windows people). There is no spreadsheet program that is near what Excel does.
Openoffice.org is great and all that, but until they can get it to run outside of an X window system, it can't compete with MS Office on the mac.
If Apple wants to kick MS square in the nuts, they need to put out some kind of competitive office suite that opens up, and saves MS office files. It would not surprise me if they did the same thing with OOo as they did with safari. Apple has been burning alot of bridges lately with MS and there is only one left that I can see hat matters any (MS Office)
I have heard rumors of Apple working on an Office suite which includes a word processor called "Document" and a spreadsheet app cleverly called "Spreadsheet". It seems as though they are going to test and hopefully perfect the most important feature in TextEdit first, reading .doc files.
.doc files perfectly and resave them into Document's native XML format. Document will hopefully be available for Mac OS X and Windows.
.doc format has a death grip on the business world. Unless there is an affordable alternative that can read .doc files it isn't going very far.
Once they have the bugs worked out, they will release Document which will be able to open
Microsoft's
The word processor is the only piece of the office package that most users need. Apple should make just Document for the PC and make it affordable. It will introduce many PC users to how software should be written. Like the iPod it will be a trojan horse that will hopefully cause them to consider a Mac for their next purchase.
Aren't those the same list of things that if done by Microsoft would have you screaming bloody murder though?
No, absolutely not. The things that have bugged me have been:
All that Apple has done is to push standards, make excellent use of open standards and Open Source APIs, and apply a consistent and elegant design aesthetic to their OS and their applications. In short, they have excelled through integrity and hard work. If Apple has an unfair advantage, it is only that they have applied a greater effort than others seem to have the courage to do.
-- thinkyhead software and media
When I read the parent, it occurred to me that this is much more than TextEdit being able to read Word files.
/Developer/Examples/AppKit/TextEdit
TextEdit is a very simple program. Apple even supply the full source for it in the developer tools under
All the real work is done by standard Cocoa classes NSTextView and NSTextStorage. If TextEdit understands Word files, it means that they have added the support to these standard classes. That means that *ALL* cocoa applications will inherit this functionality.