home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / postscri / 6398 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  3.0 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pitt.edu!camp.wpic.pitt.edu!Alex
  2. From: Alex@camp.wpic.pitt.edu (Alex Ferguson )
  3. Newsgroups: comp.lang.postscript
  4. Subject: ISO a PS command...
  5. Message-ID: <Alex.85.727653480@camp.wpic.pitt.edu>
  6. Date: 21 Jan 93 21:58:00 GMT
  7. Sender: news+@pitt.edu
  8. Organization: DAC, Child Psych, UPMC
  9. Lines: 68
  10.  
  11.  
  12.  
  13. Hi all,
  14.  
  15.         Just wondering whether or not anybody knows where in the 
  16. following lines of code, a paper size is specified.  I have the
  17. software set up to print legal, but it only prints 11 out of the 
  18. 14 inches of image (landscape) - so, I figured I'd try changing 
  19. the actual *.ps file to 11x14 instead of 8.5x11 (which I assume 
  20. is in here now for some strange reason...)
  21.  
  22.  
  23.                         Any help would be appreciated,
  24.  
  25.                                                 Alex
  26.  
  27.  
  28.  
  29. %!PS-Adobe-2.0
  30. %%DocumentProcSets:Wysiwyg_2.0 0 0
  31. %%DocumentSuppliedProcSets:Wysiwyg_2.0 0 0
  32. %%EndComments
  33. %%BeginProlog
  34. /WysiwygDict 150 dict def WysiwygDict begin 
  35. %%BeginCriticalErrorHandler
  36. /BrkPageDict 64 dict def BrkPageDict begin/prnt{dup type/stringtype ne{=string cvs}if dup length 6 mul/tx exch def/ty 10 def currentpoint/toy e
  37. %%EndCriticalErrorHandler
  38. %%BeginProcSet: Wysiwyg_2.0 0 0
  39. /bf{bind def}bind def/lf{load def}bf/ed{exch def}bf/gs/gsave lf/gr/grestore lf/m/moveto lf/l/lineto lf/t/rmoveto lf/r/rlineto lf/st/stroke lf/n
  40. %%BeginPixelAlignment
  41. /fixpt{transform round exch round exch itransform}bf/m{fixpt moveto}bf/l{fixpt lineto}bf/t{fixpt rmoveto}bf/r{fixpt rlineto}bf/cto{6g 6g fixpt 
  42. %%EndPixelAlignment
  43. %%BeginTextStuff
  44. /localdict 30 dict def/extcodes[128/grave 129/acute 130/circumflex 131/dieresis 132/tilde 133/cedilla 134/.notdef 135/.notdef 144/grave 145/acu
  45. %%EndTextStuff
  46. /Otl{dup dup/PaintType 2 put/StrokeWidth 28 put}def/TTMR[1 0 0 1 0 0]def/TTMG[1 0 0 -1 0 0]def/yy 0 def/ht{0 t}bf/vt{0 exch t}bf/wit{.9 mul}bf/
  47. %%BeginColorDetection
  48. statusdict/processcolors known{/slc/slc_c lf}{/slc/slc_g lf}ifelse 
  49. %%EndColorDetection
  50. %%EndResource
  51. %%EndProlog
  52.  
  53. .24 .24 scale 90 rotate 1 -1 scale 83 83 tr 0 sdhd 0 slwd 0 0 m 0 2383 l 4033 2383 l 4033 0 l clp clip np gs gs
  54. 256 0 0 256 sto
  55. gr -1 -1 m -1 2383 l 4033 2383 l 4033 -1 l clp clip np
  56. 0 0 tr gs
  57. 256 0 0 256 sto
  58. 4034 2384 1104 576 vsc
  59. gr 1 1 tr gs
  60. 80 72 ftsc
  61. 80 72 ftsc
  62. 0 slcg 0 slcg -1 -1 m -1 1 l 1105 1 l 1105 -1 l clp fill gg -1 -1 m -1 14 l 992 14 l 992 -1 l clp  clip np
  63. 4 10 m zi /Courier Renc 9 fsc /XAR dfs spc (  Series : 1) sh zo
  64.  
  65.  
  66.  
  67.  
  68.  
  69. /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
  70. | Alexander J. Ferguson III                                          |
  71. | Database Manager, DAC (Data Analytic Core)                         |
  72. | Child Psychiatry, Western Psychiatric Institute & Clinic           |
  73. | University of Pittsburgh Medical Center                            |
  74. |                                                                    |
  75. | alex@camp.wpic.pitt.edu   voice (412) 624-3705                     |
  76. |                           fax   (412) 624-0223                     |
  77. \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
  78.  
  79.