Closed Bug 144967 Opened 22 years ago Closed 22 years ago

Printing: footer cropped by edge of paper

Categories

(Core :: Printing: Output, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: munro, Assigned: rods)

Details

Printing to a Xerox DP65, the appended page number lines at the bottom of the
page are too close to the edge of the paper.  The first character on the line is
being cut off.
Adding to summary so this bug is easyer to find.

Bug 102596 was a linux variant of this - found a hint about all possible
settings being listed in
http://lxr.mozilla.org/seamonkey/source/modules/libpref/src/init/all.js#207 
Not sure to what extent it applies to Windows though.
Summary: Printing → Printing: footer cropped by edge of paper
You can adjust it with these lines in all.js

// Enables you to specify the gap from the edge of the paper to the margin
// this is used by both Printing and Print Preview
pref("print.print_edge_top", 0); // 1/100 of an inch
pref("print.print_edge_left", 0); // 1/100 of an inch
pref("print.print_edge_right", 0); // 1/100 of an inch
pref("print.print_edge_bottom", 0); // 1/100 of an inch
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
verified.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.