[comp.sys.apollo] Laser Server

C0024@UMRVMB.UMR.EDU ("Michael Johnston, Sci. Pgmr/Analyst") (12/12/90)

Glenn said:
>  We are running a DN3550 with Mentor Graphics 7.1 and 10.1 O.S.
>Mentor's Postscript output contains two funnies that must be deleted
>before our Postscript printers will work.  First, the very beginning
>and very end of the files contain non-printing characters that *may*
>confuse the printer.  Second, there is a line somewhere down in the file
>with syntax  'letter 0 setjobtimeout'.  This line must be commented out
>or removed, or the output will *not* work on the printer. I should mention
>that we use 'offline' mode so we can send the output to various printers
>on our lab network.

Glenn,  Part of your problem is in your printer configuration file
(printer.name_config.data) under /sys/print.  It should look something
like what follows for a generic postscript printer.  Note the
document_eoj command is set to off.  This should get rid of those
funnies at the start and end of your file.

##  configuration file for printer   eepost
    printer_name                     eepost
    device                           PostScript
    model_number                     generic_ps
    PostScript_release               38.0
    interface_type                   offline
    output_prefix                    eeps
    output                           ~/
    paper                            letter
    top_margin                       0
    bottom_margin                    0
    left_margin                      0
    form_length                      66
    form_width                       80
    page_headers                     off
    file_banners                     off
    document_eoj                     off

I hope this helps.

Michael Johnston
Computing Services
University of Missouri - Rolla
******************************
c0024@umrvmb.umr.edu
mlj@apollo.cc.umr.edu