Plan 9 from Bell Labs’s /usr/web/sources/contrib/steve/root/sys/src/cmd/pptfs/pptfs.man

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


.TH PPTFS 4
.SH NAME
pptfs \- Interpret Microsoft Powerpoint™ files
.SH SYNOPSIS
.B pptfs
[
.B -a
] [
.B -b
] [
.B -m
.I mntpt
] [
.B -s
.I srvname
] [
.I ``Current User'' ``PowerPoint Document'' Pictures
]
.SH DESCRIPTION
.I Pptfs
opens a set of files, reprisenting a PowerPoint document -
(usually provided by olefs(4)), interprets their contents,
and serves them as a filesystem containing a directory per slide.
.SH EXAMPLE
To view the contents of the first file of a PowerPoint document:
.IP
.EX
aux/olefs presentation.ppt
pptfs
cat /mnt/doc/ppt/slide256/body
.EE
.SH "SEE ALSO"
.IR doc2txt (4)
.SH SOURCE
.B /usr/local/sys/src/cmd/aux/pptfs
.SH BUGS
A lack of documentation means pptfs(1)'s design
is a result of experimentation - "It works on the files I tested it on".
.PP
PowerPoint slide numbering seems arbitary.

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.