Hi again, On Thu, Dec 20, 2007 at 09:08:58AM +0100, Claude Perri wrote: > > I use the hp windows driver. If I have really understand what you > explain to me, I send you three files: > > imp1P2C, I ask to print 1 page in two copy, the printer gives the good > print but jasmine count 1 page only. :-( > imp2P1C, I ask to print 2 pages in one copy, good result for printer and > jasmine. :-) > imp2P2C, I ask to print 2 pages in 2 copy, good result for printer and > jasmine to. :-)
OK it was easy finally... This is a bug in pkpgcounter v3.50's PCLXL (aka PCL6) parser. Your printer driver sets the number of copies to 2 using PJL statements, but unfortunately it seems that these statements are ignored when there is only one page. Changing for a PCL3/4/5 printer driver will probably not help, because the PJL parser used is the same for both Page Description Languages, despite them being very different. Maybe you could try with a PostScript driver instead, if your printer supports this, and see what happens in this case. I'll try to fix this problem ASAP. bye Jerome Alet -- Put JASmine in your Cups ! To unsubscribe : mailto:[EMAIL PROTECTED] List archives : http://dir.gmane.org/gmane.comp.printing.jasmine.user http://www.mail-archive.com/jasmine%40ml.free.fr/ Web site : http://jasmine.berlios.de/

