Download the class.pdf2text.php @ http://pastebin.com/hRviHKp1 or http://www.phpclasses.org/browse/file/31030.html (register required)
Code:
include('class.pdf2text.php');
$a = new PDF2Text();
$a->setFilename('Videographer_RFP.pdf'); //grab the test file at http://www.newyorklivearts.org/Videographer_RFP.pdf
$a->decodePDF();
echo $a->output();
Output:
Videographer Request for Proposals Introduction and Mission New York
Live Arts strives to create a robust framework in support of the
nation's dance and movement-based artists through new approaches to
producing, presenting and educating. Our programs support individual
artists at all stages of their careers, encouraging experimentation
and rigor. New York Live Arts is located at 219 West 19th Street in
New York City and is led by Bill T. Jones as Executive Artistic
Director
The class doesn't work with all pdf's I've tested, give it a try and you may get lucky :)