Search found 11 matches

by SJackson
Thu Mar 22, 2012 4:11 pm
Forum: Barcode Reading & Writing
Topic: 1 D Barcode Plugin incorrectly finds a Barcode
Replies: 3
Views: 7351

Re: 1 D Barcode Plugin incorrectly finds a Barcode

Hi Loic, Thanks for the reply. I have tried what you said but with the same results. It finds a Barcode with the value "7" when there is no barcode on the page. FYI - I have raised a support ticket instead as the image I had attached was probably sensitive (to someone at least). The ticket...
by SJackson
Thu Mar 22, 2012 2:12 pm
Forum: Barcode Reading & Writing
Topic: 1 D Barcode Plugin incorrectly finds a Barcode
Replies: 3
Views: 7351

Re: 1 D Barcode Plugin incorrectly finds a Barcode

To add to this... On some images that I had a barcode on them the first time I click "Start" it finds the barcode as I expect. But any subsequent clicks of "Start" go through varying results of non-barcode results and eventually end up with no "Barcode Found!" I was hop...
by SJackson
Thu Mar 22, 2012 1:55 pm
Forum: Barcode Reading & Writing
Topic: 1 D Barcode Plugin incorrectly finds a Barcode
Replies: 3
Views: 7351

1 D Barcode Plugin incorrectly finds a Barcode

Hi, I am trying to incorporate the GDpicture 1 D Barcode Recognition plugin into our product. I am using the Sample Project for 1 D Barcode Recognition provided with GDPro to do some preliminary tests and have found that the plugin will find a barcode on a page that doesn't have a barcode the first ...
by SJackson
Wed Jan 25, 2012 11:02 am
Forum: Annotations
Topic: Annotations and Thumbnails
Replies: 4
Views: 3754

Re: Annotations and Thumbnails

Hi, Our company purchased the various licenses for GDPro and Annotations to use in a commercial product. Currently with the limitations surrounding displaying annotations in Thumbnails without burnning, or not being able to unburn annotations, and not being able to easily save annotations on multipa...
by SJackson
Tue Jan 24, 2012 11:41 am
Forum: Annotations
Topic: Annotations and Thumbnails
Replies: 4
Views: 3754

Re: Annotations and Thumbnails

I resolved this as I was loading the thumbnails before I had loaded the annotations from the stored XMP. However, I have since found out that GDPro does not support annotations on mulitple pages by default. Due to this I have to load each pages annotations individually (the xmp is stored in a databa...
by SJackson
Fri Jan 20, 2012 2:10 pm
Forum: Annotations
Topic: Annotations and Thumbnails
Replies: 4
Views: 3754

Annotations and Thumbnails

Hi, I have an application that uses the GDPro Viewer and we also have the Annotations plugin. We store all the annotations in a database as XMP and then load the XMP over the top of the document when a document is viewed. We only burn the annotations into the document if it is exported out of the sy...
by SJackson
Fri Jan 20, 2012 10:42 am
Forum: Example requests & Code samples
Topic: Thumbnails not displaying Correctly
Replies: 2
Views: 3088

Re: Thumbnails not displaying Correctly

I have something to add to this..... I then tried to use the method to load Thumbnails froma directory as a test Me._thumbnailController.View.GDProThumbnailContainer.LoadFromDirectory("C:\Temp", False) This produced the same result, the correct number of place holders but no actual Thumbna...
by SJackson
Thu Jan 19, 2012 10:32 pm
Forum: Example requests & Code samples
Topic: Thumbnails not displaying Correctly
Replies: 2
Views: 3088

Thumbnails not displaying Correctly

Hi, I am trying to load thrumbnails from a Viewer object using LoadFromGdViewer. I am viewing a PDF in the viewer, when I pass the viewer object to the LoadFromGDViewer, the thumbnails control almost instantly generates place holders for the correct number of pages in my document but the place holde...
by SJackson
Thu Jan 19, 2012 7:04 pm
Forum: Image Processing & Document Imaging
Topic: File Size Limits
Replies: 1
Views: 2869

File Size Limits

Hi, I have had a look on the website and on various forum posts but am unable to find what I am looking for so hopefully someone will be able to help me or point me to the correct documents. I am using the GDPro Image Viewer in my product to view PDFs and TIFs (among other file types). I need to kno...
by SJackson
Sun Jan 08, 2012 7:18 pm
Forum: Annotations
Topic: Burning Annotations To a PDF
Replies: 3
Views: 4318

Re: Burning Annotations To a PDF

Hi, Thanks for the reply. The code I posted above is a snippet of the problem. I add my annotations, can see them on the screen. I then want to burn them to the image which I do with the above code. The returned value of BurnAnnotationsToPage(True) is OK {0} The returned value of SaveDocumentToPDF()...
by SJackson
Thu Jan 05, 2012 2:05 pm
Forum: Annotations
Topic: Burning Annotations To a PDF
Replies: 3
Views: 4318

Burning Annotations To a PDF

Hi, I have added the GDProViewer to my .NET project and am able to view my PDFs and add annotations, edit annotations, save the annotations to XMP (actually I save the data to a stream and this is stored in a database field), I can load the annotations back and everyting is fine up until this point....