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

Revision 2146, 2.0 kB (checked in by jerome, 19 years ago)

It seems that $Log$ is not implemented or doesn't work for some reason

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