Skip to content

Instantly share code, notes, and snippets.

@GBurgardt
Created June 7, 2019 15:44
Show Gist options
  • Save GBurgardt/8f4d44da6e01bf6d35a1bf545226300d to your computer and use it in GitHub Desktop.
Save GBurgardt/8f4d44da6e01bf6d35a1bf545226300d to your computer and use it in GitHub Desktop.
function(currentPage, pageCount) {
return {
columns: [
{
text: 'Informe emitido por: '+ opciones[2][1]+"("+opciones[2][0]+")"+' (S.E.U.O).',
alignment: 'left'
},
{
text: 'Páginas '+currentPage.toString() + ' de ' + pageCount',
alignment: 'right',
margin: [0, 0, 20, 0]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment