Using PowerPoint-to-Html5 SDK with PHP   print

Dear Conaito,

we are evaluating PowerPoint-to-Html5 SDK using the trial version downloaded from your site.

On the product features page we read that PHP is a supported development environment, and since our company doesn't have .NET expertise, we would like to try to use your product using PHP.

But in the trial samples_source_code folder there aren't PHP examples, so we can't evaluate this option.

Is there the possibility to try to use the PHP APIs?

Best




****
Its very easy. The SDK comes as well with a comand-line interface (ppt2html5.exe). You can check the command line examples (console folder) to see how it works. PHP can do same.
****
Do you mean that there isn't any PHP API, and PHP support is accomplished calling ppt2html5.exe via exec()/system() ?
****
Yes, exactly. Its easy to work with this way.
****
Right. Thank you