Search found 5 matches

by Bubba
Tue Mar 02, 2010 7:50 pm
Forum: Document Viewing
Topic: using gdviewer in WPF application
Replies: 4
Views: 4629

Re: using gdviewer in WPF application

Running into similar issues re x64 and x86 as well as where GDPicture is installing itself on an x64 machine. Some clarification around what is expected, how the library "should" behave, and any known limitations in this space would be very helpful.
by Bubba
Thu Feb 25, 2010 10:24 pm
Forum: Image Processing & Document Imaging
Topic: GdPictureImaging Loading PDF Image
Replies: 3
Views: 7388

Re: GdPictureImaging Loading PDF Image

I am now struggling with getting the imageID from the GDViewer when the original image loaded was/is not a PDF. My thought was, given that the imaging object doesn't support loading PDF's, that I would simply load "everything" into an oGDViewer initially, and then get an imageID from the v...
by Bubba
Tue Feb 23, 2010 6:35 pm
Forum: Image Processing & Document Imaging
Topic: GdPictureImaging Loading PDF Image
Replies: 3
Views: 7388

GdPictureImaging Loading PDF Image

imageID = oGdPictureImaging.CreateGdPictureImageFromFile(FilePath); According to the documentation, PDF's aren't handled by this function. Is my only recourse then, to create a GDViewer, load the PDF, convert the Viewer PDF Image to a GDPicture image, transfer that image over to the GdPictureImagin...
by Bubba
Tue Feb 23, 2010 6:04 pm
Forum: Example requests & Code samples
Topic: OCR Zone of a PDF page
Replies: 8
Views: 19606

Re: OCR Zone of a PDF page

Thanks. The INCHES & Pixels explanation was enlightening.
by Bubba
Mon Feb 22, 2010 10:51 pm
Forum: Example requests & Code samples
Topic: OCR Zone of a PDF page
Replies: 8
Views: 19606

Re: OCR Zone of a PDF page

I am confused as to why you added the * 200 to the SetROI method here: Call oGDTemp.SetROI(CInt(LeftArea * 200), CInt(TopArea * 200), CInt(WidthArea * 200), CInt(HeightArea * 200)) I'm writing in C#, and evaluating the library for an internal tool. We need the ability to allow the user to designate ...