[185] | 1 | # $Id$ |
---|
| 2 | |
---|
| 3 | pkpgcounter : a generic Page Description Language parser |
---|
| 4 | |
---|
[303] | 5 | (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> |
---|
[185] | 6 | This program is free software; you can redistribute it and/or modify |
---|
| 7 | it under the terms of the GNU General Public License as published by |
---|
| 8 | the Free Software Foundation; either version 2 of the License, or |
---|
| 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 |
---|
| 17 | along with this program; if not, write to the Free Software |
---|
[211] | 18 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
---|
[185] | 19 | |
---|
| 20 | ============================================================================= |
---|
| 21 | |
---|
| 22 | pkpgcounter News : |
---|
[273] | 23 | |
---|
[435] | 24 | * 2.11 : |
---|
| 25 | |
---|
| 26 | - Improved overall robustness in ink accounting mode. |
---|
| 27 | |
---|
[418] | 28 | * 2.10 : |
---|
| 29 | |
---|
| 30 | - Added a plain text parser, with support for both page counting and |
---|
| 31 | ink coverage. |
---|
| 32 | |
---|
| 33 | - Added a minimal SPL1 parser. |
---|
| 34 | |
---|
| 35 | - Fixed a problem in the PCLXL parser related to Kyocera printer drivers. |
---|
| 36 | |
---|
[406] | 37 | * 2.00 : |
---|
| 38 | |
---|
| 39 | - The PCL3/4/5 parser was rewritten from scratch and is now |
---|
| 40 | table driven. |
---|
| 41 | |
---|
| 42 | - Improved the PostScript parser. |
---|
| 43 | |
---|
[387] | 44 | * 1.85 : |
---|
| 45 | |
---|
| 46 | - Added support for Samsung QPDL (aka SPL2) file format in page |
---|
| 47 | counting mode, thanks to the work done by Aur�en Croc on |
---|
| 48 | reverse engineering the file format. |
---|
| 49 | |
---|
[383] | 50 | * 1.85alpha : |
---|
| 51 | |
---|
| 52 | - Added test document and program to generate the test document |
---|
| 53 | to check the functionning of the ink coverage computation algorithm. |
---|
| 54 | |
---|
[378] | 55 | * 1.84 : |
---|
| 56 | |
---|
| 57 | - Computation of ink coverage now works and is documented. |
---|
| 58 | The supported file formats are : PS, PDF, PCLXL, PCL3/4/5, |
---|
| 59 | DVI and TIFF. |
---|
| 60 | |
---|
[363] | 61 | * 1.84alpha : |
---|
| 62 | |
---|
| 63 | - Added initial support for the computation of ink coverage. |
---|
[366] | 64 | See python analyzer.py --help for details. The same command |
---|
[363] | 65 | line options work for pkpgcounter, although it's not |
---|
| 66 | documented yet. |
---|
| 67 | |
---|
[343] | 68 | * 1.83 : |
---|
| 69 | |
---|
| 70 | - Fixed a famously known 'brown paper bag' issue with file type autodetection. |
---|
| 71 | |
---|
[339] | 72 | * 1.82 : |
---|
| 73 | |
---|
| 74 | - Fixed PCL3/4/5 parser to detect recent Xerox drivers' output. |
---|
| 75 | |
---|
[334] | 76 | * 1.81 : |
---|
| 77 | |
---|
| 78 | - Improved the gs+Acrobat Reader fix done in 1.78. |
---|
| 79 | |
---|
[329] | 80 | * 1.80 : |
---|
| 81 | |
---|
| 82 | - Added support for Zenographics ZjStream input format. |
---|
| 83 | |
---|
[325] | 84 | * 1.79 : |
---|
| 85 | |
---|
| 86 | - Fixed a small problem in PostScript parser with dvips output. |
---|
| 87 | |
---|
[321] | 88 | * 1.78 : |
---|
| 89 | |
---|
| 90 | - Launches gs less often when printing is done from Acrobat |
---|
| 91 | Reader. |
---|
| 92 | |
---|
[318] | 93 | * 1.77 : |
---|
| 94 | |
---|
| 95 | - Fixed some problems with the code introduced in 1.76. |
---|
| 96 | |
---|
| 97 | - Improved PCLXL parser's speed by almost 10%. |
---|
| 98 | |
---|
[314] | 99 | * 1.76 : |
---|
| 100 | |
---|
| 101 | - Improved the PCLXL parser wrt undocumented tags. |
---|
| 102 | |
---|
| 103 | - Preliminary support for Kyocera Prescribe commands. |
---|
| 104 | |
---|
[305] | 105 | * 1.75 : |
---|
| 106 | |
---|
| 107 | - Added preliminary support for Canon ImageRunner's "LIPS" or "UFR" |
---|
| 108 | (I don't know which) Page Description Language. |
---|
| 109 | |
---|
[303] | 110 | * 1.74 : |
---|
| 111 | |
---|
| 112 | - Fixed a problem in the retrieval of named media sizes in PCLXL. |
---|
| 113 | |
---|
| 114 | - Changed copyright years. |
---|
| 115 | |
---|
[295] | 116 | * 1.73 : |
---|
| 117 | |
---|
| 118 | - Fixed duplex detection code in PCL3/4/5 parser. |
---|
| 119 | |
---|
| 120 | - Fixed PCLXL detection code. |
---|
| 121 | |
---|
| 122 | - Fixed retrieval of custom media types' names in PCLXL. |
---|
| 123 | |
---|
| 124 | - Added inactive code to compute ink coverage ala PrintBill. |
---|
| 125 | |
---|
[273] | 126 | * 1.72 : |
---|
| 127 | |
---|
| 128 | - Improved heuristic to detect when ghostscript has to be used to do |
---|
| 129 | the parsing. |
---|
[185] | 130 | |
---|
[272] | 131 | * 1.71 : |
---|
| 132 | |
---|
| 133 | - Now uses ghostscript as the parser when the PS stream was created by a |
---|
| 134 | particular MSWindows driver. |
---|
| 135 | |
---|
| 136 | - Only complains about Psyco missing at install time, and stays |
---|
| 137 | quiet when running without Psyco. |
---|
| 138 | |
---|
[269] | 139 | * 1.70 : |
---|
| 140 | |
---|
| 141 | - Fixed some PJL escaping issue in the PCLXL and PCL3/4/5 parsers. |
---|
| 142 | |
---|
[267] | 143 | * 1.69 : |
---|
| 144 | |
---|
| 145 | - Improved PCL3/4/5 parser. |
---|
| 146 | |
---|
| 147 | - Improved PCLXL parser wrt PJL stuff. |
---|
| 148 | |
---|
[263] | 149 | * 1.68 : |
---|
| 150 | |
---|
| 151 | - Improved PostScript parser. |
---|
| 152 | |
---|
[262] | 153 | * 1.67 : |
---|
| 154 | |
---|
| 155 | - Improved PostScript parser. |
---|
| 156 | |
---|
| 157 | - Improved PCL3/4/5 parser. |
---|
| 158 | |
---|
[258] | 159 | * 1.66 : |
---|
| 160 | |
---|
| 161 | - Improved PCLXL parser. |
---|
| 162 | |
---|
| 163 | - Improved PCL3/4/5 parser. |
---|
| 164 | |
---|
[256] | 165 | * 1.65 : |
---|
| 166 | |
---|
| 167 | - Improved PostScript parser. |
---|
| 168 | |
---|
| 169 | - Improved PCL3/4/5 parser. |
---|
| 170 | |
---|
[255] | 171 | * 1.64 : |
---|
| 172 | |
---|
| 173 | - Improved PCL3/4/5 parser. |
---|
| 174 | |
---|
[253] | 175 | * 1.63 : |
---|
| 176 | |
---|
| 177 | - Now handles PJL statements to extract number of copies, duplex mode |
---|
| 178 | and paper size in the PCLXL and PCL3/4/5 parsers. |
---|
| 179 | |
---|
[252] | 180 | * 1.62 : |
---|
| 181 | |
---|
| 182 | - Better handling of the number of copies in the PCLXL parser. |
---|
| 183 | |
---|
| 184 | - Better handling of the number of copies in the PCL3/4/5 parser. |
---|
| 185 | |
---|
[248] | 186 | * 1.61 : |
---|
| 187 | |
---|
[249] | 188 | - Improved PCL3/4/5 parser. |
---|
| 189 | |
---|
[248] | 190 | - Better handling of the number of copies in the PostScript parser. |
---|
| 191 | Now the number can be different from page to page. |
---|
| 192 | |
---|
[245] | 193 | * 1.60 : |
---|
| 194 | |
---|
| 195 | - Improved PCLXL parser. |
---|
| 196 | |
---|
[243] | 197 | * 1.59 : |
---|
| 198 | |
---|
| 199 | - Major rewrite of the PDF parser to correctly handle all line endings. |
---|
| 200 | |
---|
[240] | 201 | * 1.58 : |
---|
| 202 | |
---|
| 203 | - Fix for PDF files which contain several versions of the same PDF object. |
---|
| 204 | |
---|
| 205 | - Doesn't break when python-psyco is not available. |
---|
| 206 | |
---|
[237] | 207 | * 1.57 : |
---|
| 208 | |
---|
| 209 | - Fixed a recently introduced bug in binary postscript handling code. |
---|
| 210 | |
---|
[235] | 211 | * 1.56 : |
---|
| 212 | |
---|
| 213 | - Renamed the library from pdlanalyzer into pkpgpdls to avoid problems |
---|
| 214 | when the code will be integrated back into PyKota. |
---|
| 215 | |
---|
[229] | 216 | * 1.55 : |
---|
| 217 | |
---|
| 218 | - Added support for OpenOffice.org Writer and Impress documents. |
---|
| 219 | |
---|
[224] | 220 | * 1.54 : |
---|
| 221 | |
---|
| 222 | - Added online documentation and a manual page. |
---|
| 223 | |
---|
[220] | 224 | * 1.53 : |
---|
| 225 | |
---|
| 226 | - Moved code around to improve maintainability. |
---|
| 227 | |
---|
[217] | 228 | * 1.52 : |
---|
| 229 | |
---|
[220] | 230 | - Added support for the TIFF format. |
---|
[217] | 231 | |
---|
[216] | 232 | * 1.51 : |
---|
| 233 | |
---|
[220] | 234 | - Added support for the DVI format. |
---|
[216] | 235 | |
---|
[211] | 236 | * 1.50 : |
---|
| 237 | |
---|
| 238 | - Major code changes to modularize. The pkpgcounter command line tool |
---|
| 239 | is now just an almost empty skeleton, which uses the pdlanalyzer |
---|
| 240 | library. |
---|
| 241 | |
---|
| 242 | - Several improvements to the parsing code. |
---|
| 243 | |
---|
[185] | 244 | * 1.00 : |
---|
| 245 | |
---|
| 246 | - First release. |
---|