Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

PDF::Template (Hangs when content reaches second page)

by eric256 (Parson)
on Dec 02, 2005 at 19:08 UTC ( [id://513694]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    push @$loop, {Name => "Test" , Address => rand} for 1..80;
    $pdf->param( records => $loop );
    print header(-type=>'application/pdf'), $pdf->get_buffer;
    
  2. or download this
    <pdftemplate h="8">
      <pagedef margins="1i">
    ...
        </font>
      </pagedef>
    </pdftemplate>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://513694]
Approved by planetscape
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-04-23 16:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found