Search found 6 matches

by moakley
Tue Mar 22, 2016 9:34 pm
Forum: Licensing
Topic: License assembly
Replies: 1
Views: 20780

License assembly

Just trying to use an assembly that was built on a licensed dev machine on another dev machine. We are getting the following message at runtime. Please install GdPicture.Net package on your computer for development purposes - download link - license agreement Error code 5 No build is being performed...
by moakley
Tue Mar 03, 2015 6:33 am
Forum: Barcode Reading & Writing
Topic: Text fields on PDF being seen as Empty barcodes
Replies: 1
Views: 11639

Text fields on PDF being seen as Empty barcodes

Using Code 39 when parsing a PDF with entry fields GdPicture is recognizing those entry fields as empty barcodes. try { if (gdPicturePDF.LoadFromFile(filename, false) == GdPictureStatus.OK) { this.pageCount = gdPicturePDF.GetPageCount(); for (int page = 1; page <= this.pageCount; page++) { gdPicture...
by moakley
Tue Aug 19, 2014 5:58 pm
Forum: Image Processing & Document Imaging
Topic: Add JPG files to MultiPage Tiff
Replies: 5
Views: 5596

Re: Add JPG files to MultiPage Tiff

Is a sample available? How to add a JPG file to a multipage TIFF.
by moakley
Tue Aug 19, 2014 5:16 pm
Forum: Barcode Reading & Writing
Topic: Barcode Orientation
Replies: 3
Views: 12739

Re: Barcode Orientation

Talking about reading barcodes and limiting those barcodes read to just horizontal or vertical.
by moakley
Sun Aug 10, 2014 8:26 pm
Forum: Barcode Reading & Writing
Topic: Barcode Orientation
Replies: 3
Views: 12739

Barcode Orientation

Is there a way to limit the orientation of barcodes read from a PDF to just horizontal, or just vertical?
by moakley
Tue Jun 17, 2014 9:26 pm
Forum: PDF
Topic: Create JPG thumbnails
Replies: 1
Views: 2906

Create JPG thumbnails

I am trying to create a JPG thumbnail for each page of a PDF. For the attached PDF the first 5 pages are empty. Page 6 has what I would expect. For many other PDFs the following code produces what I need. Mostly I get good results. Can you tell me how I can get consistent results. gdPictureStatus = ...