Help for this page

Select Code to Download


  1. or download this
    open (my $XML, "-|", "e:\\path\\to\\pdftohtml.exe -xml -zoom 1.4 -stdo
    +ut $PDF_FILE") or die "pdftohtml failed:\n$!\n$^E";
    
    my $t = XML::Twig->new(
    ...
    $t->parse($XML);
    
    close $XML;