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