Skip to content

The best MS Word docx parser to HTML out and more to come

Notifications You must be signed in to change notification settings

codezi/DocX2HtmlParser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DocX2HtmlParser (PHP)

The best MS Word docx parser to HTML out and more to come...

Support for .odt (Open Document Text) coming soon.

Usage

$docx = new DocX2HtmlParser();

$docx->setFile('~/path/to/file');

$html = $docx->toHtml();

echo $html;

About

The best MS Word docx parser to HTML out and more to come

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.1%
  • Shell 0.9%