i need a class or some code to get the contents of pdf extracted from a pdf document. is it done by normanl file read operation ? Please help me. thanks in advance
Have a look at www.phpclasses.org You'll find a lot of classes for this there. Or if you have PDFLib installed, have a look at: www.php.net/pdf
actually i am looking for some thing that can extract data .. in the phpclass lots of classes but they are all making pdf docs .
i have gone through the examples in the sites mentioned by nico_swd php.net and phpclasses. there are usefull codes but getting only text out of the pdf i also need the images to be extracted any ideas?