Search found 47 matches

by BillG
Thu Oct 16, 2008 6:33 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Scanning pdf file to SQL Server
Replies: 10
Views: 18344

Scanning pdf file to SQL Server

My client wants to convert the image scanned in to a pdf file and then save the pdf file to a table in SQL Server. How would I do that?
by BillG
Wed Oct 15, 2008 7:56 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: StackOverFlow Exception
Replies: 2
Views: 6995

Re: StackOverFlow Exception

Forget it. I got it to work. I was checking the HP forums and found the answer from someone on there. You have to set ShowIndicators to false before caling Acquire or AcquireModal(). It is a problem with the twain drivers from HP.
by BillG
Wed Oct 15, 2008 7:21 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: StackOverFlow Exception
Replies: 2
Views: 6995

StackOverFlow Exception

private void ScanButton_Click(object sender, EventArgs e) { try { vsTwain1.StartDevice(); vsTwain1.ShowUI = false; if (vsTwain1.SelectSource()) { vsTwain1.DisableAfterAcquire = true; vsTwain1.MaxImages = 1; vsTwain1.AutoCleanBuffer = true; vsTwain1.OpenDataSource(); if (vsTwain1.FeederPresent) { vsT...
by BillG
Mon Oct 13, 2008 8:19 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Which product do I need?
Replies: 3
Views: 8182

Re: Which product do I need?

I am using VS 2008, any problems with that?
by BillG
Mon Oct 13, 2008 5:35 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Which product do I need?
Replies: 3
Views: 8182

Which product do I need?

I need to be able to have the user push a button on one of my forms, my app will start the scanner, when the scanner is finished my app will take the scanned document and save it to a sql server database as a pdf. Will the VintaSoftTwain.net library do that for me?
by BillG
Fri Oct 10, 2008 4:38 pm
Forum: Hardware and Vendors Discussions
Topic: Kodak scanners.
Replies: 8
Views: 31672

Re: Kodak scanners.

No I am trying to find a good sheet feeder with a twain for a client. They are a labor union and they want to from within my Membership application which is writtin in C# want to be able to hit a button and scan in the signed membership card and then have it saved to the member table. The price of t...
by BillG
Fri Oct 10, 2008 4:05 pm
Forum: Hardware and Vendors Discussions
Topic: Kodak scanners.
Replies: 8
Views: 31672

Re: Kodak scanners.

Anyone try the new Kodak Scanmate i1120 scanner with Vintasoft?