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
    is_deeply([$pdf->adjust_to_bounding_box($main_image)],  
              [], 
              "adjust_to_bounding_box returns on no second param (list con
    +text)" 
             ); # test