root / pykota / trunk / man / pkpgcounter.1 @ 1548

Revision 1548, 1.8 kB (checked in by jalet, 20 years ago)

Updated man page

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1.TH PKPGCOUNTER "1" "April 2004" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"
2.SH NAME
3pkpgcounter \- PyKota script to count pages in PostScript, PDF or PCL documents
4.SH SYNOPSIS
5.B pkpgcounter
6.RI file1
7.RI file2
8.RI ...
9.SH DESCRIPTION
10This manual page documents briefly the
11.B pkpgcounter
12command.
13.PP
14\fBpkpgcounter\fP is a convenience script provided by pykota that attempts
15to count the number of pages in a PostScript, PDF or PCL document. This may be of use
16as an external accounter as defined in /etc/pykota/pykota.conf, since currently
17\fBpkpgcounter\fP is the smarter software accounter included with PyKota.
18
19\fBpkpgcounter\fP with no argument reads the job's data from stdin, and prints
20the number of pages on stdout.
21
22\fBpkpgcounter\fP accepts any number of filenames as its arguments, and also the
23special argument '-' in place of stdin. With multiple arguments it prints
24the total number of pages of all the documents.
25
26For further information, see the HTML documentation that came with the pykota
27package, found in /usr/share/doc/pykota/html/.
28
29.PP
30This program is free software; you can redistribute it and/or modify
31it under the terms of the GNU General Public License as published by
32the Free Software Foundation; either version 2 of the License, or
33(at your option) any later version.
34.PP
35This program is distributed in the hope that it will be useful,
36but WITHOUT ANY WARRANTY; without even the implied warranty of
37MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
38GNU General Public License for more details.
39.PP
40You should have received a copy of the GNU General Public License
41along with this program; if not, write to the Free Software
42Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
43.PP
44Please e-mail bugs to: Jerome Alet - alet@librelogiciel.com
45
46.SH AUTHOR
47This manual page was written by Jerome Alet.
Note: See TracBrowser for help on using the browser.