Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 30, 2019 02:29
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 parzibyte/d6f2cc950178959b619b69815dffdf64 to your computer and use it in GitHub Desktop.
Save parzibyte/d6f2cc950178959b619b69815dffdf64 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="es">
<head>
<meta charset="utf-8">
<title>Imprimir ticket desde JavaScript sin confirmación</title>
</head>
<body>
<h1>Un ticket HTML</h1>
<p>Aquí va un párrafo</p>
<img style="max-width: 200px;" src="./Convertir página web a PDF con wkhtmltopdf.jpg"/>
<br>
<ul>
<li>Elemento 1</li>
<li>Elemento 2</li>
<li>Elemento 3</li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment