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

Revision 545, 3.0 kB (checked in by jerome, 16 years ago)

Added support for Canon BJ/BJC file format in page counting mode.

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