Skip to content

Instantly share code, notes, and snippets.

@apexdodge
Created August 21, 2018 23:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apexdodge/e188ce23032d9c12f78eeafb2841b1ff to your computer and use it in GitHub Desktop.
Save apexdodge/e188ce23032d9c12f78eeafb2841b1ff to your computer and use it in GitHub Desktop.
footer with page numbers for wkhtmltopdf on api2pdf
{
"html": "<p>Hello World</p>",
"inlinePdf": true,
"fileName": "test.pdf",
"options": {
"footerRight": "Page [page] of [topage]"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment