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