VBA / Adobe / Barcodes

CedarTree

Registered User.
Local time
Today, 13:59
Joined
Mar 2, 2018
Messages
440
Anyone have luck reading a bar code into a database, from a PDF? Suggested approaches? Thanks!
 
Without using a barcode scanner?
 
With or without a scanner?
With one - it will depend on the quality of the pdf image and quality of the monitor it is being displayed on.
If the definition between the barcode lines isn't good enough the barcode reader will struggle
 
These would be already scanned PDFs that would be provided to me. My experience with Adobe and VBA has primarily been around letting Adobe do an OCR on files, and then reading in words on a page. But isn't a bar-code basically just a very funny font? So I thought there might be some tricks in that avenue, and/or maybe I need to use an add-in that can visually read a bar-code?
 
Last edited:
And/or, if using a scanner is the ONLY way to go, how does that work? Thanks.
 
Barcodes are special fonts so if you know which barcode font was used, e.g. Code 39, you could in theory extract the data without a barcode scanner.
However as scanners are designed to read a variety of barcode fonts, it would make your task much easier
 

Users who are viewing this thread

Back
Top Bottom