Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    use strict;
    ...
            $pdf->saveas("$image.pdf");
            };
    #$pdf->saveas("$image.pdf"); images are included in the same file...
    
  2. or download this