include('class.pdf2text.php'); $a = new PDF2Text(); $a->setFilename('file.pdf'); echo $a->output(); ... Calculate how many lines the file contains.
確定! 回上一頁