Link to home
Start Free TrialLog in
Avatar of pankajrathod84
pankajrathod84

asked on

READ AND EDIT DOCX FILE IN PHP

HI Experts,
      I am having problem with reading and editing DOCX file in php. Is there any API or service available to ready DOCX file in PHP.
      I have to read the DOCX file and store the content in database for searching purpose. I am using PHPLIVEDocx service for this purpose but I am not able to edit the DOCX file. By editing I have to redact some words in the file.
For e.g. If I will redact "Hello" in the file then for all the occurence of "Hello" the word would be grayout and not readable.
        I am using Linux server.
ASKER CERTIFIED SOLUTION
Avatar of etftwuk
etftwuk
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pankajrathod84
pankajrathod84

ASKER

It is somewhat helpful but not fully solved my problem.