Help for this page

Select Code to Download


  1. or download this
    sub text_center
    {
    ...
      my $width=$self->advancewidth($text);
      return $self->text($text,-indent=>-($width/2),@opts);
    }
    
  2. or download this
    #!/usr/bin/perl
    package PreflightText;
    ...
    my $saveas = "/tmp/center.pdf";
    warn "saving as: $saveas\n";
    $pdf->saveas($saveas);