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

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

Now includes the ESC/PageS03 parser.

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