Created
June 7, 2019 15:44
-
-
Save GBurgardt/8f4d44da6e01bf6d35a1bf545226300d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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