开发者

Read a ActiveX control using a PHP?

开发者 https://www.devze.com 2023-01-14 00:12 出处:网络
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 th

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

精彩评论

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