开发者

Read a ActiveX control using a PHP?

I am not sure is it possible or not.I dont have any Idea on this.I am using one SDK with for the scanner scanning the document and getting the values.Now I want to access the SDK from my website to the local system.For that I want to read the ActiveX control using PH开发者_高级运维P?Is it possible to read the ActiveX control from PHP?Or do you have any idea on this please suggest me.Thanks in advance.


See the PHP faq here : PHP can be used to access COM and DCOM objects on Win32 platforms.

<?php
$word = new COM("C:\docs\word.doc");
?>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜