Recommend this page to a friend! |
Download |
Info | Example | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not enough user ratings | Total: 145 | All time: 9,143 This week: 47 |
Version | License | PHP version | Categories | |||
docxtoimg 1.0.0 | GNU General Publi... | 5 | PHP 5, Graphics, Files and Folders |
<!DOCTYPE html>
|
This php class will take a DOCX type Word document and extract all the images that are contined in it. They will be then all be saved in a directory with the same name as the original DOCX file. This directory will be automatically created if it does not exist. In the normal mode this class will not provide any output to screen. A php demonstration file (imgtest.php) is included. This demonstration file expects the DOCX file to be named 'sample.docx'.
$rt = new WordPHP(false); or $rt = new WordPHP();
$rt = new WordPHP(true);
$rt->readDocument('FILENAME');
Files (4) |
File | Role | Description |
---|---|---|
imgtest.php | Example | Example script |
LICENSE | Lic. | License text |
README.md | Doc. | Documentation |
wordimg.php | Class | Class source |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.