mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2026-02-06 23:25:13 +01:00
Initiale Version
This commit is contained in:
9
Kapitel_5/Lektion_11/pdf/fpdf/tutorial/tuto1.php
Executable file
9
Kapitel_5/Lektion_11/pdf/fpdf/tutorial/tuto1.php
Executable file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
require('../fpdf.php');
|
||||
|
||||
$pdf = new FPDF();
|
||||
$pdf->AddPage();
|
||||
$pdf->SetFont('Arial','B',16);
|
||||
$pdf->Cell(40,10,'Hello World!');
|
||||
$pdf->Output();
|
||||
?>
|
||||
Reference in New Issue
Block a user