472,965 Members | 2,081 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Scanning Documents from VB.Net 2003

Hi-

I am working on a very simple document management system. I would like to
allow the user to control a scanner from inside the
application(specifically, scan a document and save it in .pdf format, and
with the database maintaining the name of the newly created file).

I have not worked scanners on a programming level and any help would be
greatly appreciated(also, please note that I am not opposed to buying com
objects to facilitate the development).

Thanks,

Rick
Nov 20 '05 #1
5 10529
Hi,

http://www.codeproject.com/dotnet/tw...p?target=twain
http://www.codeproject.com/dotnet/wi...p?target=twain
http://sourceforge.net/projects/pdflibrary/
Ken
----------------------
"R Kalal" <rk****@schottint.com> wrote in message
news:ea****************@TK2MSFTNGP09.phx.gbl...
Hi-

I am working on a very simple document management system. I would like to
allow the user to control a scanner from inside the
application(specifically, scan a document and save it in .pdf format, and
with the database maintaining the name of the newly created file).

I have not worked scanners on a programming level and any help would be
greatly appreciated(also, please note that I am not opposed to buying com
objects to facilitate the development).

Thanks,

Rick

Nov 20 '05 #2
* "R Kalal" <rk****@schottint.com> scripsit:
I am working on a very simple document management system. I would like to
allow the user to control a scanner from inside the


Samples in C#:

TWAIN:

<http://www.codeproject.com/dotnet/twaindotnet.asp>

On Windows XP you can use WIA:

<http://www.codeproject.com/dotnet/wiascriptingdotnet.asp>

Components:

<http://www.atalasoft.com/components/dotImage/Twain.aspx>

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #3
Thank you all for your advice. However, do you know of an Visual Basic
samples?

Thanks,

Rick
Nov 20 '05 #4
Here's a link to some TWAIN code for VB.NET that is a conversion of the C#
code you were given a link to on CodeProject:

http://www.planetsourcecode.com/vb/s...eId=1551&lngWI
d=10

james

"R Kalal" <rk****@schottint.com> wrote in message
news:eT**************@TK2MSFTNGP12.phx.gbl...
Thank you all for your advice. However, do you know of an Visual Basic
samples?

Thanks,

Rick

Nov 20 '05 #5
As one poster mentioned, you can use Atalasoft DotImage for a suite of
managed .NET imaging components that lets you very easily scan
documents, and save them to a PDF.

Also, if you want a standalone 100% managed scanning solution, you can
use DotTwain, but this doesn't give you PDF output support.

More information is available at http://www.atalasoft.com/

Please give us a call or email if you would like to talk more about
how oru components could save you a lot of time and money.

Best Regards,

Bill Bither
Atalasoft, Inc.
http://www.atalasoft.com/
Hi-

I am working on a very simple document management system. I would like to
allow the user to control a scanner from inside the
application(specifically, scan a document and save it in .pdf format, and
with the database maintaining the name of the newly created file).

I have not worked scanners on a programming level and any help would be
greatly appreciated(also, please note that I am not opposed to buying com
objects to facilitate the development).

Thanks,

Rick

Nov 20 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

21
by: CHANGE username to westes | last post by:
What are the most popular, and well supported, libraries of drivers for bar code scanners that include a Visual Basic and C/C++ API? My requirements are: - Must allow an application to be...
0
by: Ajay | last post by:
hi! I am developing an application for a pocket pc. i have a small gui which allows users to select files using a file dialog box. however the file, selected is represented as '/My...
5
by: Ken | last post by:
I currently have a set of documents in a directory that i need to list in a html table. Is there any way to generate the table with the documents listed instead of having to update the table...
1
by: Paradigm | last post by:
I would like to add a scanning feature to my software. Does anyone know of a DLL or OCX that I could use to control a scanner and save the images. Thnaks. Alex
5
by: Mark Jerde | last post by:
Sorry if these are the wrong newsgroups -- so many to choose from! The first draft of a Word document is about 200 pages. The second draft is about 275 pages. I am required to produce a 3rd...
7
by: Dave | last post by:
Apologies for the newbie question. I have created a vb.net program for my company that is designed to work with Word Templates (about forty of them that we commonly use) that are selected by the...
1
by: Curtis | last post by:
I am researching a project that involves controling a high speed document scanner. I am trying to find a .Net capable library to access the TWAIN drivers for the image scanners to automatate the...
6
by: Bob Alston | last post by:
I am looking for others who have built systems to scan documents, index them and then make them accessible from an Access database. My environment is a nonprofit with about 20-25 case workers who...
2
by: iheartvba | last post by:
Hi Guys, I have been using EzTwain Pro to scan documents into my access program. It allows me to specify the location I want the Doc to go to. It also allows me to set the name of the document...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...

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.