PHP Classes
elePHPant
Icontem

wordDocumentHandler: Convert and clean MSWord documents to HTML

Recommend this page to a friend!
  Info   View files Example   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum (6)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2003-10-15 (13 years ago) RSS 2.0 feedStarStarStar 43%Total: 6,962 This week: 2All time: 269 This week: 591Down
Version License PHP version Categories
logantools 1.0.0GNU General Publi...4HTML, Text processing, Windows
Description Author

This class can be used to convert a Microsoft Word document to HTML, RTF or plain text using COM objects.

The input document formats can be Microsoft Word DOC, RTF and plain text.

The class can also clean the generated HTML to remove unnecessary markup that Microsoft Word adds.

Of course, you need MsWord installed on the server, and Windows OS.

It doesn't works ? Look below =>

1- your server must be running Win32
2- Microsoft Word must be installed on the server (I tested with Word2000)
3- readfile() is not available under PHP 4.3. You can use the following code to replace it with PHP<4.3
if (str_replace(".", "", phpversion())<"430")
{
function readFile( $f ) {
$out = ""; $lines = file ($f); foreach( $lines as $l ) $out .= $l."\n"; return $out;
}
}
4- try to not open a file on the netword (ie \\server\doc...) unless you fully understand the authentification process

Picture of Logan Dugenoux
Name: Logan Dugenoux <contact>
Classes: 6 packages by
Country: France France

  Files folder image Files  
File Role Description
Plain text file wordDocumentHandler.php Class Source of the wordDocumentHandler class
Accessible without login Plain text file wordDocumentHandler_test_code.php Example Example of use of wordDocumentHandler class

 Version Control Unique User Downloads Download Rankings  
 0%
Total:6,962
This week:2
All time:269
This week:591Down
 User Ratings  
 
 All time
Utility:60%StarStarStarStar
Consistency:62%StarStarStarStar
Documentation:-
Examples:71%StarStarStarStar
Tests:-
Videos:-
Overall:43%StarStarStar
Rank:2522