Skip to content

Instantly share code, notes, and snippets.

@ferdhika31
Created July 22, 2022 09:03
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 ferdhika31/3c80d8481f9d76ee520ec8aba0bd9312 to your computer and use it in GitHub Desktop.
Save ferdhika31/3c80d8481f9d76ee520ec8aba0bd9312 to your computer and use it in GitHub Desktop.
wkhtmltopdf sample
<!DOCTYPE html>
<body>
<b>This is your body</b>
</body>
</html>
<!DOCTYPE html>
<body style="background-color: red;color:white">
<b>This is Header brow!</b>
</body>
</html>
wkhtmltopdf --header-html ./header.html --footer-html ./footer.html ./output-example.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment