我正在使用Aspose API,.NET Components
平台Aspose.Words for .NET
产品。
这是我的test.php
代码,
<?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");
?>
当我运行它时会返回此错误,
这是我的愿景信息,
出了什么问题。任何人都可以帮我解决这个问题。
答案 0 :(得分:0)
请阅读以下文章以使用PHP和Aspose.Words。
您可以配置PHP以使用COM。有关详细信息,请参阅http://www.php.net/manual/en/book.com.php。另请阅读Using Aspose.Words for .NET via COM Interop。
我与Aspose一起担任开发人员传播者。