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

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

Updated manual page.

  • 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
[419]4pkpgcounter \- manual page for pkpgcounter 2.10
[223]5.SH DESCRIPTION
[419]6pkpgcounter v2.10 (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
[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
[223]30.PP
[419]31The five latter ones, as well as some TIFF documents, are currently
[378]32only supported in page counting mode.
33.PP
[223]34command line usage :
35.IP
36pkpgcounter [options] [files]
37.PP
38options :
39.TP
40\fB\-v\fR | \fB\-\-version\fR
41Prints pkpgcounter's version number then exits.
42.TP
43\fB\-h\fR | \fB\-\-help\fR
44Prints this message then exits.
45.TP
46\fB\-d\fR | \fB\-\-debug\fR
47Activate debug mode.
[378]48.TP
49\fB\-cCOLORSPACE\fR, \fB\-\-colorspace\fR=\fICOLORSPACE\fR
50Activate the computation of ink usage, and defines the
51colorspace to use. Supported values are 'BW', 'RGB',
52\&'CMYK', and 'CMY'.
53.TP
54\fB\-rRESOLUTION\fR, \fB\-\-resolution\fR=\fIRESOLUTION\fR
55The resolution in DPI to use when checking ink usage.
56Lower resolution is faster but less accurate. Default
57is 72 dpi.
[223]58.PP
59examples :
60.IP
61\f(CW$ pkpgcounter file1.ps file2.escp2 file3.pclxl <file4.pcl345\fR
62.IP
63Will launch pkpgcounter and will output the total number of pages
64needed to print all the documents specified.
[378]65.IP
66\f(CW$ pkpgcounter --colorspace bw --resolution 150 file1.ps\fR
67.IP
68Will output the percent of black ink needed on each page of
69the file1.ps file rendered at 150 dpi.
[223]70.PP
71This program is free software; you can redistribute it and/or modify
72it under the terms of the GNU General Public License as published by
73the Free Software Foundation; either version 2 of the License, or
74(at your option) any later version.
75.PP
76This program is distributed in the hope that it will be useful,
77but WITHOUT ANY WARRANTY; without even the implied warranty of
78MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
79GNU General Public License for more details.
80.PP
81You should have received a copy of the GNU General Public License
82along with this program; if not, write to the Free Software
83Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110\-1301, USA.
84.PP
85Please e\-mail bugs to: alet@librelogiciel.com
Note: See TracBrowser for help on using the browser.