Reading vertical barcodes

Questions, comments and suggestions concerning VintaSoft Barcode .NET SDK.

Moderator: Alex

Post Reply
asdf0987
Posts: 4
Joined: Tue Sep 21, 2010 12:00 pm

Reading vertical barcodes

Post by asdf0987 »

I'm trying to read barcodes from a scanned pdf.

Code: Select all

BarcodeReader bcr = new BarcodeReader();
bcr.Settings.ScanBarcodeTypes = BarcodeType.Code128;
bcr.Settings.ScanDirection = ScanDirection.LeftToRight | ScanDirection.RightToLeft
                                        | ScanDirection.BottomToTop | ScanDirection.TopToBottom;

// ..etc
Its fine if the barcode is horizontal but doesn't work if barcode is vertical. I've tried blowing the barcode up to fill almost the complete page of A4 so it's crystal clear, and it still won't pick it up.

Any ideas?

We are currently using the evaluation version, but we won't be purchasing unless we can start getting reliable results for our requirements.
Alex
Site Admin
Posts: 2305
Joined: Thu Jul 10, 2008 2:21 pm

Re: Reading vertical barcodes

Post by Alex »

Hello,

Could you send your document with barcodes to support@vintasoft.com for tests?

Best regards, Alexander
asdf0987
Posts: 4
Joined: Tue Sep 21, 2010 12:00 pm

Re: Reading vertical barcodes

Post by asdf0987 »

Ok, I have sent you an email, thank you.
asdf0987
Posts: 4
Joined: Tue Sep 21, 2010 12:00 pm

Re: Reading vertical barcodes

Post by asdf0987 »

I have received no reply from your support *.

Unfortunately we will have to start investigating other available libraries as we have been unable to demonstrate a working prototype of our system using your product.
Alex
Site Admin
Posts: 2305
Joined: Thu Jul 10, 2008 2:21 pm

Re: Reading vertical barcodes

Post by Alex »

Hello,

Our support * sent answer to your question. Maybe your spam filter blocked our message?

Please go to https://www.vintasoft.com/support/, login into your account and see answer from our support.

Best regards, Alexander
asdf0987
Posts: 4
Joined: Tue Sep 21, 2010 12:00 pm

Re: Reading vertical barcodes

Post by asdf0987 »

My appologies, it was indeed in my spam folder. Thanks for your response, I am looking in to it further.
Post Reply