- or download this
'fontname' => 'Courier',
- or download this
'fontname' => 'Courier-New',
- or download this
'fontname' => 'Courier-New,Oblique',
- or download this
'fontname' => 'Courier-New,Bold',
- or download this
'fontname' => 'Courier-New,BoldOblique',
- or download this
#!/usr/bin/perl
...
$pdf->saveas('pdftest.pdf');
$pdf->end();