Help for this page

Select Code to Download


  1. or download this
    
    #my $cmd = 'pdftohtml ' . $filename_pdf . ' ' . $filename_html . ' -no
    +f
    ...
    
    my @args = ( $filename_pdf, $filename_html, 'noframes', '-c-, '-i' , '
    +>', '/dev/null' );
    system ('pdftohtml', @args);
    
  2. or download this
    $pid = open(MP, "| mplayer @options  init.mpg >/dev/null 2>&1 ");