|
ScanShare API
This feature is only available on Professional licenses. Only to be used by developers.
This API will only work with Capturix Scanshare Version 2.05 or higher.
If you want to integrate Capturix ScanShare with your own applications you can use Capturix Scanshare API.
Just create a HTML that redirects to Scanshare server the following commands:
http://<server>[:<port>]/api.x?result=<result page>&exe=<application to be run>¶m=<parameters>&format=<image file format>
server œ Address of the ScanShare server (eg: 192.168.1.1)
port œ Listening Port of the Scanshare server (if the default port is used, the port is not required) result œ URL that will be opened when scanshare finishes the scan process. (http:// is not required) exe œ Custom application that will handle the image file generated by Capturix ScanShare
param - Parameter the be used by the exe:
file- will be replaced by the scan image filename
format of Image file format:
jpeg,bmp,png,pdf One of this words should be placed
|