datasheet icon indicating copy to clipboard operation
datasheet copied to clipboard

first / left / right page margins

Open drom opened this issue 8 years ago • 1 comments

Need

Specific page margin for fist / left / right pages on print.

Solution

Works in chrome:

@page :left {
  margin: 1in 2in 1in 1in;
}

@page :right {
  margin: 1in 1in 1in 2in;
}

@page :first {
  margin: 1in 1.5in 1in 1.5in;
}

drom avatar Feb 27 '17 07:02 drom

Need to add a spacer "E" shape to add the first/ left / right page margins. This size (px) of this shape could be used to create pagination.

nschwass avatar Mar 05 '20 00:03 nschwass