Changeset 1688 for pykota/trunk/FAQ
- Timestamp:
- 09/01/04 18:56:49 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/FAQ
r1622 r1688 22 22 notices by email, and you can send all this to us for 23 23 diagnostic. 24 25 For LPRng, better to put "logger: system" in pykota.conf so 26 that all debug messages for PyKota will go to syslog. 24 27 25 28 * Why doesn't CUPS under Debian Woody automatically … … 59 62 60 63 In PyKota, the term 'dumb printer' defines a printer which doesn't 61 understand PostScript, PCL5, PCLXL (aka PCL6) or PDF AND doesn't 62 have an internal page counter, AND for which you don't know how to 63 compute a job's size in number of pages by analyzing its content. 64 natively understand PostScript, PCL5, PCLXL (aka PCL6), PDF or ESC/P2 65 and doesn't have an internal page counter, and for which you don't 66 know how to compute a job's size in number of pages by analyzing its 67 content. 64 68 Any printer which is not a 'dumb printer' according to the above 65 definition is supported by PyKota. 69 definition is supported by PyKota. HP Deskjet printers are 70 currently considered as "dumb" printers by PyKota. 66 71 67 72 * How can I make PyKota work with my non-postscript printer under … … 79 84 80 85 PyKota natively understands DSC compliant PostScript, PCL5, 81 PCLXL (aka PCL6) and PDF. Support for Binary PostScript is86 PCLXL (aka PCL6), PDF and ESC/P2. Support for Binary PostScript is 82 87 done through GhostScript. More PDLs will be added in the future. 83 88 However you can always plug your own PDL analyzer in PyKota.