views:

33

answers:

2

I have a word document with numerous images making up a custom border.

Is there a way using PHP that I can programmatically replace all images within that word document with another image?

Cheers.

A: 

You can probably do it using COM objects. Docs :
fr2.php.net/com
drewd.com/2007/01/25/reading-from-a-word-document-with-com-in-php

Spilarix
A: 

Does that then mean I am restricted to a microsoft server?

LIFO