TWAIN ActiveX Control, Plug-in, Scanner SDK, Component, HTTP Control/SDK

Dynamsoft TWAIN Products

Support Community for TWAIN Control/Component/SDK for Scanning Solutions
* Login   * Register
* FAQ    * Search

It is currently Tue May 22, 2012 2:14 am




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Saving scanned document to a network drive
PostPosted: Sun Jun 12, 2011 10:35 pm 
Offline

Joined: Mon Mar 14, 2011 12:25 am
Posts: 3
Is it possible to save the document to a shared folder on another computer. can you provide some guideline?


Top
 Profile  
 
 Post subject: Re: Saving scanned document to a network drive
PostPosted: Mon Jun 13, 2011 5:56 pm 
Offline
User avatar

Joined: Tue Mar 08, 2005 12:23 am
Posts: 1075
Hi aliraza,

Yes. You can save the scanned images to a shared folder by using the SaveAs*** method. For instance, if you want to save the scanned image to a shared folder on 192.168.1.234, you can use the following code:

Code:
frmScan.DynamicWebTwain1.SaveAllAsPDF("\\\\192.168.1.234\\Share\\test.pdf");

For more information about SaveAllAsPDF, please refer to:
http://www.dynamsoft.com/help/TWAIN/Web ... lAsPDF.htm

_________________
Catherine Sea
TWAIN Support Team
TWAIN ActiveX/Plug-in for Web Applications, Scanner COM Control
TWAIN .NET Component/SDK for Desktop Applications

Follow me @Twitter, Facebook
Image


Top
 Profile  
 
 Post subject: Re: Saving scanned document to a network drive
PostPosted: Mon Jun 13, 2011 10:47 pm 
Offline

Joined: Mon Mar 14, 2011 12:25 am
Posts: 3
Thanks Catherine for promt reply.
I would like to know about two points.
1- We are saving the scanned document as tiff & is there any method available to save the same on another machine
2- What if the folder on the other machine is not shared?

thanks in advance.

Cheers
Ali


Top
 Profile  
 
 Post subject: Re: Saving scanned document to a network drive
PostPosted: Tue Jun 14, 2011 7:29 pm 
Offline
User avatar

Joined: Tue Mar 08, 2005 12:23 am
Posts: 1075
Hi Ali,

For your questions:

1. You can use the SaveAsTIFF or SaveAllAsMultiPageTIFF method to save scanned image(s) as a TIFF file.
http://www.dynamsoft.com/help/TWAIN/Web ... AsTiff.htm
http://www.dynamsoft.com/help/TWAIN/Web ... geTiff.htm

2. To save an image to another machine, the folder should be shared. Or the folder is under your FTP site or web server. Dynamic Web TWAIN is able to upload images to FTP sites and web servers.

To upload image to your web server, you can use the HTTP Post method:
http://www.dynamsoft.com/help/TWAIN/Web ... ghPost.htm

If it is a FTP site, you can use the FTPUpload method.
http://www.dynamsoft.com/help/TWAIN/Web ... Upload.htm

_________________
Catherine Sea
TWAIN Support Team
TWAIN ActiveX/Plug-in for Web Applications, Scanner COM Control
TWAIN .NET Component/SDK for Desktop Applications

Follow me @Twitter, Facebook
Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

It is currently Tue May 22, 2012 2:14 am


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Copyright © 2010 Dynamsoft Corporation. All Rights Reserved. | Knowledge Base | Source Control Blog