2024-12-06 10:47:51 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
|
|
|
|
|
<link rel='stylesheet' href='<?=base_url();?>assets/css/pdf.css' />
|
|
|
|
|
</head>
|
|
|
|
|
|
2024-12-07 09:25:13 +07:00
|
|
|
<body style='-webkit-print-color-adjust:exact;'>
|
2024-12-06 10:47:51 +08:00
|
|
|
<?php echo $data; ?>
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|