Help for this page

Select Code to Download


  1. or download this
    my @options = qw(
        
    ...
    );
    
    system( $config->{wkhtmltopdf_path}, @options, $source_file, $config->
    +{result_filename}, ">/dev/null", "2>&1" );
    
  2. or download this
    system("( /usr/bin/wkhtmltopdf www.google.com Result.pdf )", ">/dev/nu
    +ll", "2>&1");