PK
Default page
- Your IP: 216.73.216.114
- Server IP: 13.201.186.57
- Server: Linux ip-172-31-11-38 6.14.0-1018-aws #18~24.04.1-Ubuntu SMP Mon Nov 24 19:46:27 UTC 2025 x86_64
- Server Software: Apache/2.4.58 (Ubuntu)
- PHP Version: 8.2.29
-
Buat File |
Buat Folder
Edit File: example_006.php
int main() {
printf("HelloWorld");
return 0;
}
Monospace font, normal font, monospace font, normal font.
DIV LEVEL 1
DIV LEVEL 2
DIV LEVEL 1
SPAN LEVEL 1 SPAN LEVEL 2 SPAN LEVEL 1
EOF;
// output the HTML content
$pdf->writeHTML($html, true, false, true, false, '');
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// test custom bullet points for list
// add a page
$pdf->AddPage();
$html = <<Test custom bullet image for list items
- test custom bullet image
- test custom bullet image
- test custom bullet image
- test custom bullet image
EOF;
// output the HTML content
$pdf->writeHTML($html, true, false, true, false, '');
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// reset pointer to the last page
$pdf->lastPage();
// ---------------------------------------------------------
//Close and output PDF document
$pdf->Output('example_006.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+