Changeset 476 for pkpgcounter
- Timestamp:
- 09/21/07 00:19:13 (17 years ago)
- Location:
- pkpgcounter/trunk
- Files:
-
- 4 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/bin/pkpgcounter
r463 r476 51 51 * Samsung QPDL (aka SPL2) 52 52 * Samsung SPL1 53 * ESC/PageS03 53 54 54 The fivelatter ones, as well as some TIFF documents, are currently55 The six latter ones, as well as some TIFF documents, are currently 55 56 only supported in page counting mode. 56 57 -
pkpgcounter/trunk/debian/control
r458 r476 41 41 * Samsung SPL1 42 42 . 43 The five latter formats, as well as some TIFF files, are 43 * ESC/PageS03 44 . 45 The six latter formats, as well as some TIFF files, are 44 46 only supported in page counting mode. 45 47 . -
pkpgcounter/trunk/man/pkpgcounter.1
r468 r476 2 2 .TH PKPGCOUNTER "1" "September 2007" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NAME 4 pkpgcounter \- manual page for pkpgcounter 3. 004 pkpgcounter \- manual page for pkpgcounter 3.10 5 5 .SH DESCRIPTION 6 pkpgcounter v3. 00 (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet6 pkpgcounter v3.10 (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet 7 7 .PP 8 8 pkpgcounter is a generic Page Description Language parser. … … 28 28 * Samsung QPDL (aka SPL2) 29 29 * Samsung SPL1 30 * ESC/PageS03 30 31 .PP 31 The fivelatter ones, as well as some TIFF documents, are currently32 The six latter ones, as well as some TIFF documents, are currently 32 33 only supported in page counting mode. 33 34 .PP -
pkpgcounter/trunk/pkpgpdls/analyzer.py
r463 r476 29 29 30 30 import version, pdlparser, postscript, pdf, pcl345, pclxl, \ 31 escp2, dvi, tiff, ooo, zjstream, qpdl, spl1, plain31 escp2, dvi, tiff, ooo, zjstream, qpdl, spl1, escpages03, plain 32 32 import inkcoverage 33 33 … … 167 167 pcl345, \ 168 168 escp2, \ 169 escpages03, \ 169 170 plain) : # IMPORTANT : don't move this one up ! 170 171 try :