Help for this page

Select Code to Download


  1. or download this
                   }   # line 615
    
    ...
                   $cur_x += $calc_column_widths->[$j];  # orig. line 616
           }#End of for(my $j....                        # orig. line 617
    
  2. or download this
        page-obj,  row-index, column-index,  x, y, width, height
    
  3. or download this
    use strict;
    use PDF::API2;
    ...
    
    # do other stuff with $pdf
    $pdf->saveas();