PHP cannot open and display a PDF file in a browser. In most cases, you just want to send the file to the browser and allow Adobe Reader to open and display the file. However, if you want to extract data from the PDF file itself, then the PDF function built into PHP can be useful.
http://php.net/manual/en/book.pdf.php
source
share