[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

printing on 8.5x14 size paper- HELP!



    Date: Thu, 11 Oct 90 13:12 EDT
    From: bill@CASSIOPEIA.Mystech.DialNet.Symbolics.com (Bill Anderson)

    Is there anyway to print on legal sized paper (8.5 x 14)??

    we're using a 3675 8.0 lgp3 (but an lgp2 is available also).

I don't think there's a user interface, but try

(advise hardcopy:make-hardcopy-stream :around legal-sized nil
  (let ((stream :do-it))
    (lgp::set-page-type stream :legal 8.5 14)
    stream))

This should both set the space available for printing and include
PostScript to inform the printer that you want that tray.