PDF Helper
Create PDFs from HTML with CSS
Last updated
Was this helpful?
Create PDFs from HTML with CSS
Last updated
Was this helpful?
Was this helpful?
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
</head>
<body>
<p>First Name: {{ zendeskContact.first_name }}</p>
</body>
</html><meta name="pdfkit-page-size" content="LETTER"/><meta name="pdfkit-page-size" content="A4"/><meta name="pdfkit-orientation" content="Landscape"/>