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

Revision 406, 2.7 kB (checked in by jerome, 18 years ago)

pkpgcounter v2.00 is out.

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