Recommend this page to a friend! |
Download .zip |
Info | Example | View files (4) | Download .zip | Reputation | Support forum | Blog (2) | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2021-10-24 (6 days ago) | Not yet rated by the users | Total: 64 This week: 61 | All time: 9,974 This week: 1 |
Version | License | PHP version | Categories | |||
docxtoimg 1.0.0 | GNU General Publi... | 5 | PHP 5, Graphics, Files and Folders |
Description | Author | |
This class can extract image files from Microsoft Word DOCX files. |
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 |
File | Role | Description |
---|---|---|
imgtest.php | Example | Example script |
LICENSE | Lic. | License text |
README.md | Doc. | Documentation |
wordimg.php | Class | Class source |
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.