home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / c / xv221src / docs / psfix < prev    next >
Encoding:
Text File  |  1992-04-24  |  1.6 KB  |  42 lines

  1. How to fix up Macintosh LaserWriter 6.0-generated ps files for public
  2. consumption.  (This has already been done to the xvdocs.ps and xvtitle.ps
  3. files.)
  4.  
  5. --jhb 4/24/92
  6.  
  7. -----------------------
  8.  
  9. Date:     Mon, 13 Jan 1992 22:44 PDT
  10. From: WAMPLER@daq.semi.harris.com (Kurt Wampler)
  11. To: bradley@grip.cis.upenn.edu
  12. Subject:  Re: xv 2.0 PostScript docs 
  13.  
  14. John -
  15.  
  16. You can ignore the previous message I sent to you 5 or 6 hours ago.  After
  17. continuing to hack on the Mac-generated PostScript, I finally nursed it into
  18. printing on our SPARCprinter.  The tweaks required to make it print
  19. correctly on the SPARCprinter did not exactly match the tweaks described in
  20. your standard response, nor did they match any of the other helpful advice
  21. posted in alt.graphics.pixutils over the past few days.
  22.  
  23. - I ran with the original prologue.
  24. - I did the 8-bit filtering.
  25. - I wrapped all long source lines at 255 bytes.
  26. - I eliminated all font downloads, (bounded by "%%BeginFont" and "%%EndFont"
  27.   comments, including the "bu fc" line after the "%%EndFont".
  28. - I changed the "patterncachesize patterncachelimit div" to "1 1 div" in
  29.   the patternpath macro.
  30.  
  31. It was worth the effort -- the documentation is well structured and easy to
  32. read.  My hat's off -- both the documentation and the xv program itself are
  33. excellent work.  (Wish I could say the same about the PostScript generated
  34. on your Mac.  Rarely have I seen such ill-structured PostScript.)
  35.  
  36. Anyway, thanks for your original help, and feel free to pass any of the above
  37. tweaks on to other people trying to get the documentation to print.
  38.  
  39. Kurt Wampler
  40. Harris Semiconductor
  41. 408-996-5426
  42.