home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / periphs / printers / 4067 < prev    next >
Encoding:
Text File  |  1993-01-28  |  2.0 KB  |  47 lines

  1. Newsgroups: comp.periphs.printers
  2. Path: sparky!uunet!europa.eng.gtefsd.com!paladin.american.edu!howland.reston.ans.net!spool.mu.edu!yale.edu!newsserver.jvnc.net!newsserver.technet.sg!nuscc!nusunix3.nus.sg!law30056
  3. From: law30056@nusunix1.nus.sg (TAN KEN HWEE)
  4. Subject: Re: Print postscript to HP LaserJet III from PC?
  5. Message-ID: <1993Jan28.053622.9427@nuscc.nus.sg>
  6. Sender: usenet@nuscc.nus.sg
  7. Organization: National University of Singapore
  8. X-Newsreader: TIN [version 1.1 PL6]
  9. References: <1993Jan27.165733.29893@engr.uark.edu>
  10. Date: Thu, 28 Jan 1993 05:36:22 GMT
  11. Lines: 34
  12.  
  13. ALEX CHUAH (ac0@.uark.edu) wrote:
  14. : Could anyone show me the path to a program that would allow
  15. : me to print postscript files to a HP LaserJet III?  The printer
  16. : is linked to a PC(running DOS) but the problem is that the PC
  17. : does not have the applications which are available at other
  18. : PCs.  Thus i would like to print my work to a postscript
  19. : file and take it over to the PC(with the printer) and
  20. : use a small program that would print my postscript file.
  21. : I need this file pretty urgently.  Any help would be much 
  22. : appreciated.  Thanx.
  23. ASSUMING your LJ3 has a PostScript cartridge, what you want to do is
  24. simply create a Print File (most programs will have a print to file
  25. option), compress it if you must using LHA, PKZIP etc, bring it on a 
  26. floppy to the PeeCee connected to the LJ3 and then do a :
  27.  
  28. COPY filename.prn PRN /b
  29.  
  30. The /b is probably NOT needed for most PostScript files but may solve
  31. problems if you have embedded bitmaps etc.
  32.  
  33. If you DON'T have PostScript (even better, since it will be a LOT
  34. faster) then you do the exact same thing but you MUST have the /b.  The
  35. /b tells DOS to keep sending the file till there ain't anymore to send.
  36. Without it, DOS stops at the first EOF that it finds.  Very frequent in
  37. most non-PS output files.
  38.  
  39. NO PROGRAM NEEDED TO DO THIS.  Just use the good old Copy command!
  40. Good luck.  E-mail me with success story or if you need more details.
  41.  
  42. KenHwee Tan
  43. Natl Uni of Singapore
  44.  
  45.