Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: XML2PDF

by davorg (Chancellor)
on Jul 02, 2001 at 18:05 UTC ( [id://93175]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use vars qw ( $TOPMARGIN 
                  $BOTTOMMARGIN 
    ...
                  $PAGEHEIGHTPOINTS 
                  $PAGEWIDTHPOINTS
                 );
    
  2. or download this
    my $PAGEHEIGHTPOINTS = 842;
    my $PAGEWIDTHPOINTS  = 595; # the size of your page
    my ($TOPMARGIN, $BOTTOMMARGIN, $LEFTMARGIN, 
        $RIGHTMARGIN) = (10, 10, 15, 15);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2024-04-24 23:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found