Help for this page

Select Code to Download


  1. or download this
    FONT METHODS
    @directories = PDF::API2::addFontDirs($dir1, $dir2, ...)
    ...
    
    $font = $pdf->corefont($fontname, [%options])
    Returns a new Adobe core font object.
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    # Save the PDF
    $pdf->saveas('test.pdf');