Nexservice
HTML to PDF Tester
Editor kiri ยท Preview kanan dengan tab Live HTML / PDF
HTML Editormarkup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html> <html lang="id"> <head> <meta charset="UTF-8" /> <style> body { font-family: Arial, sans-serif; padding: 40px; color: #111; } h1 { color: #2563eb; } .badge { display: inline-block; padding: 4px 10px; border-radius: 999px; background: #dbeafe; color: #1d4ed8; font-size: 12px; } </style> </head> <body> <span class="badge">Sample</span> <h1>HTML to PDF Test</h1> <p>Ganti konten ini atau upload file .html untuk uji generate PDF.</p> </body> </html>