root / pkpgcounter / trunk / man / pkpgcounter.1 @ 480

Revision 480, 2.8 kB (checked in by jerome, 17 years ago)

v3.20 is out with support for Brother HBP and improved PCLXL
parser wrt the inclusion of Canon ImageRunner? commands.

  • Property svn:keywords set to Author Date Id Revision
Line 
1.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
2.TH PKPGCOUNTER "1" "October 2007" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"
3.SH NAME
4pkpgcounter \- manual page for pkpgcounter 3.20
5.SH DESCRIPTION
6pkpgcounter v3.20 (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet
7.PP
8pkpgcounter is a generic Page Description Language parser.
9.PP
10pkpgcounter parses any number of input files and/or its standard input
11and outputs the number of pages needed to print these documents.
12.PP
13pkpgcounter can also compute the percent of ink coverage in different
14colorspaces for several file formats.
15.PP
16pkpgcounter currently recognizes the following document formats :
17.IP
18* PostScript (both DSC compliant and binary)
19* PDF
20* PCLXL (aka PCL6)
21* PCL3/4/5 (mostly)
22* DVI
23* Plain text
24* TIFF
25* ESC/P2
26* OpenDocument (ISO/IEC DIS 26300)
27* Zenographics ZjStream
28* Samsung QPDL (aka SPL2)
29* Samsung SPL1
30* ESC/PageS03
31* Brother HBP
32.PP
33The seven latter ones, as well as some TIFF documents, are currently
34only supported in page counting mode.
35.PP
36command line usage :
37.IP
38pkpgcounter [options] [files]
39.PP
40options :
41.TP
42\fB\-v\fR | \fB\-\-version\fR
43Prints pkpgcounter's version number then exits.
44.TP
45\fB\-h\fR | \fB\-\-help\fR
46Prints this message then exits.
47.TP
48\fB\-d\fR | \fB\-\-debug\fR
49Activate debug mode.
50.TP
51\fB\-cCOLORSPACE\fR, \fB\-\-colorspace\fR=\fICOLORSPACE\fR
52Activate the computation of ink usage, and defines the
53colorspace to use. Supported values are 'BW' (Black),
54\&'RGB', 'CMYK', 'CMY', and 'GC' (Grayscale vs Color).
55\&'GC' is useful if you only need to differentiate
56grayscale pages from coloured pages but don't care
57about ink usage per se.
58.TP
59\fB\-rRESOLUTION\fR, \fB\-\-resolution\fR=\fIRESOLUTION\fR
60The resolution in DPI to use when checking ink usage.
61Lower resolution is faster but less accurate. Default
62is 72 dpi.
63.PP
64examples :
65.IP
66\f(CW$ pkpgcounter file1.ps file2.escp2 file3.pclxl <file4.pcl345\fR
67.IP
68Will launch pkpgcounter and will output the total number of pages
69needed to print all the documents specified.
70.IP
71\f(CW$ pkpgcounter --colorspace bw --resolution 150 file1.ps\fR
72.IP
73Will output the percent of black ink needed on each page of
74the file1.ps file rendered at 150 dpi.
75.PP
76This program is free software: you can redistribute it and/or modify
77it under the terms of the GNU General Public License as published by
78the Free Software Foundation, either version 3 of the License, or
79(at your option) any later version.
80.PP
81This program is distributed in the hope that it will be useful,
82but WITHOUT ANY WARRANTY; without even the implied warranty of
83MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
84GNU General Public License for more details.
85.PP
86You should have received a copy of the GNU General Public License
87along with this program.  If not, see <http://www.gnu.org/licenses/>.
88.PP
89Please e\-mail bugs to: alet@librelogiciel.com
Note: See TracBrowser for help on using the browser.