I recently purchased PHPDOCX, and I've been having problems getting even the examples of charts/images to work properly.
I can verify that the tables, footers, text headers etc. all work fine when I call them but for some reason even the basic charts and header images do not appear on the document.
I'm concerned that this is due to my PHP configuration. I'm running PHP FastCGI 5.2.14 on IIS 7.0. This was installed via the Microsoft Web Platform Installer.
I've checked my php extensions and I have a "php_zip.dll" enabled, which is also present in my php.ini file. However I have seen no mention of anything to do with "xsl" or "xslt" extensions in either of the aforementioned settings.
Could this be my problem?
Is there a simple way to install "XSLT/XSL" extensions for my setup?
Thanks for your time.