|
VMS Help PRINT Parameter, LAYUP_DEFINITION, Examples *Conan The Librarian |
The following PRINT commands illustrate the use of the layup
feature:
$ PRINT /PARAMETERS=(SIDES=2,LAYUP=LPS$DOUBLEHOLES) DOCUMENT.PS
prints DOCUMENT.PS using the DCPS-supplied layup definition file
LPS$DOUBLEHOLES to alternate page side images for edge-binding.
$ PRINT /PARAMETERS=(SIDES=2,NUMBER_UP=2,LAYUP="(NOBORDERS)") MAIL.TXT
prints the file MAIL.TXT as two-sided, two-pages per side and
with no page borders.
$ PRINT /PARAMETERS= -
_$ (LAYUP="(MARGINS=20,20,60,20;NOBORDERS;ALTERNATE=LEFT)", -
_$ SIDES=2,PAGE_ORIENTATION=LANDSCAPE) -
_$ MONTHLY_REPORT.TXT
prints the file MONTHLY_REPORT.TXT with landscape orientation,
alternating page images across the long-edge margin.
|
|