<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
.container {
width: 100%;
overflow: hidden;
height: auto;
page-break-inside: auto !important;
}
.page-header {
position: fixed;
top: 0;
left: 0;
height: 100px;
}
.page-footer {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 100px;
}
body {
padding-top: 100px;
padding-bottom: 100px;
}
</style>
</head>
<body>
<div class="page-header">Header</div>
<div class="page-footer">Footer</div>
<div class="container">Content</div>
</body>
</html>