Help for this page

Select Code to Download


  1. or download this
    my $pdf = new PDF::Create(
        'Version'  => 1.2,
    ...
        'Title'    => 'Goom',
        'fh'       => *STDOUT,   # this one
    );