jyotsnaj Posted February 26, 2013 Share Posted February 26, 2013 Hi, Can we read/manipulate PDF in PHP? Would appreciate your help. Thanks, Jyotsna Link to comment https://forums.phpfreaks.com/topic/274956-reading-pdf-using-php/ Share on other sites More sharing options...
trq Posted February 26, 2013 Share Posted February 26, 2013 Yes. Link to comment https://forums.phpfreaks.com/topic/274956-reading-pdf-using-php/#findComment-1415066 Share on other sites More sharing options...
P5system Posted February 28, 2013 Share Posted February 28, 2013 You can check the url: http://php.net/manual/en/function.pdf-open-file.php Link to comment https://forums.phpfreaks.com/topic/274956-reading-pdf-using-php/#findComment-1415528 Share on other sites More sharing options...
jyotsnaj Posted March 1, 2013 Author Share Posted March 1, 2013 Hi, Actually we have a question paper in PDF. We wanted to read each question from that PDF and save it in a database. Is there any PHP library or module which allow us to do sublayering kind of thing on PDFs ? Thanks, Jyotsna Link to comment https://forums.phpfreaks.com/topic/274956-reading-pdf-using-php/#findComment-1415789 Share on other sites More sharing options...
P5system Posted March 19, 2013 Share Posted March 19, 2013 To just get the text from a PDF file, try these:- http://davidwalsh.name/read-pdf-doc-file-php- http://www.webcheatsheet.com/php/reading_clean_text_from_pdf.php (more in-depth)For a more heavyweight solutions, have a look at:- http://www.setasign.de/products/pdf-php-solutions/fpdi/ Link to comment https://forums.phpfreaks.com/topic/274956-reading-pdf-using-php/#findComment-1419539 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.