PHP Classes

File: imgtest.php

Recommend this page to a friend!
  Classes of Timothy Edwards   PHP DOCX to Image   imgtest.php   Download  
File: imgtest.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP DOCX to Image
Extract images from Microsoft Word DOCX files
Author: By
Last change:
Date: 2 years ago
Size: 246 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

</head>

<body>
<?php
require_once('wordimg.php');
$rt = new WordPHP(true);
$rt->readDocument('sample.docx');
?>
</body>