Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

abiword(1) [suse man page]

ABIWORD(1)						      General Commands Manual							ABIWORD(1)

NAME
abiword -- flexible cross-platform word processor SYNOPSIS
abiword [OPTIONS] [FILENAME...] DESCRIPTION
AbiWord is a full-featured, efficient word processing application suitable for a wide range of word processing tasks, and extensible with a variety of plugins. It integrates with enchant(1) to provide spell-checking. OPTIONS
-g WxH[+X+Y], --geometry=WxH[+X+Y] Specifies window geometry at startup. -E PLUGIN, --plugin=PLUGIN Execute the specified plugin instead of the main application. --import-extension=EXT Import the given file as if it had extension EXT, overriding automatic file type detection. -u PROFILE, --userprofile=PROFILE Use PROFILE instead of the default ~/.AbiSuite/AbiWord.Profile to read and store settings. -t DEST, --to=DEST Convert the given file to another format, writing the result to DEST. The format of DEST is determined by its extension. See also --to=FORMAT and --to-name. -t FORMAT, --to=FORMAT Convert the given files(s) to the given format. Unless explicitly specified with --to-name, the original filename will be used (with a different extension, if necessary). See also EXAMPLES. The more popular values for FORMAT include: abw Abiword XML format (zabw for gzip, bzabw for bzip2 compression) dbk DocBook XML doc Microsoft Word binary format docx Office Open XML (newer Microsoft Word versions) html Hypertext Markup Language kwd KWord odt OpenDocument Text pdf Portable Document Format rtf Rich Text Format sxw OpenOffice.org Writer 1.0 txt Plain text --to-name=DEST Only useful in conjunction with --to=FORMAT. Specifies where the converted document shall be written to. --verbose=LEVEL Set level of verbosity [0-2], 2 giving the most detailed output. -h, --help Display a short help message and exit. --version Report the version of AbiWord. EXAMPLES
To convert the document example.abw to RTF: abiword --to=rtf example.abw The resulting file will be named example.rtf. To print a document: abiword --to=ps --to-name=fd://1 FILENAME | lp REPORTING BUGS
Report bugs to the Bugzilla bug tracking system at <http://bugzilla.abisource.com>. SEE ALSO
enchant(1) HISTORY
AbiWord was started in 1998 by AbiSource Inc., a company founded by SourceGear corporation. The initial plan was to build a free office suite named AbiSuite, encompassing word processing, spreadsheet and presentation applications. As they didn't have a usable product when their venture capital was up, the code already developed (namely AbiWord) was made open source. AbiWord development was subsequently taken over by volunteers and is driven by the community to date. AbiWord 2.8 2009-12-11 ABIWORD(1)

Check Out this Related Man Page

TROFF2RTF(1)						      General Commands Manual						      TROFF2RTF(1)

NAME
troff2rtf - convert troff documents to Rich Text Format SYNTAX
troff2rtf [ -mxx ] [ -S charset ] [ file ... ] DESCRIPTION
troff2rtf processes documents written to be formatted with troff (or nroff, or any of the other *roff variants) and converts them to Rich Text Format. RTF is a reasonably portable interchange standard; files in RTF format can be read by a variety of applications, e.g., Micro- soft Word, WordPerfect (Macintosh version 2.0 and up), WriteNow. The main use for troff2rtf is to make it easier to transport troff documents for use with microcomputers. First, convert your document to RTF: % troff2rtf [options] file > file.rtf The available options are described below. The one you'll most likely use is -mxx to specify a macro package like -me or -ms. If the doc- ument contains tables, the conversion can be done like this instead: % tblcvt file | troff2rtf [options] > file.rtf Then move the RTF file to your target machine and read it into your document processor. Optional flags may be given to modify the operation of troff2rtf, as follows: -mxx Specify macro package, usually -man, -me, -mm, or -ms. -S charset Specify the RTF character set. charset can be one of the following: ansi mac pc pca. The default is the Macintosh character set. For documents that you intend to use under Windows, -S ansi is a better choice. SEE ALSO
tblcvt(1), troffcvt(1) WHO-TO-BLAME Paul DuBois, dubois@primate.wisc.edu. BUGS
Table output generated when troff2rtf is used in concert with tblcvt has been known to crash Word outright; caution may be in order. In addition, you may need to read the resulting RTF document into a word processor and tweak column widths manually. Word97 adds support for vertically merging table cells (using the clvmgf and clvmrg control words). troff2rtf supports vertical spans using these controls, but earlier versions of Word don't yet understand them. Consequently, what you'll see for n-cell vertical spans is n individual cells, with all the text in the top cell and n-1 empty cells below it. TROFF2RTF(1)
Man Page