root / pkpgcounter / trunk / pkpgpdls

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3474 [3474] 15 years jerome Changed copyright years.
(edit) @3461 [3461] 15 years jerome Uses True and False instead of 1 and 0.
(edit) @3460 [3460] 15 years jerome Ensures the temporary files are always closed (they should be anyway, but …
(edit) @3457 [3457] 15 years jerome Fixes #31 (will require a fix in PyKota as well, which references …
(edit) @3456 [3456] 15 years jerome Replaced all print statements.
(edit) @3447 [3447] 15 years jerome Fixes #33 by implementing Martin Schreiber's patch.
(edit) @3443 [3443] 15 years jerome Typo in a comment.
(edit) @3436 [3436] 15 years jerome Removed spaces at EOL.
(edit) @3410 [3410] 16 years jerome Changed coding statement to please this fucking Emacs.
(edit) @3409 [3409] 16 years jerome Added basic support for Brother's XL2HB Page Description Language, thanks …
(edit) @3400 [3400] 16 years jerome Still more work to accomodate custom drivers (incomplete and/or …
(edit) @3399 [3399] 16 years jerome Another small fix, related to #20.
(edit) @3396 [3396] 16 years jerome Fixed a problem with custom PCL3/4/5 drivers, thanks to Roger Jochem.
(edit) @3390 [3390] 16 years jerome Added a small fix wrt problems reported by Roger Jochem.
(edit) @3386 [3386] 16 years jerome Removed unneeded stuff in the new PDF parser. We will add it again later …
(edit) @3385 [3385] 16 years jerome Rebuilt the PDF parsing engine to correctly account for redacted …
(edit) @3384 [3384] 16 years jerome Did some work to improve PDF parser : A very fast method (26 times faster …
(edit) @564 [564] 16 years jerome Changed copyright years. Removed unnecessary shebang lines. Changed …
(edit) @563 [563] 16 years jerome Now correctly ignores the EOJ statement and the PCLXL marker statement.
(edit) @562 [562] 16 years jerome Fixed a small problem with the parser's rewrite.
(edit) @561 [561] 16 years jerome Partial rewrite of PostScript? parser to increase both readability and …
(edit) @560 [560] 16 years jerome Fixed a problem with number of copies set through 'dvips -c xx'
(edit) @557 [557] 16 years jerome Updated version number and manual page.
(edit) @555 [555] 16 years jerome Each parser now has a 'format' attribute containing its short name.
(edit) @554 [554] 16 years jerome Removed unneeded import statements.
(edit) @553 [553] 16 years jerome Remove unneeded import statements.
(edit) @552 [552] 16 years jerome Fixed docstring.
(edit) @551 [551] 16 years jerome Improved parser for pksm ghostscript device.
(edit) @548 [548] 16 years jerome Changed docstring.
(edit) @547 [547] 16 years jerome Renamed parser in a more consistent and informational way.
(edit) @546 [546] 16 years jerome Added support for ASCII PNM files.
(edit) @545 [545] 16 years jerome Added support for Canon BJ/BJC file format in page counting mode.
(edit) @543 [543] 16 years jerome Pagecount adjustments for corner cases : makes hpijs/DJ350 and …
(edit) @541 [541] 16 years jerome Now the oce9050 ghostscript device should be correctly detected as …
(edit) @540 [540] 16 years jerome Improved the adjusting of page count in some corner cases.
(edit) @539 [539] 16 years jerome Added support for Structured Fax documents.
(edit) @538 [538] 16 years jerome Improved detection of PCL3/4/5 datas.
(edit) @533 [533] 16 years jerome Fixed a problem which was due to a too small test suite for SPL1 file …
(edit) @532 [532] 16 years jerome Moved try/except out of the main loop to increase performance.
(edit) @531 [531] 16 years jerome Fixed the generation of the manual page to accomodate Debian packaging …
(edit) @529 [529] 16 years jerome Finalized support for MS documents.
(edit) @527 [527] 16 years jerome Now the presence of executable dependencies is tested at runtime.
(edit) @526 [526] 16 years jerome Fixed a major problem in the detection of ISO/IEC DIS 26300 …
(edit) @525 [525] 16 years jerome Added support for ink accounting of MS Word documents through abiword …
(edit) @524 [524] 16 years jerome Added helper function to later detect the presence of executable …
(edit) @523 [523] 16 years jerome Renamed module.
(edit) @522 [522] 16 years jerome Finally we need to duplicate some datas, since for some file formats (e.g. …
(edit) @521 [521] 16 years jerome More code cleaning : let ghostscript do the job of reading the input file …
(edit) @520 [520] 16 years jerome Code cleaning.
(edit) @519 [519] 16 years jerome Added a skeleton for Microsoft Word (c) (tm) (r) (etc...) documents.
(edit) @518 [518] 16 years jerome Fixed a problem when opening some non-image files.
(edit) @517 [517] 16 years jerome Increased version number.
(edit) @508 [508] 16 years jerome Improved detection of PCL3/4/5
(edit) @501 [501] 16 years jerome Added parser for all image formats supported by PIL.
(edit) @500 [500] 16 years jerome Added parser for image files.
(edit) @495 [495] 16 years jerome I'm not selfish enough it seems ;-)
(edit) @494 [494] 16 years jerome Improved plain text detection.
(edit) @493 [493] 16 years jerome Re-optimize disk access by not reopening and re-reading first and last …
(edit) @492 [492] 16 years jerome Even more code cleaning : we use named temporary files now, so no need for …
(edit) @491 [491] 16 years jerome Major code cleaning. Now clearer, although probably a bit slower since a …
(edit) @489 [489] 16 years jerome Improved code robustness.
(edit) @488 [488] 16 years jerome Improved parser against cheaters, just in case.
(edit) @487 [487] 16 years jerome Added gdi driver in the testsuite. Fixed some docstrings.
(edit) @485 [485] 16 years jerome Almost ok for release.
(edit) @484 [484] 16 years jerome Added the eject page marker.
(edit) @483 [483] 16 years jerome Renamed LIDIL miniparser.
(edit) @482 [482] 16 years jerome Added minimal detector for HP LIDIL file format.
(edit) @480 [480] 17 years jerome v3.20 is out with support for Brother HBP and improved PCLXL parser wrt …
(edit) @479 [479] 17 years jerome The PCLXL parser now should correctly handle Canon ImageRunner? tags. Needs …
(edit) @478 [478] 17 years jerome Canon ImageRunner? commands can be present in both PCL3/4/5 jobs and in …
(edit) @476 [476] 17 years jerome Now includes the ESC/PageS03 parser.
(edit) @475 [475] 17 years jerome Removed debugging messages.
(edit) @474 [474] 17 years jerome Renamed parser to match Page Description Language's name.
(edit) @473 [473] 17 years jerome Added parser for ESC/PageS03.
(edit) @472 [472] 17 years jerome Improved the detection of ESC/P2. Made the PJL parser also handle EJL (in …
(edit) @471 [471] 17 years jerome Another fix for Canon ImageRunner? printers... I hope this is the good …
(edit) @467 [467] 17 years jerome v3.00 is out.
(edit) @463 [463] 17 years jerome Licensing terms changed to GNU GPL v3.0 or higher. Removed old PCL3/4/5 …
(edit) @462 [462] 17 years jerome Not ready yet.
(edit) @461 [461] 17 years jerome Fixed a problem when handling Canon ImageRunner? documents.
(edit) @459 [459] 17 years jerome Fixed problem with Python 2.5
(edit) @458 [458] 17 years jerome Added Debian packaging stuff.
(edit) @456 [456] 17 years jerome Fixed handling of number of copies as defined through PJL statements.
(edit) @455 [455] 17 years jerome Fixed PJL reference's file name.
(edit) @454 [454] 17 years jerome Added some notes and debugging information
(edit) @452 [452] 17 years jerome v2.16 is out with a fix for some line based PCL3/4/5 drivers.
(edit) @450 [450] 17 years jerome Now uses Python's universal newline detection to read input files, and …
(edit) @449 [449] 17 years jerome Uses True/False vs 1/0
(edit) @448 [448] 17 years jerome Improved detection of number of copies.
(edit) @447 [447] 17 years jerome Ensures some clever "student" can't generate '%%Pages:' comment and fool …
(edit) @444 [444] 17 years jerome Fixed a problem with PostScript? parser and some printer drivers.
(edit) @443 [443] 17 years jerome Changed copyright years.
(edit) @442 [442] 17 years jerome Severely optimized color detection code in GC colorspace with absolutely …
(edit) @439 [439] 17 years jerome Now recognizes the GC pseudo colorspace to differentiate between grayscale …
(edit) @437 [437] 17 years jerome Fixed a problem in the PostScript? parser with some versions (or …
(edit) @435 [435] 17 years jerome New release.
(edit) @434 [434] 17 years jerome Code de-uglyfication.
(edit) @433 [433] 17 years jerome Now gives more information in case of failure.
(edit) @432 [432] 17 years jerome Improved error detection.
(edit) @431 [431] 17 years jerome Use the same converter command lines for all PCL parsers.
Note: See TracRevisionLog for help on using the revision log.