0
Guys I’m having a difficulty reading a Word file in the Windows, the situation is as follows:
I have a form where a person adds a word file in an input type file field. I want to take the text of this word, separate it into a variable to later write to the database. This is possible ?
This may help: http://stackoverflow.com/questions/31627389/phpword-in-laravel-5
– Miguel
So, I searched on this library, but it is only written (generation of a new word) .. in case I already have a word ready, I just wanted to take the text and save one in a variable.
– Danilo Tiago Thai Santos
And this solution? http://stackoverflow.com/questions/19503653/how-to-extract-text-from-word-file-doc-docx-xlsx-pptx-php
– Miguel
This solution is also just writing and not reading ...
– Danilo Tiago Thai Santos
A question, this upload really needs to be in docx?
– gmsantos