flying frog Posted November 10, 2008 Share Posted November 10, 2008 I have 500 pdf and MS Word files which I've been asked to list on a new website. It's a very low profile website so they're not too bothered how its coded. I'm thinking of going with a static site with the PDF's in folders (as opposed to a Mysql databse). However, I'm wondering if there's a script which will automatically/dynamically display the PDF filename and the first paragraph of each file on a php/html page? Would this be possible if I placed the pdf/word files in MySQL? Or is the only solution to manually enter the first paragraph of each file directly onto a static html ? Thanks Link to comment https://forums.phpfreaks.com/topic/132186-extracting-data-from-pdfs-with-php-and-placing-it-onto-a-html-page/ Share on other sites More sharing options...
Daniel0 Posted November 11, 2008 Share Posted November 11, 2008 You could take a look at Zend_Pdf. Link to comment https://forums.phpfreaks.com/topic/132186-extracting-data-from-pdfs-with-php-and-placing-it-onto-a-html-page/#findComment-687557 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.