gunesahmet Posted January 15, 2010 Share Posted January 15, 2010 How to read and parsing with php on linux ? Please help me ! Link to comment https://forums.phpfreaks.com/topic/188577-word-and-pdf-read-and-parsing-with-php-on-linux/ Share on other sites More sharing options...
mmarif4u Posted January 15, 2010 Share Posted January 15, 2010 Did you mean to read/write to a file? http://www.webcheatsheet.com/php/reading_clean_text_from_pdf.php http://www.webcheatsheet.com/php/reading_the_clean_text_from_docx_odt.php Hope this help. Link to comment https://forums.phpfreaks.com/topic/188577-word-and-pdf-read-and-parsing-with-php-on-linux/#findComment-995590 Share on other sites More sharing options...
gunesahmet Posted January 15, 2010 Author Share Posted January 15, 2010 thanks a lot. It's perfectly working. But how is read and parsing .docx like this script ? If it possible ? Link to comment https://forums.phpfreaks.com/topic/188577-word-and-pdf-read-and-parsing-with-php-on-linux/#findComment-995622 Share on other sites More sharing options...
mmarif4u Posted January 16, 2010 Share Posted January 16, 2010 I haven't used that script yet, but according to the script, if you call the function it will read the .docx in the form of a XML format. Script has two function, one is .docx and another is for .odt (openoffice). By calling the function at the right place would read the text, and then you will be able to save the data/text in a variable to use it later. Link to comment https://forums.phpfreaks.com/topic/188577-word-and-pdf-read-and-parsing-with-php-on-linux/#findComment-995916 Share on other sites More sharing options...
gunesahmet Posted January 16, 2010 Author Share Posted January 16, 2010 Thank you so much i will try... Link to comment https://forums.phpfreaks.com/topic/188577-word-and-pdf-read-and-parsing-with-php-on-linux/#findComment-996020 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.