Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

read text from docx in php

<?php
include ('Doc2Txt.php');
$docObj = new Doc2Txt('test.docx');
$txt = $docObj->convertToText();
echo $txt;
Source by techtechinfo.com #
 
PREVIOUS NEXT
Tagged: #read #text #docx #php
ADD COMMENT
Topic
Name
2+4 =