-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathantiword.man
146 lines (113 loc) · 5.32 KB
/
antiword.man
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
ANTIWORD(1) Linux User's Manual ANTIWORD(1)
NAME
antiword - show the text and images of MS Word documents
SYNOPSIS
antiword [ options ] wordfiles
DESCRIPTION
Antiword is an application that displays the text and the
images of Microsoft Word documents.
A wordfile named - stands for a Word document read from
the standard input.
Only documents made by MS Word version 2 and version 6 or
later are supported.
OPTIONS
-h Give a help message.
-i image level
The image level determines how images will be
shown.
0: Use non-standard extensions from Ghostscript.
This output may not print on any PostScript
printer, but is useful in case no hard copy is
needed. It is also useful when Ghostscript is
used as a filter to print a PostScript file to a
non-PostScript printer.
1: Show no images.
2: PostScript level 2 compatible. (default)
3: PostScript level 3 compatible. (EXPERIMENTAL,
Portable Network Graphics (PNG) images are not
printed correctly)
-m mapping file
This file is used to map Unicode characters to your
local character set. The default is UTF-8.txt in
locales that support UTF-8 and 8859-1.txt in other
locales.
-p papersize
Output in PostScript form. Printable on paper of
the specified size: 10x14, a3, a4, a5, b4, b5,
executive, folio, legal, letter, note, quarto,
statement or tabloid.
-s Include text with the so-called "hidden text"
attribute.
-t Output in text form. (default)
-w width
In text mode this is the line width in characters.
A value of zero puts an entire paragraph on a line,
useful when the text is to used as input for
another wordprocessor. This value is ignored in
PostScript mode.
-x document type definition
Output in XML form. Currently the only document
type definition is db (for DocBook).
-L In PostScript mode: use landscape mode.
FILES
Mapping files like 8859-1.txt
Antiword looks for its mapping files in three
directories, in the order given:
(1) The directory specified by $ANTIWORDHOME
(2) The directory specified by $HOME/.antiword
(3) Directory /usr/share/antiword
The fontnames file
Antiword will look for its fontname file in the
same directories as used for the mapping files.
The fontnames file contains the translation table
from font names used by MS Word to font names used
by PostScript.
NOTE:
Antiword cannot tell the difference between a file
that does not exist and a file that cannot be
opened for reading.
ENVIRONMENT
Antiword uses the environment variable ``ANTIWORDHOME'' as
the first directory to look for its files. Antiword uses
the environment variable ``HOME'' to find the user's home
directory. When in text mode it uses the variable
``COLUMNS'' to set the width of the output (unless over-
ridden by the -w option).
BUGS
Antiword is far from complete. Many features are still
missing. Many images are not shown yet. Some of the images
that are shown, are shown in the wrong place. PostScript
output is only available in ISO 8859-1 and ISO 8859-2.
WEB SITES
The most recent released version of Antiword is always
available from:
http://www.winfield.demon.nl/index.html
or try
http://antiword.cjb.net/
AUTHOR
Adri van Os <[email protected]>
or try <[email protected]>
R.F. Smith <[email protected]> and
Sindi Keesan <[email protected]>
contributed to this manual page.
LICENSE
Antiword is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public
License as published by the Free Software Foundation;
either version 2 of the License, or (at your option) any
later version.
This program is distributed in the hope that it will be
useful but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU General Public License for more
details.
You should have received a copy of the GNU General Public
License along with this program; if not, write to the Free
Software Foundation, Inc., 59 Temple Place, Suite 330,
Boston, MA 02111-1307 USA
ACKNOWLEDGEMENTS
Linux is a registered trademark of Linus Torvalds.
PostScript is a trademark of Adobe Systems Incorporated.
Microsoft is a registered trademark and Windows is a
trademark of Microsoft Corporation.
Antiword 0.35 Sep 13, 2003 ANTIWORD(1)