Search found 8 matches

by nyalim
Thu Oct 19, 2017 11:47 am
Forum: Image Processing & Document Imaging
Topic: Issue with TagSetValueString() method
Replies: 1
Views: 5902

Issue with TagSetValueString() method

Hi all, I'm having a little bit of problem using TagSetValueString() method to fill some EXIF fields in my TIFF documents. At first, I tried to fill Tags section under Description but couldn't figure out how to create custom tags in there and gave up; So if there's no way to programmatically fill th...
by nyalim
Tue May 23, 2017 10:39 am
Forum: TWAIN & WIA Acquisition
Topic: Either multipage scan or singlepage depending on the 1d barcode I specified
Replies: 8
Views: 14961

Re: Either multipage scan or singlepage depending on the 1d barcode I specified

Hi Cedric, I want you to know that I was able to fully implement your algorithm to my application and it works as intended, well, mostly:) I have few issues that need to be fixed; 1-) if (Program.Settings.Filter.RemoveBlankPages) { if (_gdPictureImaging.IsBlank(imageId, 99.9f, true)) { _gdPictureIma...
by nyalim
Thu May 18, 2017 1:35 pm
Forum: TWAIN & WIA Acquisition
Topic: Either multipage scan or singlepage depending on the 1d barcode I specified
Replies: 8
Views: 14961

Re: Either multipage scan or singlepage depending on the 1d barcode I specified

Thanks again Cedric. I figured the codes were correct but I just needed to be sure:)

I guess there are many stuff that I need to change in my application to adapt this into it. I couldn't see the control for singlepage barcode separator though...that's not necessary?
by nyalim
Thu May 18, 2017 10:49 am
Forum: TWAIN & WIA Acquisition
Topic: Either multipage scan or singlepage depending on the 1d barcode I specified
Replies: 8
Views: 14961

Re: Either multipage scan or singlepage depending on the 1d barcode I specified

Hi Cedric, Well unfortunately I couldn't make it work exactly:(....everything seems ok code-wise but it doesn't separate files as I want it to. In order to be sure I illustrated the behavior I want so there would be no questions in mind; https://www.imageupload.co.uk/images/2017/05/18/scanningwithse...
by nyalim
Wed May 17, 2017 10:16 am
Forum: TWAIN & WIA Acquisition
Topic: Either multipage scan or singlepage depending on the 1d barcode I specified
Replies: 8
Views: 14961

Re: Either multipage scan or singlepage depending on the 1d barcode I specified

Oh yes separator sheets!....I'm glad that I was able to explain what I need:) I just finished checking codes. Looks like I can adapt this easily into my application with few changes here and there of course like you say. After this I will need to change the "keep scanning" feature as well ...
by nyalim
Tue May 16, 2017 9:51 am
Forum: TWAIN & WIA Acquisition
Topic: Either multipage scan or singlepage depending on the 1d barcode I specified
Replies: 8
Views: 14961

Either multipage scan or singlepage depending on the 1d barcode I specified

Hi all, We have a scanner application that works with gdpicture for years. It has both multipage and singlepage scanning options and now we want to add an another feature that is scanning through barcodes that we specified. So we have 2 unique barcodes and wherever it recognizes the one for the mult...
by nyalim
Wed May 10, 2017 3:40 pm
Forum: General discussions
Topic: CreateGdPictureImageFromByteArray doesn't work with PDF?
Replies: 5
Views: 15346

Re: CreateGdPictureImageFromByteArray doesn't work with PDF?

but can I use cropping text bolding and other stuffs on PDF if I use GdPicturePDF class like I did on TIFF images through GdPictureImaging class?
by nyalim
Thu May 04, 2017 9:34 am
Forum: General discussions
Topic: CreateGdPictureImageFromByteArray doesn't work with PDF?
Replies: 5
Views: 15346

CreateGdPictureImageFromByteArray doesn't work with PDF?

Hello, In my WPF application the following code doesn't work for creating and displaying PDF images. if (evrak.EvrakResim != null) { AktifImageID = gdPictureImaging.CreateGdPictureImageFromByteArray(evrak.EvrakResim); } YedekImageID = gdPictureImaging.CreateClonedGdPictureImage(AktifImageID); mGDVie...