system( $config->{wkhtmltopdf_path}, @options, $source_file, $config->{result_filename}, ">/dev/null", "2>&1" ); #### system "$config->{wkhtmltopdf_path} @options $source_file $config->{result_filename} >/dev/null 2>&1";
## system "$config->{wkhtmltopdf_path} @options $source_file $config->{result_filename} >/dev/null 2>&1";