PK
Default page
- Your IP: 216.73.216.14
- Server IP: 45.79.8.107
- Server: Linux localhost 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
- Server Software: nginx/1.18.0
- PHP Version: 8.1.2-1ubuntu2.23
-
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
//============================================================+