File: pkpgcounter.1

package info (click to toggle)
pkpgcounter 3.50-7.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 544 kB
  • ctags: 295
  • sloc: python: 2,934; makefile: 39; sh: 37
file content (95 lines) | stat: -rw-r--r-- 3,086 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
.TH PKPGCOUNTER "1" "December 2007" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"
.SH NAME
pkpgcounter \- count number of pages required to print various types of documents
.SH DESCRIPTION
pkpgcounter v3.50 (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet
.PP
pkpgcounter is a generic Page Description Language parser.
.PP
pkpgcounter parses any number of input files and/or its standard input
and outputs the number of pages needed to print these documents.
.PP
pkpgcounter can also compute the percent of ink coverage in different
colorspaces for several file formats.
.PP
pkpgcounter currently recognizes the following document formats :
.IP
* PostScript (both DSC compliant and binary)
* PDF
* PCLXL (aka PCL6)
* PCL3/4/5
* DVI
* OpenDocument (ISO/IEC DIS 26300)
* Microsoft Word (c) (tm) (r) (etc...)
* Plain text
* TIFF
* Several other image formats
* ESC/P2
* Zenographics ZjStream
* Samsung QPDL (aka SPL2)
* Samsung SPL1
* ESC/PageS03
* Brother HBP
* Hewlett\-Packard LIDIL (hpijs)
* Structured Fax
* Canon BJ/BJC
* ASCII PNM (Netpbm)
.PP
The ten latter ones, as well as some TIFF documents, are currently
only supported in page counting mode.
.PP
command line usage :
.IP
pkpgcounter [options] [files]
.PP
options :
.TP
\fB\-v\fR | \fB\-\-version\fR
Prints pkpgcounter's version number then exits.
.TP
\fB\-h\fR | \fB\-\-help\fR
Prints this message then exits.
.TP
\fB\-d\fR | \fB\-\-debug\fR
Activate debug mode.
.TP
\fB\-cCOLORSPACE\fR, \fB\-\-colorspace\fR=\fICOLORSPACE\fR
Activate the computation of ink usage, and defines the
colorspace to use. Supported values are 'BW' (Black),
\&'RGB', 'CMYK', 'CMY', and 'GC' (Grayscale vs Color).
\&'GC' is useful if you only need to differentiate
grayscale pages from coloured pages but don't care
about ink usage per se.
.TP
\fB\-rRESOLUTION\fR, \fB\-\-resolution\fR=\fIRESOLUTION\fR
The resolution in DPI to use when checking ink usage.
Lower resolution is faster but less accurate. Default
is 72 dpi.
.PP
examples :
.IP
\f(CW$ pkpgcounter file1.ps file2.escp2 file3.pclxl <file4.pcl345\fR
.IP
Will launch pkpgcounter and will output the total number of pages
needed to print all the documents specified.
.IP
\f(CW$ pkpgcounter \-\-colorspace bw \-\-resolution 150 file1.ps\fR
.IP
Will output the percent of black ink needed on each page of
the file1.ps file rendered at 150 dpi.
.PP
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
.PP
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
.PP
You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
.PP
Please e\-mail bugs to: alet@librelogiciel.com