[PHP] PHP MS-Word plugin

2008-01-10 Thread Douglas Temple
Hi everyone, I'm pretty sure that this question has been asked to death in the past, but I'm just curoius as to whether there is a plugin that can edit Microsoft Office Word documents in PHP. I'm interested in this because I am trying to put a text watermark on each page, but doing it online

Re: [PHP] PHP MS-Word plugin

2008-01-10 Thread Jochem Maas
Douglas Temple schreef: Hi everyone, I'm pretty sure that this question has been asked to death in the past, but I'm just curoius as to whether there is a plugin that can edit Microsoft Office Word documents in PHP. I'm interested in this because I am trying to put a text watermark on each page

Re: [PHP] PHP MS-Word plugin

2008-01-10 Thread James Colannino
) is pretty good at the basic manipulation of most word documents. James -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP and Word...

2004-02-15 Thread Russell P Jones
I need to use PHP to pull the first page from a Word Document and then print it to the screen. It doesnt have to be fancy, so even if just the text is pulled that would be fine (although formatting would be grand too). Anyone got any ideas? I cant use the COM object since Im running this on a

Re: [PHP] PHP and Word...

2004-02-15 Thread Adam Bregenzer
On Sun, 2004-02-15 at 18:28, Russell P Jones wrote: I need to use PHP to pull the first page from a Word Document and then print it to the screen. It doesnt have to be fancy, so even if just the text is pulled that would be fine (although formatting would be grand too). [snip] I was

[PHP] Php Oracle Word object

2003-02-21 Thread M.ALPER KARASAHIN
Hi, i want to display a blob column, that contain a word object. My database is Oracle Ver 8.1.7. Php version is 4.2.3 How can i do this? Thanks for your help. Alper.

Re: [PHP] Php Oracle Word object

2003-02-21 Thread 1LT John W. Holmes
SELECT it out, send Word headers with header() and echo your data. ---John Holmes... - Original Message - From: M.ALPER KARASAHIN [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 21, 2003 8:53 AM Subject: [PHP] Php Oracle Word object Hi, i want to display a blob