Possible Duplicates:
Read pdf files with php
Is there a PDF parser for PHP?
Hello
I have two issues:
I have a pdf file(it contains around 40 pages) and i just want to read it and and display the contents in the browser.
Read and display the content of a specific page(e.g. Page no 32) or a
range of specific pages(e.g. page 23-25).
I am using PHP 5 so just tell me how can i do this?
I am very thankful to you all if you will explain it with example(a little bit of code).
-Thanks