Re: Problem with PDF::API2::Lite module

2009-10-22 Thread Dermot
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 $

Problem with PDF::API2::Lite module

2009-10-22 Thread 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 $img = $pdf->image_jpeg('/Users/anjan/Desktop/personal/me.jpeg'); $pdf->page($img->width,