in reply to Including GIF image into PDF (using GD::Graph and PDF::API2 libraries)
It seems the media box needs to be bigger than the gif, and possibly there are centering and page size considerations with pdf. Maybe someone else knows more, like a command to set the page size in the pdf.my $graph = new GD::Graph::bars( 600, 400 ); ...... $page->mediabox(800,600); ......
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Including GIF image into PDF (using GD::Graph and PDF::API2 libraries)
by asulkin (Initiate) on Feb 02, 2009 at 20:07 UTC | |
by zentara (Cardinal) on Feb 02, 2009 at 20:17 UTC |