%PDF-1.4
Default page
- Your IP: 216.73.216.110
- Server IP: 65.0.61.56
- Server: Linux ip-172-31-10-219 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 06:59:36 UTC 2025 x86_64
- Server Software: Apache/2.4.41 (Ubuntu)
- PHP Version: 7.4.3-4ubuntu2.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
//============================================================+