home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!pitt.edu!camp.wpic.pitt.edu!Alex
- From: Alex@camp.wpic.pitt.edu (Alex Ferguson )
- Newsgroups: comp.lang.postscript
- Subject: ISO a PS command...
- Message-ID: <Alex.85.727653480@camp.wpic.pitt.edu>
- Date: 21 Jan 93 21:58:00 GMT
- Sender: news+@pitt.edu
- Organization: DAC, Child Psych, UPMC
- Lines: 68
-
-
-
- Hi all,
-
- Just wondering whether or not anybody knows where in the
- following lines of code, a paper size is specified. I have the
- software set up to print legal, but it only prints 11 out of the
- 14 inches of image (landscape) - so, I figured I'd try changing
- the actual *.ps file to 11x14 instead of 8.5x11 (which I assume
- is in here now for some strange reason...)
-
-
- Any help would be appreciated,
-
- Alex
-
-
-
- %!PS-Adobe-2.0
- %%DocumentProcSets:Wysiwyg_2.0 0 0
- %%DocumentSuppliedProcSets:Wysiwyg_2.0 0 0
- %%EndComments
- %%BeginProlog
- /WysiwygDict 150 dict def WysiwygDict begin
- %%BeginCriticalErrorHandler
- /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
- %%EndCriticalErrorHandler
- %%BeginProcSet: Wysiwyg_2.0 0 0
- /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
- %%BeginPixelAlignment
- /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
- %%EndPixelAlignment
- %%BeginTextStuff
- /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
- %%EndTextStuff
- /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/
- %%BeginColorDetection
- statusdict/processcolors known{/slc/slc_c lf}{/slc/slc_g lf}ifelse
- %%EndColorDetection
- %%EndResource
- %%EndProlog
-
- .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
- 256 0 0 256 sto
- gr -1 -1 m -1 2383 l 4033 2383 l 4033 -1 l clp clip np
- 0 0 tr gs
- 256 0 0 256 sto
- 4034 2384 1104 576 vsc
- gr 1 1 tr gs
- 80 72 ftsc
- 80 72 ftsc
- 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
- 4 10 m zi /Courier Renc 9 fsc /XAR dfs spc ( Series : 1) sh zo
-
-
-
-
-
- /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
- | Alexander J. Ferguson III |
- | Database Manager, DAC (Data Analytic Core) |
- | Child Psychiatry, Western Psychiatric Institute & Clinic |
- | University of Pittsburgh Medical Center |
- | |
- | alex@camp.wpic.pitt.edu voice (412) 624-3705 |
- | fax (412) 624-0223 |
- \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
-
-