Skip to content

Instantly share code, notes, and snippets.

@harmant
Created April 30, 2014 10: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 harmant/5eb432e5f9850a60991d to your computer and use it in GitHub Desktop.
Save harmant/5eb432e5f9850a60991d to your computer and use it in GitHub Desktop.
wkhtmltopdf 0.12.0 samples
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<strong>Cover page</strong>
</body>
</html>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body style="margin: 0; padding: 0">
Header
</body>
</html>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<H1>Test page</H1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment