Get content of PDF file in PHP
问题 I have a FlipBook jquery page and too many ebooks(pdf format) to display on it. I need to keep these PDF's hidden so that I would like to get its content with PHP and display it with my FlipBook jquery page. (instead of giving whole pdf I would like to give it as parts). Is there any way i can get whole content of PDF file with PHP? I need to seperate them according to their pages. 回答1: You can use PDF Parser (PHP PDF Library) to extract each and everything from PDF's. PDF Parser Library Link