You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi ,
This is rather a dumb question that how can I extract text from the php-word object (the object that contains the office file (.rtf)).
From what I understood that there is phpword object --> section --> abstract-container--> addText() function. but I was unable to understand where the text was actually stored.
"How to convert the phpword (containing the read document) into string". or how to extract text from a document object.