I'm working with Aspose API, .NET Components
platform Aspose.Words for .NET
product.
Here is my test.php
code,
<?php
//this is working correctly
$word = new COM("word.application");
//return error in here
$helper = new COM("Aspose.Words.ComHelper");
$builder = new COM("Aspose.Words.DocumentBuilder");
$license = new COM("Aspose.Words.License");
?>
when i run this it's return this error,
here is my vision information,
what is wrong. can anyone help me to solve this.
Please read the following article to work with PHP and Aspose.Words.
You can configure your PHP to work with COM. Please see http://www.php.net/manual/en/book.com.php for more information. Also please read Using Aspose.Words for .NET via COM Interop.
I work with Aspose as Developer evangelist.