This snippet shows how to open a .docx file using the zip functions. This example outputs the entire contents of the word document to the browser without formatting.
<?php
function OpenDocx($filename){
-
if ($zip){
-
-
-
-
-
}
}
}
-
-
}
return $striped_content;
}
$filename = dirname(__FILE__) . "/cv1.docx";
echo OpenDocx($filename);
?>
No comments:
Post a Comment