💡 Try this example:
<html>
<head>
<style>
body {
font-family: Arial;
padding: 40px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
}
h1 { font-size: 48px; }
</style>
</head>
<body>
<h1>🎉 API Test Success!</h1>
<p>This PDF was generated via API</p>
</body>
</html>