home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / CDROM / Contents / READMEs / Peanuts-3 / Tools / printer / DeskJet.README < prev    next >
Encoding:
Text File  |  1996-11-09  |  2.2 KB  |  46 lines

  1. DJF is a filter for printing from a NeXT computer onto US letter-size
  2. paper using a Hewlett-Packard DeskJet printer.  It relies heavily on
  3. codd from Eric P. Scott's program IWF, which drives the Apple 
  4. ImageWriter II.  Bitmaps are compressed using a routine from GhostScript.
  5.  
  6. When printing PostScript files, DJF is capable of driving the DeskJet
  7. at all 4 of its bitmap resolutions: 75, 100, 150, or 300 dpi,
  8. selected by the -R switch.  At lower resolutions, printer time
  9. dominates; at higher resolution, bitmap transmission time dominates.
  10. Use the DeskJet's keypad to select draft or letter quality printing.
  11. Draft printing at 100dpi is legible and reasonably fast; high-quality
  12. printing at 300dpi is slower but gives superb results.  DJF has been
  13. tested on the original HP DeskJet.
  14.  
  15. Unfortunately, I don't have a NeXT, so I can't provide detailed
  16. installation instructions.  I don't even know if the NeXT printing
  17. software will pass the -R switch to an input filter to select the
  18. printer resolution properly.  Note that the FAQ (frequently-asked-
  19. questions) file contains some information on cables for HP printers.
  20.  
  21. I don't have the time to support this program, but several recent
  22. messages have indicated that others may find it useful.  Suggestions
  23. and bug reports to beatty+@cs.cmu.edu will be saved, just in case I
  24. find time to respond.  Also, please do not send Eric P. Scott reports
  25. of bugs in code that I wrote!
  26.  
  27. File    Contents
  28. ----    --------
  29. COPYING        Free Software Foundation copying and license information.
  30. Makefile    Compilation rules.
  31. Readme        The discription you are reading now.
  32. compress.c    Code for PCL mode 2 bitmap compression, from Ghostscript 2.2.
  33. diffs        Differences between this code and Eric P. Scott's program, IWF.
  34. djf        Precompiled binary, for trusting souls.
  35. djf.8        Manual page, edited from Eric P. Scott's "iwf.8" manual page.
  36. djf.c        Code for filter.
  37. djwraps.psw    Code for interface to Display PostScript.
  38.  
  39. This code may be redistributed according to the restrictions placed
  40. upon it by 1) Eric P. Scott, in the copyright notice appearing in the
  41. file "djf.c," and by 2) the Free Software Foundation, in the notice
  42. appearing in the file "COPYING."
  43.  
  44.  -- Derek Beatty
  45.     student, CMU SCS PhD program
  46.