SoftMaker Office 2008 vs. OpenOffice.org 3.1
snydeq writes "InfoWorld's Randall Kennedy examines would-be Microsoft Office competitors SoftMaker Office and OpenOffice.org and finds the results surprising. OpenOffice.org — frequently cited as the most viable Office competitor — has pushed for Office interoperability in version 3.1, adding import support for files in Office 2007's native Open XML format. But, as Kennedy found in Office-compatibility testing, that support remains mostly skin deep. 'Factor in OpenOffice's other well-documented warts — buggy Java implementation, CPU-hogging auto-update system, quirky font rendering — and it's easy to see why the vast majority of IT shops continue to reject this pretender to the Microsoft Office throne,' Kennedy writes. SoftMaker Office, however, 'shows that good things often still come in small packages.' Geared more toward mobile computing, the suite's 'compact footprint and low overhead make it ideal for underpowered systems, and its excellent compatibility with Office 2003 file formats means it's a safe choice for heterogeneous environments where external data access isn't a priority.'" Note that SoftMaker Office is not free software — it costs $79.95 — and there is no version for Macintosh.
All that OpenOffice bashing and SoftMaker Office boasting and there's only a negligible scoring difference between them?
From reading the article you'd think OpenOffice was crap (less than 5) and SoftMaker Office was the greatest thing next to sliced bread (8+)...
Either I am really stupid (which is possible I won't deny it), or this is clearly a hidden advertisement on Slashdot for SoftMaker Office. To be anywhere near a fair comparison they should have included IBM Lotus Symphony, KOffice, StarOffice and others. Not compare OpenOffice to some commercial product I don't think many people ever heard about.
I don't understand why this has made it to the frontpage.
Does the competition actually require you to send in your plan as a .doc file? You should be able to send it in as a pdf or postscript.
.doc files should be getting sent around is within a single team or corporation, where you have a reasonable expection that your coworkers have the same program available that you do.
It just always really irks me that people ask for finished documents in an editor's format. If people would just stop having this dumb expection, then it wouldn't matter if my tool of choice was Word, Ooo, Pages, Correl, html, or LaTex. They're all able to send out postscript files, and usually able to generate pdf these days.
The only time
I thought it was an ad?
Quack, quack.
I've been using Word for like 20 years, and this has happened maybe once or twice.
Lucky you. Too bad I run into that issue on a regular basis every time I go print something by one of the nearby libraries or computer labs. What a nightmare.
"Word isn't perfect so you might as well gamble on OpenOffice" is a frequently used argument, but not a very compelling one.
Neither is "OpenOffice isn't perfect so you might as well just forget about it and pay the money for Word."
I have no problems with anyone using either program; use what works for you. It just not fair to pick on one for having the same exact problem as the other with incompatibility.
It is not difficult to copy and paste from. I probably do this on a daily basis. The only time you can't copy and paste is if the document author was an idiot and blocked the copy/paste/print functions, or if the source content for the PDF was a scan of an older printed document.
No, you're wrong. In PDF text is stored as small chunks to be printed at the current point with the current font. There is no concept of a paragraph or a column. So if your text is even marginally complex - for example, you have superscripts, multiple columns, text labels on an image beside the text of your document, manual kerning, font substitution for some characters, bidi text... then you have lots of disconnected text chunks. In order to copy these, the reader needs to guess what the original formatting was. And I haven't even started on ligatures and mathematical formulae yet.
For this reason PDF readers often have 2 copy modes: rectangular and reading-order. The rectangular option tries to preserve position information (fairly easy), while the other option tries to guess and preserve the reading order (fairly hard). The rectangular option works well on tables, but poorly on multicolumn text; the opposite is generally true for reading-order selection. Evince's text selection is rectangular, Acrobat used to have both but seems to have only reading-order selection these days.
I happen to know this because I've done some work on fixing text selection in poppler; but its not just poppler-based readers that have a problem: its just as bad in Acrobat and (on the mac) Preview. Its not very hard to find documents with problems like this, and its one of the most-duped poppler/evince bugs.