Help for this page

Select Code to Download


  1. or download this
    is_deeply(scalar $pdf->adjust_to_bounding_box($main_image),  
              undef, 
              "adjust_to_bounding_box returns on no second param" 
             ); # test
    
  2. or download this
    my @got = $pdf->adjust_to_bounding_box($main);
    # @got should be an empty list.