Initial support for header and footer

This commit is contained in:
Sebastián Katzer
2019-01-21 17:52:28 +01:00
parent 60444a8534
commit 578342516a
5 changed files with 159 additions and 5 deletions

View File

@@ -53,6 +53,16 @@ exports.getDefaults = function () {
maxHeight: 0,
maxWidth: 0,
padding: { top: 0, left: 0, right: 0, bottom: 0 }
},
header: {
unit: 'cm',
height: 0,
},
footer: {
unit: 'cm',
height: 0
}
};
};