2009/10/22 Dermot :
> 2009/10/22 ANJAN PURKAYASTHA :
>> Hi All,
>> I wrote a short script to test the PDF::API2::Lite module. I work on a Mac
>> OSX.
>> Here is the script:
>> #! /usr/bin/perl
>>
>> use strict;
>> use warnings;
>> use PDF::API2::Lite;
>>
>> my $pdf= PDF::API2::Lite->new;
>>
>> my $
Hi All,
I wrote a short script to test the PDF::API2::Lite module. I work on a Mac
OSX.
Here is the script:
#! /usr/bin/perl
use strict;
use warnings;
use PDF::API2::Lite;
my $pdf= PDF::API2::Lite->new;
my $img = $pdf->image_jpeg('/Users/anjan/Desktop/personal/me.jpeg');
$pdf->page($img->width,