Changeset 1575 for pykota/trunk/README
- Timestamp:
- 06/28/04 23:20:32 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/README
r1571 r1575 71 71 This is completely configurable. 72 72 73 - Supports PostScript, PDF and PCL5 printers natively 74 for software accounting methods. More formats to come. 73 - Supports DSC compliant PostScript, PDF, PCL5 and 74 PCLXL (aka PCL6) printers natively for software 75 accounting methods. More formats to come. 75 76 76 77 Quota systems : … … 226 227 227 228 On Intel i386 architecture, and for performance reasons if you 228 print in PCL format, it is strongly suggested that you install229 the Python accelerator Psyco, available at :229 print in PCL5 or PCL6 format, it is strongly suggested that you 230 install the Python accelerator Psyco, available at : 230 231 231 232 http://psyco.sourceforge.net … … 238 239 on Psyco's website. 239 240 240 Installing Psyco is not mandatory, but it woud speedup PCL parsing241 Installing Psyco is not mandatory, but it woud speedup PCL5 parsing 241 242 by almost 3 times. PostScript and PDF parsing can also benefit, 242 243 but in an almost unnoticeable manner since this part of the code 243 is already optimal. For PCL this is a completely different matter,244 is already optimal. For PCL5 this is a completely different matter, 244 245 and if you install Psyco you will never regret it ! 246 Same remark applies for PCL6 (aka PCLXL) but performance improvement 247 is yet to be tested (it is high anyway). 245 248 246 249 You may also benefit from having the following tools installed to