Skip to content

Instantly share code, notes, and snippets.

View cakebake's full-sized avatar
🐞
MacGyver-like dedication to squashing bugs

Jens A. cakebake

🐞
MacGyver-like dedication to squashing bugs
  • Germany
View GitHub Profile
@asessa
asessa / gist:bf389070d76aaaf3987b
Created June 7, 2015 23:33
node-html-pdf header/footer test
var pdf = require('html-pdf');
var options = {
'format': 'A4',
'border': '1cm',
'header': {
'height':'5cm'
},
'footer': {
'footer': '5cm'