Changeset 378 for pkpgcounter/trunk/man/pkpgcounter.1
- Timestamp:
- 08/27/06 23:04:57 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/man/pkpgcounter.1
r340 r378 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. 2 .TH PKPGCOUNTER "1" " June2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKPGCOUNTER "1" "August 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NAME 4 pkpgcounter \- manual page for pkpgcounter 1.8 24 pkpgcounter \- manual page for pkpgcounter 1.84 5 5 .SH DESCRIPTION 6 pkpgcounter v1.8 2(c) 2003, 2004, 2005, 2006 Jerome Alet6 pkpgcounter v1.84 (c) 2003, 2004, 2005, 2006 Jerome Alet 7 7 .PP 8 8 pkpgcounter is a generic Page Description Language parser. … … 10 10 pkpgcounter parses any number of input files and/or its standard input 11 11 and outputs the number of pages needed to print these documents. 12 .PP 13 pkpgcounter can also compute the percent of ink coverage in different 14 colorspaces for several file formats. 12 15 .PP 13 16 pkpgcounter currently recognizes the following document formats : … … 20 23 * TIFF 21 24 * ESC/P2 22 * OpenDocument ( OpenOffice.org)25 * OpenDocument (ISO/IEC DIS 26300) 23 26 * Zenographics ZjStream 27 .PP 28 The three latter ones, as well as some TIFF documents, are currently 29 only supported in page counting mode. 24 30 .PP 25 31 command line usage : … … 37 43 \fB\-d\fR | \fB\-\-debug\fR 38 44 Activate debug mode. 45 .TP 46 \fB\-cCOLORSPACE\fR, \fB\-\-colorspace\fR=\fICOLORSPACE\fR 47 Activate the computation of ink usage, and defines the 48 colorspace to use. Supported values are 'BW', 'RGB', 49 \&'CMYK', and 'CMY'. 50 .TP 51 \fB\-rRESOLUTION\fR, \fB\-\-resolution\fR=\fIRESOLUTION\fR 52 The resolution in DPI to use when checking ink usage. 53 Lower resolution is faster but less accurate. Default 54 is 72 dpi. 39 55 .PP 40 56 examples : … … 44 60 Will launch pkpgcounter and will output the total number of pages 45 61 needed to print all the documents specified. 62 .IP 63 \f(CW$ pkpgcounter --colorspace bw --resolution 150 file1.ps\fR 64 .IP 65 Will output the percent of black ink needed on each page of 66 the file1.ps file rendered at 150 dpi. 46 67 .PP 47 68 This program is free software; you can redistribute it and/or modify