in reply to Re: $canvas->postscript method - unexpected result
in thread $canvas->postscript method - unexpected result
What do you think?for (my $i='1'; $i<$maxheight; $i+=850){ ++$currentPage;print "$currentPage\n"; $canvas->postscript('-x'=>'0', '-y'=>$i, -width=>$maxwidth, -height=>850, -colormode=>'color', -file=>"$i.ps", -pageanchor=>'n', -pageheight=>'10.5 i'); system("lpr -S ilfpsc6vs01 -P nw1h305c $i.ps") == 0 or die $!; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: $canvas->postscript method - unexpected result
by zentara (Cardinal) on Jun 25, 2008 at 16:17 UTC | |
by cta (Acolyte) on Jun 25, 2008 at 17:34 UTC | |
by zentara (Cardinal) on Jun 25, 2008 at 17:54 UTC | |
by cta (Acolyte) on Jun 25, 2008 at 18:25 UTC | |
by zentara (Cardinal) on Jun 26, 2008 at 11:14 UTC | |
|