.\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH ESTFILTER 1 "2005-06-04" "Man Page" "Estraier" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME estfxasis, estfxmantotxt, estfxmsotohtml, estfxpdftohtml \- hyperestraier filter programs .SH SYNOPSIS .B estcmd gather -cl -fx ".1,.2,.3,.1.gz,.2.gz,.3.gz" "T@estfxmantotxt" -fz -sd -cm .IB casket . .PP .B estcmd gather -cl -fx ".doc,.xls,.ppt" "H@estfxmsotohtml" -fz -ic UTF-8 -sd -cm .IB casket . .PP .B estcmd gather -cl -fx ".pdf" "H@estfxpdftohtml" -fz -ic UTF-8 -sd -cm .IB casket . .SH DESCRIPTION This manual page documents briefly the hyperestraier filter programs. .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. These programs are called as filter programs when construting an inverted index. Their functions are to read data from a file specified with the first argument, and convert the data to document draft or html, and write the result to a file specified with the second argument. .PP \fBestfxasis\fP just passes input contents to output. .PP \fBestfxmantotxt\fP converts manual pages into plain text, so that it is expected to use "\fBT@\fP" prefix for \fBestcmd\fP filter spec. It depends man, bsdmainutils and coreutils. .PP \fBestfxmsotohtml\fP converts MS-Word, MS-Excel or MS-PowerPoint into html, so that it is expected to use "\fBH@\fP" prefix for \fBestcmd\fP filter spec. It depends on wvWare, xlhtml or ppthtml. .PP \fBestfxpdftohtml\fP converts PDF into html, so that it is expected to use "\fBH@\fP" prefix for \fBestcmd\fP filter spec. It depends on pdftotext. .SH SEE ALSO .BR estcmd (1), .SH AUTHOR estraier was written by Mikio Hirabayashi . .PP This manual page was written by Fumitoshi UKAI , for the Debian project (but may be used by others).