Finished implementation for header/footer for iOS

This commit is contained in:
Sebastián Katzer
2019-01-22 15:27:31 +01:00
parent ee88021da0
commit 69541fb13e
2 changed files with 166 additions and 27 deletions

View File

@@ -57,12 +57,18 @@ exports.getDefaults = function () {
header: {
unit: 'cm',
height: 0,
},
height: 1,
footer: {
unit: 'cm',
height: 0
labels: [{
text: 'Awesome Printer Plug-in',
align: 'center',
italic: true,
color: '#FF0000'
},{
showPageIndex: true,
align: 'right',
bold: true
}]
}
};
};