Search found 26 matches

by edlemus
Thu Nov 22, 2012 3:31 pm
Forum: Image Processing & Document Imaging
Topic: CreateClonedGdPictureImageI Bug
Replies: 3
Views: 3664

Re: CreateClonedGdPictureImageI Bug

Sorry, but I still have GP8.
What was the latest version on 8? Can I get a download link?
We have no plans to upgrade to 9 for now.
by edlemus
Thu Nov 22, 2012 1:24 am
Forum: Image Processing & Document Imaging
Topic: CreateClonedGdPictureImageI Bug
Replies: 3
Views: 3664

CreateClonedGdPictureImageI Bug

Hi,

When I use CreateClonedGdPictureImageI on a grayscale image it results in a yellowish image. Is there something wrong with that method?
Attached are sample and result images.
by edlemus
Tue May 22, 2012 11:53 pm
Forum: Image Processing & Document Imaging
Topic: FormDropOut InvalidParameter
Replies: 1
Views: 2923

FormDropOut InvalidParameter

Hi,

I'm trying to use the FormDropOut method. I even tried the same code sample that's in the Reference Guide, but in C#.
But I always get InvalidParameter as a result. I know the images are ok.
What can I be doing wrong?

Edson
by edlemus
Sat May 07, 2011 4:58 pm
Forum: TWAIN & WIA Acquisition
Topic: TwainShowSetupDialogSource()
Replies: 4
Views: 3713

Re: TwainShowSetupDialogSource()

Hi,

Currently I'm using a Canon DR-3010C.
But anyway, I'll try not to rely my app on this behavior. Thanks.

Edson
by edlemus
Sat May 07, 2011 1:28 am
Forum: TWAIN & WIA Acquisition
Topic: TwainShowSetupDialogSource()
Replies: 4
Views: 3713

Re: TwainShowSetupDialogSource()

Hi,

It seems to me that it returns true whether I press cancel or ok.
Is there anyway to know which one has been pressed?

Edson Lemus
by edlemus
Sat Feb 26, 2011 10:38 pm
Forum: Document Viewing
Topic: Can't display page from Multipage
Replies: 1
Views: 2085

Can't display page from Multipage

Hi, It seems that when a new page(s) is added to a multipage document and it is already attached to a GdViewer object the added page(s) cannot be selected until another page that previously existed is selected. This only happens when the page(s) are added at the end of the document, at index 1 or be...
by edlemus
Sat Feb 12, 2011 11:56 pm
Forum: PDF
Topic: BW TIF to PDF Conversion
Replies: 6
Views: 3989

Re: BW TIF to PDF Conversion

Hi,

Just to bring some feedback: this is working great now!
by edlemus
Fri Feb 04, 2011 1:58 am
Forum: PDF
Topic: BW TIF to PDF Conversion
Replies: 6
Views: 3989

Re: BW TIF to PDF Conversion

Hi,

I've downloaded V 7.3.6 but it seems to me that this is not fixed yet or am I missing something?
by edlemus
Tue Feb 01, 2011 4:19 am
Forum: PDF
Topic: BW TIF to PDF Conversion
Replies: 6
Views: 3989

BW TIF to PDF Conversion

Hi, I'm using this piece of code: int pdfHandle = gdImaging.PdfNewPdf(destPath, "", "", "", "", ""); gdImaging.PdfSetCompressionForBitonalImage(pdfHandle, PdfCompression.PdfCompressionCCITT4); gdImaging.PdfSetCompressionForColorImage(pdfHandle, PdfCo...
by edlemus
Wed Jan 19, 2011 5:18 pm
Forum: General discussions
Topic: TiffGetPageCount returns 0 on single page readonly tifs
Replies: 2
Views: 3270

Re: TiffGetPageCount returns 0 on single page readonly tifs

Hi,

I know it's easy to work around this. But I still think it's not the best approach, it should return 1.
Anyway, thanks for the quick answer.
by edlemus
Tue Jan 18, 2011 11:40 pm
Forum: General discussions
Topic: TiffGetPageCount returns 0 on single page readonly tifs
Replies: 2
Views: 3270

TiffGetPageCount returns 0 on single page readonly tifs

Hi, In my application I'm getting the page count with TiffGetPageCount, but when the TIF file opened with CreateGdPictureImageFromFile as read only has only 1 page, the page count returns 0. Is this an issue? Before loading I have no other way to know if this is a single page tif, opening for write ...
by edlemus
Thu Dec 23, 2010 7:26 pm
Forum: Image Processing & Document Imaging
Topic: PdfReaderGetPageText memory issue
Replies: 3
Views: 2518

Re: PdfReaderGetPageText memory issue

Hi,

I noticed this is not true for every pdf but only for some; I've submitted you a sample in a support ticket. Thanks in advance.

Edson
by edlemus
Tue Dec 21, 2010 5:46 pm
Forum: Image Processing & Document Imaging
Topic: PdfReaderGetPageText memory issue
Replies: 3
Views: 2518

PdfReaderGetPageText memory issue

Hi, I'm trying to build a txt file from the text within a pdf document, so I'm looping through the pdf pages and use PdfReaderGetPageText to get the text, but every page I read the use of RAM gets increased incredibly and by page 9 or 10 the application crashes. I'm using the Imaging class, but I tr...
by edlemus
Fri Oct 01, 2010 11:28 pm
Forum: Image Processing & Document Imaging
Topic: Custom Capabilities in TWAIN
Replies: 7
Views: 3789

Re: Custom Capabilities in TWAIN

Never thought that cast would even work as the values are not predefined, but it does! :D
Sorry I didn't even tried before, hehehehe. :oops:
Thanks a lot.
by edlemus
Fri Oct 01, 2010 7:35 pm
Forum: Image Processing & Document Imaging
Topic: Custom Capabilities in TWAIN
Replies: 7
Views: 3789

Re: Custom Capabilities in TWAIN

Can you provide a more extensive sample? I'm using c# and I can't send integers to TwainSetCapCurrentNumeric, only a TwainCabalities enumeration value. Is there some special way in which I should reference the library?