]> www.wagner.pp.ru Git - oss/catdoc.git/blob - doc/catppt.1.in
Recreated CVS repository from working copy
[oss/catdoc.git] / doc / catppt.1.in
1 .TH ppt2text 1  "Version @catdoc_version@" "MS-PowerPoint reader"
2 .SH NAME
3 catppt \- reads MS-PowerPoint file and puts its content on standard output
4 .SH SYNOPSIS
5
6 .BR "catppt " [ -lV ] 
7 .RB [ -b
8 .IR " string " ]
9 .RB [ -s 
10 .IR " charset " ] 
11 .RB [ -d 
12 .IR " charset " ] 
13 .I files
14
15 .SH DESCRIPTION
16
17 .B catppt
18 reads MS-PowerPoint presentations and dumps its content to stdout. 
19 .SH "OPTIONS"
20 .TP 8
21 .BR -l
22 list known charsets and exit successfully
23 .TP 8
24 .BI -b string
25 slides break string. This string (by default - formfeed) would be output
26 at the end of each slide page.
27
28 .TP 8
29 .BI -d charset`
30 - specifies destination charset name. Charset file has format described in
31 CHARACTER SETS section of 
32 .BR catdoc (1)
33 manual page. By default, current locale
34 charset would be used if langinfo support was enabled at the compile time.
35
36 .TP 8
37 .BI -s charset
38 - specifies source charset. Typically, PowerPoint files use UNICODE
39 strings with known charsets, but for some reason you may wish to 
40 override it.
41
42 .TP 8
43 .B -V
44 outputs version number
45
46 .SH "SEE ALSO"
47
48 .BR cat (1),
49 .BR catdoc (1),
50 .BR xls2csv (1),
51 .BR strings (1),
52 .BR utf (4),
53 .BR unicode (4)
54
55 .SH AUTHOR
56
57 Alex Ott <alexott@gmail.com>
58