Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

This is a class that intents to read a DOCX file and output it to HTML format.

USAGE

//debug mode $rt = new WordPHP(true);

//without debug $rt = new WordPHP(false); or $rt = new WordPHP();

//Read docx file and returns the html code $text = $rt->readDocument(FILENAME);

NOTE: To load images, please create a tmp folder where images can be extracted and saved from the document

About

PHP class to read DOCX files into HTML

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages