Sponsored Content
Full Discussion: MS Office for Linux..
Operating Systems Linux MS Office for Linux.. Post 100002 by cbkihong on Thursday 23rd of February 2006 01:09:01 AM
Old 02-23-2006
Your options (may be incomplete):
1) Install OpenOffice.org. It opens and saves MS Office documents in principle but chances are it may not open your documents correctly. You can always test with the Windows version of OpenOffice.org first. If it is okay on Windows, it is most likely okay on Linux. Do install the latest version 2.x but not 1.x.

2) Use some emulation software like VMWare or Xen and run your Windows and MS Office in it. I have no experience with this.

3) Run MS Office with Wine. Not necessarily work either.

I believe you can dig out some information by searching for "run MS Office on Linux" from Google.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

mailx - out of the office

I'm using the mailx client on Solaris to read my email. I would like to know if it is possible to create an "Out of the Office" reply to the sender of email while I'm on vacation??? (3 Replies)
Discussion started by: bigfish
3 Replies

2. HP-UX

Office tool for HP-UX 11.0 ?

Hi Experts, I am facing a problem in opening the office files like *.doc, *.ppt , *.xls etc in HP Unix. How do I do this? Is the software available , If yes is it freely available or Do I need to buy it ? (3 Replies)
Discussion started by: prasanna
3 Replies

3. UNIX for Dummies Questions & Answers

Where can i find staroffice or any other kind office program for unix or linux?

No detail:confused: (4 Replies)
Discussion started by: HOUSCOUS
4 Replies

4. UNIX Desktop Questions & Answers

Linux & Office Suites

Please give me the names of some TOTALLY FREE Linux distributions and MS Office like applications suites for Linux. Thanks! (8 Replies)
Discussion started by: oti
8 Replies

5. News, Links, Events and Announcements

SuSe Linux runs MS Office

SuSe Linux runs MS Office (0 Replies)
Discussion started by: HOUSCOUS
0 Replies

6. UNIX for Dummies Questions & Answers

Office

My first question is: Is there a version of Microsoft Office out for Unix? My second Question is: If there isn't a version of Microsoft Office for Unix, then can i get MS office for MAC OS X and install it on my sparc sytems? Im running solaris 8 and 10. (2 Replies)
Discussion started by: vikster007
2 Replies

7. Red Hat

how can i get open office package for Redhat Linux 5.0

Dear Team, Any body who have idea to down load the open office package for Redhat linux 5.0. Please send me the URL. so that i can easily down load from net. (2 Replies)
Discussion started by: sahu.tapan
2 Replies

8. UNIX for Advanced & Expert Users

Finger command not showing Office, Office Phone from /etc/passwd

Not sure if this is the best place to post, but at this point my question seems to be an advanced topic. I'm curious why it is that the "office phone" column of finger does not seem to report anything even when data is entered in the GECOS field of /etc/passwd. I am using Ubuntu 8.10, kernel... (1 Reply)
Discussion started by: gratuitous_arp
1 Replies

9. Red Hat

error to openopen office

Hi I am receiving folowing error while running open office on redhat please guide how to resolve (I) x.org loaded video driver of... (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so (==) Depth 24 pixmap format is 32 bpp (III) Desktop is: GNOME (IV) openoffice.org-kde... (1 Reply)
Discussion started by: manigrover
1 Replies

10. Linux

Office installation on Linux without root access

Need Assistance in finding office open source for REDHAT linux. Need to be compiled as non-root user . If possible I also need instructions for installation. (6 Replies)
Discussion started by: ajayram_arya
6 Replies
FIG2SXD(1)						      General Commands Manual							FIG2SXD(1)

NAME
fig2sxd - utility to convert .fig to .sxd SYNOPSIS
fig2sxd [-w] [-l(ine)w(idth)1 l] figfile sxdfile DESCRIPTION
The program tries to convert the given file in xfig format into a sxd file for OpenOffice.org Draw. If figfile ends with .fig or .xfig and sxdfile is omitted, the output file will be named like figfile ending with .sxd instead of .(x)fig. Using - for figfile makes the program read from stdin so that it is possible to use pstoedit -f fig file.ps - | fig2sxd - file.sxd to convert ps files. (For files with many objects you might want to use something like pstoedit -f 'fig:-startdepth 9999' file.ps - | fig2sxd - file.sxd to get more layers; the output of pstoedit then is no longer a valid xfig file, but it makes the z ordering of the objects in Open- Office.org Draw stay correct.) Using - for sxdfile makes the program write to stdout. With the -linewidth1 (or -lw1) option, the width of lines with thickness 1 in xfig can be set, unit is 1 cm. Using 0 here gives fine lines. Example: pstoedit -f 'fig:-startdepth 9999' file.ps - | fig2sxd -lw1 0 - file.sxd With the -w option, out-of-specification values are only warnings but will be sanitized. DEFICIENCIES
Not all of the .fig objects are converted correctly: splines look quite similar, but are not exactly the same; text placement might be a little bit wrong, especially for very small font sizes; hatches look different in many cases; hollow arrows are not supported and replaced by their filled counterparts. There are various other things that could be improved. It looks like OpenOffice.org cannot read xml attribute values longer than 64kB as they might appear for very long polygons/-lines. For unfilled polylines, fig2sxd therefore creates several smaller polylines of 500 points each and groups them together. Splitting an arbitrary filled polygon is not trivial and not implemented. SEE ALSO
pstoedit(1), xfig(1) and http://fig2sxd.sourceforge.net/ (for updates). AUTHOR
Program and manual page were written by Alexander Burger <acfb@users.sourceforge.net>. FIG2SXD(1)
All times are GMT -4. The time now is 01:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy