I'm trying to interact with uploaded MS Office applications through PHP scripting. I'm guessing it would be somewhat easier if I were using PHP for Windows, but I'm currently using a LAMP configuration.
I seems that some ISPs (including one of mine) don't even allow for the instantiation of MS Office COM components on Windows Servers when you're using shared hosting.
But for a UNIX/PHP configurations, I have two questions:
1. I'm wondering if anyone has any suggestions for interacting with MS Office applications (e.g. Word documents, Powerpoint documents)?
2. While I plan to use FPDF to handle PDF files, I'm looking at the Zend Framework to possibly handle MS Office files. Has anyone successfully configured the Zend Framework through their web host by uploading the framework and modifying their php.ini file?