Help for this page

Select Code to Download


  1. or download this
    Can't call method "isvirtual" on an undefined value at C:/Perl/site/li
    +b/PDF/API2
    /Content.pm line 1456.
    
  2. or download this
    #!c:/perl/bin/perl -w
    use strict;
    ...
    $pdf->saveas("file.pdf");
    $pdf->end;
    exit;