[185] | 1 | # $Id$ |
---|
| 2 | |
---|
| 3 | pkpgcounter : a generic Page Description Language parser |
---|
| 4 | |
---|
[443] | 5 | (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> |
---|
[463] | 6 | This program is free software: you can redistribute it and/or modify |
---|
[185] | 7 | it under the terms of the GNU General Public License as published by |
---|
[463] | 8 | the Free Software Foundation, either version 3 of the License, or |
---|
[185] | 9 | (at your option) any later version. |
---|
| 10 | |
---|
| 11 | This program is distributed in the hope that it will be useful, |
---|
| 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
| 14 | GNU General Public License for more details. |
---|
| 15 | |
---|
| 16 | You should have received a copy of the GNU General Public License |
---|
[463] | 17 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
---|
[185] | 18 | |
---|
| 19 | ============================================================================= |
---|
| 20 | |
---|
[375] | 21 | pkpgcounter is a generic Page Description Language parser which can either |
---|
| 22 | compute the number of pages in a document, or compute the percent of |
---|
| 23 | ink coverage needed to print each page, in different colorspaces. |
---|
[185] | 24 | |
---|
[375] | 25 | pkpgcounter currently recognizes the following document formats : |
---|
[185] | 26 | |
---|
| 27 | - PostScript (both DSC compliant and binary) |
---|
| 28 | |
---|
| 29 | - PDF |
---|
| 30 | |
---|
| 31 | - PCL3/4/5 |
---|
| 32 | |
---|
| 33 | - PCLXL (aka PCL6) |
---|
| 34 | |
---|
[221] | 35 | - DVI |
---|
| 36 | |
---|
[418] | 37 | - Plain text |
---|
| 38 | |
---|
[221] | 39 | - TIFF |
---|
| 40 | |
---|
[502] | 41 | - Several other image formats |
---|
| 42 | |
---|
[375] | 43 | - ESC/P2 |
---|
| 44 | |
---|
[340] | 45 | - OpenDocument (ISO/IEC DIS 26300) |
---|
[229] | 46 | |
---|
[329] | 47 | - Zenographics ZjStream |
---|
[229] | 48 | |
---|
[386] | 49 | - Samsung QPDL (aka SPL2) |
---|
| 50 | |
---|
[418] | 51 | - Samsung SPL1 |
---|
| 52 | |
---|
[473] | 53 | - ESC/PageS03 |
---|
| 54 | |
---|
[480] | 55 | - Brother HBP |
---|
| 56 | |
---|
[485] | 57 | - Hewlett-Packard Lightweight Imaging Device Interface Language |
---|
| 58 | |
---|
| 59 | The eight latter ones, as well as some TIFF documents, are currently |
---|
[375] | 60 | only supported in page counting mode. |
---|
[185] | 61 | |
---|
[368] | 62 | By default, when launched pkpgcounter prints on its standard output |
---|
| 63 | a single integer representing the total number of pages in all the |
---|
| 64 | files which filenames you've passed on the command line. |
---|
| 65 | |
---|
[185] | 66 | With no argument, or with a single dash in non-option arguments, |
---|
| 67 | pkpgcounter reads datas to parse from its standard input in addition |
---|
| 68 | to other non-options arguments which are treated as filenames |
---|
| 69 | representing the files to parse. |
---|
| 70 | |
---|
[375] | 71 | See pkpgcounter --help for details and examples. |
---|
[185] | 72 | |
---|
| 73 | ============================================================================= |
---|
| 74 | |
---|
| 75 | Installation : |
---|
| 76 | -------------- |
---|
| 77 | |
---|
| 78 | 0 - Download pkpgcounter from : |
---|
| 79 | |
---|
[336] | 80 | http://www.pykota.com/software/pkpgcounter/download |
---|
[185] | 81 | |
---|
| 82 | and extract it : |
---|
| 83 | |
---|
| 84 | $ tar -zxf pkpgcounter-x.yy.tar.gz |
---|
| 85 | |
---|
| 86 | where x.yy is pkpgcounter' version number. |
---|
| 87 | |
---|
[204] | 88 | 1 - Run the installation script : |
---|
[185] | 89 | |
---|
[204] | 90 | $ python setup.py install |
---|
[185] | 91 | |
---|
[204] | 92 | This will usually install the pkpgcounter into /usr/bin and |
---|
[235] | 93 | the library into /usr/lib/python2.?/site-packages/pkpgpdls/ |
---|
[204] | 94 | |
---|
[185] | 95 | 2 - Use pkpgcounter : |
---|
| 96 | |
---|
| 97 | $ pkpgcounter file1.ps file2.pclxl ... <fileN.escp2 |
---|
| 98 | |
---|
| 99 | pkpgcounter will display the total size in pages of all the files |
---|
| 100 | passed on the command line. |
---|
| 101 | |
---|
[374] | 102 | $ pkpgcounter --colorspace bw --resolution 150 file1.ps |
---|
| 103 | |
---|
| 104 | Will output the percent of black ink needed on each page of |
---|
| 105 | the file1.ps file rendered at 150 dpi. |
---|
| 106 | |
---|
[185] | 107 | 3 - That's all ! |
---|
| 108 | |
---|
[374] | 109 | |
---|
| 110 | IMPORTANT : To compute ink coverage, pkpgcounter relies on third party |
---|
| 111 | software which must be installed. These third party software are : |
---|
| 112 | |
---|
[375] | 113 | - GhostScript (this one is needed for all file formats). |
---|
[374] | 114 | |
---|
[375] | 115 | - The Python Imaging Library, aka PIL (this one is needed for all |
---|
| 116 | file formats). |
---|
[374] | 117 | |
---|
[375] | 118 | - GhostPCL (this one is needed for the PCL3/4/5 and PCLXL formats) |
---|
| 119 | |
---|
[374] | 120 | - The LaTeX typesetting software, in particular the dvips command |
---|
[375] | 121 | (this one is needed for the DVI file format). |
---|
[502] | 122 | |
---|
| 123 | - ImageMagick (this one is needed for image file formats) |
---|
[374] | 124 | |
---|
[185] | 125 | ============================================================================= |
---|
| 126 | |
---|
| 127 | Troubleshooting : |
---|
| 128 | ----------------- |
---|
| 129 | |
---|
| 130 | If pkpgcounter gives incorrect results to you, please make an incorrectly |
---|
| 131 | parsed data file available to us on some website, and tell us which |
---|
| 132 | driver was used. |
---|
| 133 | |
---|
[247] | 134 | If pkpgcounter complain about your system lacking the Python Psyco module, |
---|
| 135 | please consider installing it to speedup file parsing. However, don't forget |
---|
| 136 | that Psyco currently only runs on the 32 bits x86 platform, so no need to |
---|
| 137 | install it if you've got another system type. |
---|
| 138 | |
---|
[185] | 139 | ============================================================================= |
---|
| 140 | |
---|
[406] | 141 | Before pkpgcounter v1.86, the PCL3/4/5 parser was a Python backport of an early |
---|
[286] | 142 | release of the PCLCount software by Eduardo Gielamo Oliveira and Rodolfo Broco |
---|
[406] | 143 | Manin, available from : |
---|
[286] | 144 | |
---|
| 145 | http://www.fea.unicamp.br/pclcount/ |
---|
| 146 | |
---|
| 147 | Their software is distributed under either the terms of a BSD-like license, |
---|
| 148 | or the terms of the GNU General Public License of the Free Software Foundation. |
---|
| 149 | |
---|
[406] | 150 | Beginning with pkpgcounter v1.86, the PCL3/4/5 parser was rewritten from |
---|
| 151 | scratch, and is now much more readable, maintainable, and of course accurate. |
---|
| 152 | |
---|
[463] | 153 | The old parser was still available until pkpgcounter v2.18 was published, but |
---|
| 154 | was definitely removed after that, just before pkpgcounter v3.00 was published. |
---|
[406] | 155 | |
---|
[286] | 156 | pkpgcounter's PCLXL (aka PCL6) parser doesn't originate from PCLCount, but |
---|
[406] | 157 | was written from scratch, just like all the other parsers included in |
---|
| 158 | pkpgcounter. |
---|
[286] | 159 | |
---|
| 160 | ============================================================================= |
---|
| 161 | |
---|
[368] | 162 | pkpgcounter's ink coverage algorithm for the CMYK colorspace is a |
---|
| 163 | direct Python port from the PrintBill project by Daniel Franklin. |
---|
| 164 | PrintBill is distributed under the terms of the GNU General Public |
---|
[463] | 165 | License of the Free Software Foundation, version 2 or higher. The |
---|
[368] | 166 | algorithms used for the other colorspaces are a complete rewrite of |
---|
| 167 | PrintBill's algorithms using both Python and the Python Imaging |
---|
| 168 | Library's facilities. |
---|
| 169 | |
---|
| 170 | ============================================================================= |
---|
| 171 | |
---|
[185] | 172 | Please e-mail bugs to : alet@librelogiciel.com (Jerome Alet) |
---|