home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / next / misc / 23638 < prev    next >
Encoding:
Internet Message Format  |  1993-01-09  |  2.4 KB

  1. Path: sparky!uunet!portal!rtbrain!rightbrain.com
  2. From: glenn@rightbrain.com (Glenn Reid)
  3. Newsgroups: comp.sys.next.misc
  4. Subject: Re: Saving Postscript files in 3.0
  5. Message-ID: <1048@rtbrain.rightbrain.com>
  6. Date: 10 Jan 93 01:04:08 GMT
  7. References: <961@rtbrain.rightbrain.com>
  8. Sender: glenn@rightbrain.com
  9. Reply-To: glenn@rightbrain.com
  10. Lines: 42
  11.  
  12.  
  13. Jeff Adams writes
  14. > I am trying to create oversize pages (like 11 x 20.5 inches) to be  
  15. eventually  
  16. > sent off to a typesetter using a Linotronic 200.  
  17. > ...
  18. > However, If I create a dummy Linotronic 200 printer using PrintManager, and  
  19. for  
  20. > example save postscript on a document with an oversize page (like 11 x 20.5  
  21. > inches) using the chosen printer (Linotronic 200), and save two versions,  
  22. both  
  23. > a version with device independent postscript (the default) and postscript  
  24. for  
  25. > the chosen printer (Lino) the only difference between the two files (using  
  26. > diff) is the Creation Date field.  
  27.  
  28. I think the problem is that you are asking for a non-standard page size,
  29. and the NeXT software is only set up to handle specific named page sizes.
  30. The Linotronic can handle user-definable page regions since it uses
  31. roll-fed paper, but most printers have only fixed choices.  The PPD files
  32. have a key entry called "VariablePaperSize", I think, that can be either
  33. True or False.  If it's True, then it should let you specify non-standard
  34. sizes and generate calls to the "setpageparams" operator to effect this
  35. change.  I think NeXT does not support this under 3.0.
  36.  
  37. There are two things you can do.  The first is to choose a pre-existing
  38. page size, like Tabloid, for example, and I believe it will put the
  39. correct code into the file for you.  The other choice, which I have not
  40. verified but think should work, is to edit the PPD file yourself and add
  41. an entry for the paper size you need.  You should be able to copy/paste
  42. the code for some of the other page sizes and get the entry to show up
  43. in the popup list on the NeXT panel, and it should then also copy the
  44. code into the print file for you.  I have not tried this, since I don't
  45. use 3.0 in my daily work (I'm still happily at 2.1).  You may need to
  46. look in the Linotronic manual to get the exact "setpageparams" code to
  47. put into the PPD file, but I think it should all work okay.
  48.  
  49. --
  50.  Glenn Reid                NeXTmail: glenn@rightbrain.com
  51.  RightBrain Software        415-326-2974 (NeXTfax 326-2977)
  52.  Palo Alto, California        Electronic Frontier Foundation, member #054
  53.