home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / postscri / 6132 < prev    next >
Encoding:
Text File  |  1992-12-31  |  2.2 KB  |  51 lines

  1. Xref: sparky comp.lang.postscript:6132 comp.periphs.printers:3761
  2. Newsgroups: comp.lang.postscript,comp.periphs.printers
  3. Path: sparky!uunet!island!hue
  4. From: hue@coney.island.COM (Pond Scum)
  5. Subject: PPD file omissions and strangeness
  6. Message-ID: <1992Dec31.075301.8845@island.COM>
  7. Originator: hue@coney
  8. Sender: usenet@island.COM (The Usenet mail target)
  9. Organization: Island Graphics and Hot Tub Repair of Marin County
  10. Date: Thu, 31 Dec 1992 07:53:01 GMT
  11. Lines: 38
  12.  
  13.  
  14. I'm working on a program which uses PPD files and to test it I grabbed
  15. a bunch of PPDs off the Adobe file server.  I have run into some weird
  16. things in PPD files and was wondering if anyone else had run into similar
  17. problems and what you decided to do about them:
  18.  
  19. 1) Why do the Lino PPDs for PostScript versions < 52.3 have entries
  20.    for *SetResolution, but versions > 52.3 do not have entries for
  21.    *SetResolution?  We have a RIP 30 with 52.3 and I'm pretty sure
  22.    you can change the resolution if you do an exitserver first.
  23.  
  24. 2) The entries under *ScreenProc seem pretty useless, especially if
  25.    the device has a screen filter installed.  There is a special PPD for
  26.    an AGFA SelectSet 5000 with the screen filter active, but RoundAGFASpot
  27.    and EllipticalAGFASpot (or whatever they are called) not listed under
  28.    ScreenProc.  It would be very useful if they were.
  29.  
  30. 3) According to the PPD spec, the value following *MaxMediaWidth is an
  31.    integer inside double quotes.  I got L3330523.PPD and L530_523.PPD
  32.    off the Adobe file server and the numbers after *MaxMediaWidth were 
  33.    not inside double quotes.
  34.  
  35. 4) None of the PPDs for the Varityper imagesetters have a *CustomPageSize
  36.    entry.  From looking at the file it seems you could use the setpage
  37.    operator almost the same way as setpageparams on most other RIPs?
  38.    I could swear that I used a Varityper imagesetter once and it supported
  39.    the setpageparams operator.
  40.  
  41. 5) One of the Varityper PPDs has the wrong invocations to set the
  42.    resolution to 1270.  It actually tries to do "270 setresolution".
  43.    Of course, there could be some really weird bug where you have to
  44.    say "270" instead of "1270", but I doubt it.
  45.  
  46.  
  47. Actually, if you've ever done anything at all with PPD files I'm interested
  48. in hearing about it.
  49.  
  50. Jonathan Hue        hue@island.COM
  51.