Using Tiff in the demo version

Questions, comments and suggestions concerning VintaSoft Twain ActiveX.

Moderator: Alex

Post Reply
neuro_pro
Posts: 3
Joined: Tue Aug 17, 2010 12:46 pm

Using Tiff in the demo version

Post by neuro_pro »

I am using a trial version VintasoftTwain ActiveX in html.
Can I save method SaveImage multipage documents TIFF from JS?
Yuri
Posts: 64
Joined: Wed Jul 23, 2008 2:47 pm

Re: Using Tiff in the demo version

Post 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
mvsenin
Posts: 6
Joined: Mon Jul 25, 2011 8:23 am

Re: Using Tiff in the demo version

Post 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.
Alex
Site Admin
Posts: 2305
Joined: Thu Jul 10, 2008 2:21 pm

Re: Using Tiff in the demo version

Post 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
Post Reply