Search found 5 matches

by kparker
Fri Jun 26, 2009 8:48 pm
Forum: Image Processing & Document Imaging
Topic: Problem with compression
Replies: 1
Views: 1596

Problem with compression

Loic, I'm having a problem with converting LZW TIFF images into CCITT 4 . Here is the code I'm using: string imgPath = @"C:\Multipage.TIF"; axGdViewer1.DisplayFromFile(imgPath); for (int i = 0; i < axGdViewer1.PageCount; i++) { axImaging1.SetNativeImage(axImaging1.CreateClonedImage(axGdVie...
by kparker
Wed Mar 19, 2008 7:17 am
Forum: Example requests & Code samples
Topic: Scan multiple documents at once using separator sheets ?
Replies: 3
Views: 21736

Re: Scan multiple documents at once using separator sheets ?

I've noticed the promised version 5 is out, and I just ordered a copy. Could you by any chance tell me how to solve this problem with this version?

Thanks.
by kparker
Wed Feb 13, 2008 2:02 am
Forum: Example requests & Code samples
Topic: Scan multiple documents at once using separator sheets ?
Replies: 3
Views: 21736

Scan multiple documents at once using separator sheets ?

I posted this question in a different thread without much reaction; apologies for the duplication. I really need to figure this out before buying GdPicture for our application. Here is the problem I'm trying to solve. --->We would like to speed up scanning by feeding the scanner multiple documents a...
by kparker
Wed Feb 13, 2008 1:48 am
Forum: TWAIN & WIA Acquisition
Topic: Scanning multiple documents with ADF scanners
Replies: 2
Views: 3261

Re: Scanning multiple documents with ADF scanners

Can anybody help on this issue? I really need to figure this out before deciding to buy this SDK for our application. Here is the problem I'm trying to solve. --->We would like to speed up scanning by feeding the scanner multiple documents at a time (as opposed to feeding the scanner on document at ...
by kparker
Fri Feb 08, 2008 8:58 pm
Forum: TWAIN & WIA Acquisition
Topic: Scanning multiple documents with ADF scanners
Replies: 2
Views: 3261

Scanning multiple documents with ADF scanners

Hi, I'm trying to scan multiple documents with ADF. I'll have document boundary sheets between the documents and I'll like to scan them in one shot. I would like to be able to save the individual documents separately into multi-page PDF files. Could you please tell me how this can be done. Thanks, P...