1ABIWORD(1) General Commands Manual ABIWORD(1)
2
3
4
6 abiword — flexible cross-platform word processor
7
9 abiword [OPTIONS] [FILENAME...]
10
12 AbiWord is a full-featured, efficient word processing application suit‐
13 able for a wide range of word processing tasks, and extensible with a
14 variety of plugins. It integrates with enchant(1) to provide spell-
15 checking.
16
18 -g WxH[+X+Y], --geometry=WxH[+X+Y]
19 Specifies window geometry at startup.
20
21 -E PLUGIN, --plugin=PLUGIN
22 Execute the specified plugin instead of the main application.
23
24 --import-extension=EXT
25 Import the given file as if it had extension EXT, overriding
26 automatic file type detection.
27
28 -u PROFILE, --userprofile=PROFILE
29 Use PROFILE to read and store settings instead of the default
30 XDG_CONFIG_HOME/abiword/profile.
31
32 -t DEST, --to=DEST
33 Convert the given file to another format, writing the result to
34 DEST. The format of DEST is determined by its extension.
35 See also --to=FORMAT and --to-name.
36
37 -t FORMAT, --to=FORMAT
38 Convert the given files(s) to the given format. Unless explic‐
39 itly specified with --to-name, the original filename will be
40 used (with a different extension, if necessary). See also EXAM‐
41 PLES.
42
43 The more popular values for FORMAT include:
44
45 abw Abiword XML format (zabw for gzip, bzabw for bzip2
46 compression)
47 dbk DocBook XML
48 doc Microsoft Word binary format
49 docx Office Open XML (newer Microsoft Word versions)
50 html Hypertext Markup Language
51 kwd KWord
52 odt OpenDocument Text
53 pdf Portable Document Format
54 rtf Rich Text Format
55 sxw OpenOffice.org Writer 1.0
56 txt Plain text
57
58 --to-name=DEST
59 Only useful in conjunction with --to=FORMAT. Specifies where
60 the converted document shall be written to.
61
62 --verbose=LEVEL
63 Set level of verbosity [0-2], 2 giving the most detailed output.
64
65 -h, --help
66 Display a short help message and exit.
67
68 --version
69 Report the version of AbiWord.
70
72 HOME Defines the user's home directory.
73
74 XDG_CONFIG_HOME
75 Defines the base directory relative to which user specific con‐
76 figuration files should be stored. (See the XDG Base Directory
77 Specification for details.)
78
80 XDG_CONFIG_HOME/abiword/profile
81 The default user profile file. (If XDG_CONFIG_HOME is either not
82 set or empty, a default equal to HOME/.config will be used.)
83
85 To convert the document example.abw to RTF:
86 abiword --to=rtf example.abw
87 The resulting file will be named example.rtf.
88
89 To print a document:
90 abiword --to=ps --to-name=fd://1 FILENAME | lp
91
93 Report bugs to the Bugzilla bug tracking system at
94 <http://bugzilla.abisource.com>.
95
97 enchant(1)
98
100 AbiWord was started in 1998 by AbiSource Inc., a company founded by
101 SourceGear corporation. The initial plan was to build a free office
102 suite named AbiSuite, encompassing word processing, spreadsheet and
103 presentation applications. As they didn't have a usable product when
104 their venture capital was up, the code already developed (namely Abi‐
105 Word) was made open source. AbiWord development was subsequently taken
106 over by volunteers and is driven by the community to date.
107
108
109
110AbiWord 2.9 2012-04-26 ABIWORD(1)