datasheet
datasheet copied to clipboard
first / left / right page margins
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;
}
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.