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

Revision 1575, 1.9 kB (checked in by jalet, 20 years ago)

PCLXL support now works !

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