Rutishauser 8000 Installation And User Manual page 20

For hewlett-packard laserjet 8150 / 8100 / 8000 printers
Table of Contents

Advertisement

APPENDIX B - Tips & Hints
The following table shows the internal denominations of the paper sources:
HP LaserJet 8150 / 8100 / 8000
Tray
Tray 1 (HP Printer)
Tray 2 (HP Printer)
Tray 3 (HP Printer)
Tray 4 (TowerFeed)
Tray 5 (TowerFeed)
Tray 6 (TowerFeed)
Tray 7 (TowerFeed)
Tray 8 (TowerFeed)
Tray 9 (TowerFeed)
Example:
The following Word Macro will produce an original document (on company paper) incl. 2 copies (plain and color).
Page
First Page
Other Pages
Macro Start
Sub Macro1 ()
Macro1 Macro
Macro recorded 05.06.98 by ...
ActivePrinter = "HP LaserJet 8000 Series PCL 6"
Application.PrintOut FileName:="", Range:=wdPrintRangeOfPages, Item:= _
wdPrintDocumentContent, Copies:=1, Pages:="1", PageType:=wdPrintAllPages, _
Collate:=True, Background:=True, PrintToFile:=False
With ActiveDocument.PageSetup
.LineNumbering.Active = False
.Orientation = wdOrientPortrait
.TopMargin = CentimetersToPoints(1.8)
.BottomMargin = CentimetersToPoints(2)
.LeftMargin = CentimetersToPoints(2)
.RightMargin = CentimetersToPoints(1)
.Gutter = CentimetersToPoints(0)
.HeaderDistance = CentimetersToPoints(0.5)
.FooterDistance = CentimetersToPoints(2)
.PageWidth = CentimetersToPoints(21)
.PageHeight = CentimetersToPoints(29.7)
.FirstPageTray = wdPrinterLowerBin
.OtherPagesTray = 256
.SectionStart = wdSectionNewPage
.OddAndEvenPagesHeaderFooter = False
.DifferentFirstPageHeaderFooter = False
.VerticalAlignment = wdAlignVerticalTop
.SuppressEndnotes = False
.MirrorMargins = True
End With
Active Document.PrintOut
IU 660 / 0047
Denomination
wdPrinterUpperBin
wdPrinterLowerBin
wdPrinterLargeCapacityBin
256
257
258
259
260
261
Original (Copy 1)
Letterhead
Bond
Paper Type
e.g. Letterhead
e.g. Plain
e.g. Bond
e.g. Color
st
1
Copy (Copy 2)
Plain
Plain
18
TowerFeed
nd
2
Copy (Copy 3)
Color
Color
TM
for the HP LaserJet 8150/8100/8000

Advertisement

Table of Contents
loading

Table of Contents