in reply to Re: Generating beautiful reports
in thread Generating beautiful reports
...better or easier to handle than:my $pdf = new PDF::Create(...); my $root = $pdf->new_page('MediaBox' => [ 0, 0, 612, 792 ]); my $page = $root->new_page; $page->stringc($f2, 40, 306, 426, "PDF::Create");
?$im = new GD::Image(100,100); $image->stringFT($color,$font,10,0,123,321,"GD")
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Generating beautiful reports
by simon.proctor (Vicar) on Apr 09, 2002 at 11:35 UTC | |
by kappa (Chaplain) on Apr 09, 2002 at 11:56 UTC |