1ppt2text(1) General Commands Manual ppt2text(1)
2
3
4
6 catppt - reads MS-PowerPoint file and puts its content on standard out‐
7 put
8
10 catppt [-lV] [-b string ] [-s charset ] [-d charset ] files
11
12
14 catppt reads MS-PowerPoint presentations and dumps its content to std‐
15 out.
16
18 -l list known charsets and exit successfully
19
20 -bstring
21 slides break string. This string (by default - formfeed) would
22 be output at the end of each slide page.
23
24
25 -dcharset`
26 - specifies destination charset name. Charset file has format
27 described in CHARACTER SETS section of catdoc(1) manual page.
28 By default, current locale charset would be used if langinfo
29 support was enabled at the compile time.
30
31
32 -scharset
33 - specifies source charset. Typically, PowerPoint files use
34 UNICODE strings with known charsets, but for some reason you
35 may wish to override it.
36
37
38 -V outputs version number
39
40
42 cat(1), catdoc(1), xls2csv(1), strings(1), utf(4), unicode(4)
43
44
46 Alex Ott <alexott@gmail.com>
47
48
49
50
51MS-PowerPoint reader Version @catdoc_version@ ppt2text(1)