Page 1 of 1

Using Tiff in the demo version

Posted: Tue Aug 17, 2010 12:54 pm
by neuro_pro
I am using a trial version VintasoftTwain ActiveX in html.
Can I save method SaveImage multipage documents TIFF from JS?

Re: Using Tiff in the demo version

Posted: Tue Aug 17, 2010 3:51 pm
by Yuri
Please read about SaveImageToHttp Method in the ActiveX documentation: /Help/VSTwain.chm

Each TIFF file uploaded to the server can contain only one image. It is not possible to add new images to an existing TIFF file on the server.

Regards

Re: Using Tiff in the demo version

Posted: Mon Jul 25, 2011 3:05 pm
by mvsenin
Hi guys,

I'm new to the community, we're going to integrate the ActiveX to our product, currently we're testing it in the demo mode, so I beg your pardon if I'm asking things written in the documentation, but I have read it ones and my understanding is that there is a way to scan multiple pages into one TIFF file and after that the file can be stored and sent as per your needs. We use the control as HTML page with JavaScript object so I would like to make sure whether it's possible to (1) scan multiple pages into one TIFF file and then (2) store the file locally and transmit this file to a server?

Thanks.

Re: Using Tiff in the demo version

Posted: Mon Jul 25, 2011 3:24 pm
by Alex
Hello,

Yes, you can scan some pages, save them as TIFF file on local disk and upload TIFF file from local disk to HTTP server - please read description and see example of the SetHttpFileFromDisk method in the documentation.

Best regards, Alexander