The Register® — Biting the hand that feeds IT

Microsoft dishes up Mac Office converters

Anonymous Coward

Utter garbage 

Stop

Good to see someone like Kelly talking completely out of her backside.

Lest she forget, Microsoft actually created Word for use on Apple computers in the days when other PCs were either IBM or Atari, Amiga Commodore.

Anonymous Coward

But Pages does such a GOOD job of converting 

Gates Halo

Er... isn't the Mac BU very profitable for Microsoft? So annoying Mac Office users is a good idea?

Rupert Stubbs

Why would anyone use the OXML format anyway? 

The first thing that any sane person forced to use Office 2008 does is to switch on "Always use [Office 2004] Compatability Mode", which means all your docs are saved in good old .doc format, which everyone can read. Why would anyone do differently?

Anonymous Coward

BUT THEY HAVE NOT FIXED OFFICE YET.... 

Jobs Horns

OK, a simple 40 page document and when I print it the "Page x of y" in the header shows "Page 1 of 1", "2 of 2", "3 of 3" instead of "1 of 40", "2 of 40" etc.

This bug has been around since at least Office 2000.

Normally it doesn't rear its ugly head until you hit say a 400 page monster.

We write large technical documents with lots of figures and tables. Word ALWAYS screws up eventually. Even if you use sub-documents.

Not to mention crashing, crashing and crashing again loading simple DOT templates that work fine for Office 2000, XP and 2003. I have to find someone with an old copy, have them save it to DOC and then re-create the DOT.

Of course, not one customer will accept the "Open" XML format.

Micro$soft, still working hard!

Anonymous Coward

No Comment 

Boffin

Microsoft Office? ... before handing over the dosh, try http://www.neooffice.org

KenBW2

Getting in before OOo I bet 

Linux

'nuff said

Thomas

But... 

"Tweaking a product already on the market doesn’t exactly bump up sales, it just improves compatibility for a few Apple fans who use Office 2004 on their beloved Macs."

Will they be releasing converters for people who like their Macs but don't love them?

richard

oh thank the gods.. 

Jobs Halo

i knew there was something missing on my mac...thanks bill and steve and all the hard working staff at microsoft, now i can use my mac for what it was invented for...writing letters and creating spreadsheets. yippee!

no, that's it, i can't keep it up...i detest them and all that microshite produces, may they rot in a mercury cesspit with their beige jumpers and 'hilarious' gates' leaving video....wankers.

Fred

@AC - OXML 

Thumb Down

>The first thing that any sane person forced to use Office 2008 does is to switch on "Always use [Office 2004] Compatability Mode", which means all your docs are saved in good old .doc format, which everyone can read. Why would anyone do differently?

yes - but - even on the Mac most people dont know their heads from.....

and MS sets the default to OXML (they do this on the trial versions too - both platforms)

So... until you actually send one of these to someone else you may not realize that it is indeed OXML, and if your running the trial version - which has expired..

Creek, boat - no paddle

Greg Fleming

@ AA 

"Lest she forget, Microsoft actually created Word for use on Apple computers in the days when other PCs were either IBM or Atari, Amiga Commodore."

Actually, and I hate to say this, Word was first deployed in the early 80's for Xenix, (MS's version of UNIX) initially. It was then called MultiTool (how appropriate) and used the virtually identical codebase which was then later used in DOS.

I know this because I am ancient.

Mike

page numbers 

IT Angle

Anonymous Coward, I just fixed this for a client. Try preferences - print - update fields. It's off for some reason by default.

Greg Fleming

Like I KEEP saying … 

IT Angle

WHAT is WRONG with RTF? Its open. Its an open standard. It ignores markup it hasn't been programmed to deal with. Its ASCII with markup and ANYTHING can be programmed to output it,

S A D.

J

Re: BUT THEY HAVE NOT FIXED OFFICE YET.... 

Joke

Well, anyone writing such long documents in Word deserves what they get <shudder>

Anyway, who needs this thing on a Mac? Does any one work using one? C'mon! From the marketing I see all a Mac is good for is creating movies, editing pictures, music... Just look at that trendy yuff of the PC x Mac ads! Case closed.

Chris Fox

RTF a standard? (Re: Like I KEEP saying) 

I am not entirely sure why anyone would recommend using RTF with Microsoft Office. This "standard" is de facto controlled by Microsoft, and the RTF saved by Microsoft products is as ever-changing poorly document as all their other file formats. There has even been an anti-trust complaint about Microsoft's handling of RTF. It may be that there are published specifications for RTF, but, as with OOXML (or whatever it is called now), saying it is a "standard" does not help much when writing programs to deal with the junk created by Microsoft products.

Greg Fleming

No, Chris 

Stop

RTF is NOT controlled by Microsoft. It is derived from Navy DIF markup and RTF allows ANYONE to add their own custom tags and markup. A bit like XML?

How your read, write and process this RTF markup is entirely up to you in the software you implement and like all text-based file formats you can apply substitution for the markup (\i could switch on bold instead of italic if you really wanted it to for example).

There is a core set of RTF markup commands which is added to and updated periodically (like every 5-10 years) but the rest of it is entirely up to you to play with.

It's incredibly simple, versatile and quite forgiving and has been a successful universal interchange format now for over 25 years.

You can store binary data in it too and it supports direct insertion or linking of external references and objects. In Base 64.

Greg Fleming

No, Chris 

Stop

RTF is NOT controlled by Microsoft. It is derived from Navy DIF markup and RTF allows ANYONE to add thier own custom tags and markup. A bit like XML?

How your read, write and process this RTF markup is entirely up to you in the software you implement and like all text-based file formats you can apply substitution for the markup (\i could switch on bold instead of italic if you really wanted it to for example).

There is a core set of RTF markup commands which is added to and updated periodically (like every 5-10 years) but the rest of it is entirely up to you to play with.

It's incredibly simple, versatile and quite forgiving and has been a successful universal interchange format now for over 25 years.

You can store binary data in it too and it supports direct insertion or linking of external references and objects. In Base 64.