search for: endfeature

Displaying 3 results from an estimated 3 matches for "endfeature".

Did you mean: addfeature
2003 Apr 08
1
Can't do Landscape with ManualFeed
...space.ps Tue Apr 8 17:22:18 2003 @@ -6,7 +6,7 @@ %!PS-Adobe-3.0 %%Title: Microsoft Word - landscape.doc %%Creator: PScript5.dll Version 5.2 -%%CreationDate: 4/8/2003 17:18:35 +%%CreationDate: 4/8/2003 17:21:42 %%For: gaa %%BoundingBox: (atend) %%Pages: (atend) @@ -178,6 +178,11 @@ %%EndFeature }featurecleanup featurebegin{ +%%BeginFeature: *InputSlot ManualFeed +<</ManualFeed true /MediaPosition 3>> setpagedevice +%%EndFeature +}featurecleanup +featurebegin{ %%BeginFeature: *Smoothing True << /PostRenderingEnhance true /PostRenderingEnhanceDetails << /R...
2007 Feb 28
1
On PostScript
...ater postscript exprience than I might help: What am getting from printing to a file using an applewritter ppd is this: ---> snip %%Page: 1 1 %%PageBoundingBox: 0 0 612 792 %%BeginPageSetup % [{ %%BeginFeature: *PageSize Letter <</PageSize[612 792]/ImagingBBox null>>setpagedevice %%EndFeature } stopped cleartomark %%EndPageSetup gsave [0.24 0 0 -0.24 0 792] concat gsave 237 278 moveto 0 setgray (Courier-iso1252) cvn findfont 50 -50 matrix scale makefont setfont <585858582D746F2D6661782D6E756D626572> [30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 0] xshow grestore grestore sho...
2001 May 31
1
paper size in postscript driver
...But if I print, the printer uses the letter tray and the plot is cropped to the letter size paper. I looked postscript from staroffice vs R, and noticed these lines: %%BeginSetup %%BeginFeature: *PageRegion Tabloid << /PageSize [792 1224] /ImagingBBox null >> setpagedevice %%EndFeature %%EndSetup These follow the "%%EndProlog" line in the postscript file. If I add these lines to an R produced tabloid sized ps file, it will print on tabloid paper! It doesn't view properly in gv though. When looking at a plot in landscape orientation, the right edge is cut off. T...