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

Revision 486, 2.9 kB (checked in by jerome, 16 years ago)

Updated manual page.

  • 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" "November 2007" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"
3.SH NAME
4pkpgcounter \- manual page for pkpgcounter 3.30
5.SH DESCRIPTION
6pkpgcounter v3.30 (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* Hewlett\-Packard LIDIL (hpijs)
33.PP
34The eight latter ones, as well as some TIFF documents, are currently
35only supported in page counting mode.
36.PP
37command line usage :
38.IP
39pkpgcounter [options] [files]
40.PP
41options :
42.TP
43\fB\-v\fR | \fB\-\-version\fR
44Prints pkpgcounter's version number then exits.
45.TP
46\fB\-h\fR | \fB\-\-help\fR
47Prints this message then exits.
48.TP
49\fB\-d\fR | \fB\-\-debug\fR
50Activate debug mode.
51.TP
52\fB\-cCOLORSPACE\fR, \fB\-\-colorspace\fR=\fICOLORSPACE\fR
53Activate the computation of ink usage, and defines the
54colorspace to use. Supported values are 'BW' (Black),
55\&'RGB', 'CMYK', 'CMY', and 'GC' (Grayscale vs Color).
56\&'GC' is useful if you only need to differentiate
57grayscale pages from coloured pages but don't care
58about ink usage per se.
59.TP
60\fB\-rRESOLUTION\fR, \fB\-\-resolution\fR=\fIRESOLUTION\fR
61The resolution in DPI to use when checking ink usage.
62Lower resolution is faster but less accurate. Default
63is 72 dpi.
64.PP
65examples :
66.IP
67\f(CW$ pkpgcounter file1.ps file2.escp2 file3.pclxl <file4.pcl345\fR
68.IP
69Will launch pkpgcounter and will output the total number of pages
70needed to print all the documents specified.
71.IP
72\f(CW$ pkpgcounter --colorspace bw --resolution 150 file1.ps\fR
73.IP
74Will output the percent of black ink needed on each page of
75the file1.ps file rendered at 150 dpi.
76.PP
77This program is free software: you can redistribute it and/or modify
78it under the terms of the GNU General Public License as published by
79the Free Software Foundation, either version 3 of the License, or
80(at your option) any later version.
81.PP
82This program is distributed in the hope that it will be useful,
83but WITHOUT ANY WARRANTY; without even the implied warranty of
84MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
85GNU General Public License for more details.
86.PP
87You should have received a copy of the GNU General Public License
88along with this program.  If not, see <http://www.gnu.org/licenses/>.
89.PP
90Please e\-mail bugs to: alet@librelogiciel.com
Note: See TracBrowser for help on using the browser.