472,096 Members | 2,322 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,096 software developers and data experts.

Scanner input for PHP

I have a scanner connected to my server running Apache.

I would like to have a script that allows me to get a pdf file directly
from the scanner.

Is this do-able?

Jul 17 '05 #1
4 3529
ka****@gmail.com wrote:
I have a scanner connected to my server running Apache.

I would like to have a script that allows me to get a pdf file directly
from the scanner.

Is this do-able?


You'll have to check with your scanner's manufacturer. You'll need to
see if they have a developer's toolkit available for the scanner, and if
so, if it has PHP extensions.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Jul 17 '05 #2
"karimt" wrote:
I have a scanner connected to my server running Apache.

I would like to have a script that allows me to get a pdf file
directly
from the scanner.

Is this do-able?


doubtful. PHP is not a recognized language for this sort of thing. I
think you can find a scanner model with api (windows, Linux, etc.)
written in a non-php language. Then you can develop a simple app in
that language that would save the scanner out put to files in a
directory. Then you can write a php app that reads the scans for
files in that directory.

--
Posted using the http://www.dbforumz.com interface, at author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.dbforumz.com/PHP-Scanner-...ict224255.html
Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbforumz.com/eform.php?p=773031
Jul 17 '05 #3
steve,
"karimt" wrote:
> I have a scanner connected to my server running Apache.
>
> I would like to have a script that allows me to get a pdf file
> directly
> from the scanner.
>
> Is this do-able?


doubtful. PHP is not a recognized language for this sort of thing. I
think you can find a scanner model with api (windows, Linux, etc.)
written in a non-php language. Then you can develop a simple app in
that language that would save the scanner out put to files in a
directory. Then you can write a php app that reads the scans for
files in that directory.


Not really correct. PHP is based off of C, of which, you can build a
PHP Extension from that. Basically what he should look for is an API
utilizing C or C++ and build an extension to work with PHP. Then load
it within the script he needs to keep other people from accessing it.

Mike
Jul 17 '05 #4
> Not really correct. PHP is based off of C, of which, you can build a
PHP Extension from that. Basically what he should look for is an API
utilizing C or C++ and build an extension to work with PHP. Then load
it within the script he needs to keep other people from accessing it.


By load it in the script I am talking about loading the module within
the script instead of including it with the PHP Extensions that are
within the ini or statically linked.

Mike
Jul 17 '05 #5

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

reply views Thread by cricket | last post: by
4 posts views Thread by teddysnips | last post: by
1 post views Thread by Louis Cypher | last post: by
7 posts views Thread by DemonWasp | last post: by
tolkienarda
14 posts views Thread by tolkienarda | last post: by
3 posts views Thread by thename1000 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.