Search found 32 matches

by kketterman
Thu Sep 03, 2009 5:49 pm
Forum: Image Processing & Document Imaging
Topic: creating barcodes - left alignment
Replies: 1
Views: 1493

creating barcodes - left alignment

I am writing several code 128 bar codes on a document and the left setting seems to be getting messed up. Dim charWidth as Integer = 40 Dim barcodeWidth as Integer = tValue.Length * charWidth 'for the first barcode on the page Form1.oImaging.Barcode1DWrite(bcI, GdPicture.Barcode1DWriterType.Barcode1...
by kketterman
Wed Sep 02, 2009 8:24 pm
Forum: Document Viewing
Topic: handling image rotation from multipage tiff
Replies: 2
Views: 2354

Re: handling image rotation from multipage tiff

I am using the contextual menu from the viewer. I have it restricted to 3 values, 90, 180, 270. After taking a break it seems to work. I used a timer for a delay on updating the thumbs. ** I called my openDoc sub and it seems to be working now. Private Sub openDoc() CloseDocument() lstThumbs.LargeIm...
by kketterman
Wed Sep 02, 2009 5:45 pm
Forum: Document Viewing
Topic: handling image rotation from multipage tiff
Replies: 2
Views: 2354

handling image rotation from multipage tiff

Hello, I am working with multipage tiff files created from the scanner. My current issue is dealing with the thumbnails when a page is rotated from within the viewer. I am updating the tiff file with the rotated image properly, but I cannot get the thumbnails to update properly. If I run subsequent ...
by kketterman
Mon Aug 31, 2009 6:36 pm
Forum: General discussions
Topic: barcode creation
Replies: 13
Views: 7941

Re: barcode creation

is there any suggested way to calculate the size of the region based on the size of the barcode data?
Does each char in the barcode require a specific # of pixels?
by kketterman
Mon Aug 31, 2009 6:16 pm
Forum: General discussions
Topic: barcode creation
Replies: 13
Views: 7941

Re: barcode creation

the string can be any series of words...

i tried "SAMPLE" => worked.

I tried "SAMPLE WITH CHEESE ON IT" => No barcode found and the gdpicturestatus = 0

(using the 2.0 framework)
by kketterman
Mon Aug 31, 2009 6:10 pm
Forum: General discussions
Topic: barcode creation
Replies: 13
Views: 7941

Re: barcode creation

it is just a string from a textbox. Seems to affect long strings...
by kketterman
Mon Aug 31, 2009 6:05 pm
Forum: General discussions
Topic: barcode creation
Replies: 13
Views: 7941

Re: barcode creation

With the above code, the barcode produced is not recognizable. I am trying to recognize in the sample application.
by kketterman
Mon Aug 31, 2009 5:48 pm
Forum: General discussions
Topic: barcode creation
Replies: 13
Views: 7941

Re: barcode creation

Will any error occur if the data applied to the barcode is too much for the size specified?
by kketterman
Mon Aug 31, 2009 5:04 pm
Forum: General discussions
Topic: barcode creation
Replies: 13
Views: 7941

Re: barcode creation

I was using the previous features to verify the barcode would fit on the page. I would like to be able to produce a barcode in the bottom-right or bottom-left of a standard 8.5 x 11 page and print this barcode to a document. I have not been able to get the barcode closer than 2 inches to the bottom ...
by kketterman
Mon Aug 31, 2009 4:34 pm
Forum: General discussions
Topic: barcode creation
Replies: 13
Views: 7941

barcode creation

I've updated to the latest version of the GDPicture.NET and it looks like we've lost some barcode creation methods.

I'm mainly concerned with the getwidth methods that would get the size of the barcode requirements on the document.

Are these gone, or is there another way of handling this?
by kketterman
Wed Aug 26, 2009 10:34 pm
Forum: PDF
Topic: create a signature field
Replies: 1
Views: 2820

create a signature field

Is there any way of setting the ROI from the gdviewer as a signature zone in the PDF file?
by kketterman
Thu Aug 20, 2009 3:23 pm
Forum: Example requests & Code samples
Topic: Upgrading from other versions
Replies: 1
Views: 1798

Upgrading from other versions

Is there any structured process for upgrading from one version to the next?
I'm currently using VS2005, but the steps across other versions would be helpful.
by kketterman
Wed Aug 19, 2009 4:37 pm
Forum: Document Viewing
Topic: Extracting text from form fields
Replies: 1
Views: 2023

Extracting text from form fields

I am trying to use PdfGetPageTextArea on a PDF file that was filled out as a form then saved.
I can extract the original information from the PDF (like the labels and original text) but unable to get the user typed-in values.

Is there another way of getting these values?
by kketterman
Mon Aug 10, 2009 3:42 pm
Forum: Feature Requests
Topic: BAR Codes
Replies: 14
Views: 8532

Re: BAR Codes

Will the creation of bar codes also be expanded with this list?
by kketterman
Thu Jul 23, 2009 4:34 pm
Forum: Feature Requests
Topic: BAR Codes
Replies: 14
Views: 8532

Re: BAR Codes

Will this be available Aug 1?