logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

catppt - reads MS-PowerPoint file and puts its content on standard output

Author

       Alex Ott <alexott@gmail.com>

MS-PowerPoint reader                        Version @catdoc_version@                                 ppt2text(1)

Description

catppt reads MS-PowerPoint presentations and dumps its content to stdout.

Name

       catppt - reads MS-PowerPoint file and puts its content on standard output

Options

-l      list known charsets and exit successfully

       -bstring
               slides break string. This string (by default - formfeed) would be output at the end of each slide
               page.

       -dcharset`
               - specifies destination charset name. Charset file has format described in CHARACTER SETS section
               of  catdoc(1)  manual  page. By default, current locale charset would be used if langinfo support
               was enabled at the compile time.

       -scharset
               - specifies source charset. Typically, PowerPoint files use UNICODE strings with known  charsets,
               but for some reason you may wish to override it.

       -V      outputs version number

See Also

cat(1), catdoc(1), xls2csv(1), strings(1), utf(4), unicode(4)

Synopsis

catppt [-lV] [-bstring ] [-scharset ] [-dcharset ] files

See Also