Help for this page

Select Code to Download


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