Hi,
We are trying to get PhpDocx to work as our document generation package. One the issues I've run into is that the addImage() options need a source file in order to load the image. Our problem is that we don't have any source files. We store our images in an Oracle database as a binary string. We then pull them out of the database as a string. Is there a way to pass this image string to the addImage() function instead of a file location?
Andrew