PHP Classes

File: examples/abiword_example.php

Recommend this page to a friend!
  Classes of Piotr Malinski   OpenOffice 2 HTML   examples/abiword_example.php   Download  
File: examples/abiword_example.php
Role: Example script
Content type: text/plain
Description: Example script
Class: OpenOffice 2 HTML
Convert OpenOffice Writer documents to HTML
Author: By
Last change:
Date: 18 years ago
Size: 138 bytes
 

Contents

Class file image Download
<?PHP
include '../office.class.php';
$x = new office();
// Load the file and show the results
echo $x->abi_on_screen('abiword.abw');

 
?>