开发者

Is there any sample code for developing the Cardscanning(CSSN) using PHP?

开发者 https://www.devze.com 2023-01-13 05:23 出处:网络
I want to develop a module for card scanning using CSSN.They gave the sample code for another languages like C#,Delphi etc.(except PHP).

I want to develop a module for card scanning using CSSN.They gave the sample code for another languages like C#,Delphi etc.(except PHP). Is there any sample code for scanning the document using PHP 开发者_Go百科with this CSSN device?

Whether we can develop application for this scanner using PHP?


Looking at their website, and based on the fact that they're using ActiveX controls, I get the feeling you'll never get this working on a language that doesn't use Microsoft's runtime. Even if you were able to somehow get it working, I doubt you would get much support from them on it.

I would recommend, instead, writing a program in a language they support that can in turn talk to your PHP application. As the SDK sends events to your intermediate app it can send them on to your PHP program, and the PHP program can send commands to the SDK through the intermediate app.

0

精彩评论

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