#1
Posted
:
Tuesday, June 14, 2016 6:29:21 AM(UTC)
Groups: Registered
Posts: 4
I need help on how to read a unicode barcode from a PDF and save the info to store in a database.
#2
Posted
:
Friday, June 24, 2016 8:04:56 AM(UTC)
Groups: Registered
Posts: 119
Was thanked: 4 time(s) in 4 post(s)
What I would suggest first would be to check out this link on reading barcodes using LEADTOOLS:
https://www.leadtools.com/help/leadtools/v19/dh/ba/leadtools.barcode~leadtools.barcode.barcodereader.html
Once you have done this, then you can add UnicodeEncoding to your project. The link below will help you out for adding this and understanding it more:
https://msdn.microsoft.com/en-us/library/8hs5kkbk(v=vs.110).aspx
After you have this information, you can then save the data using BarcodeData[]. Here is a link that will walk you through saving your data:
https://www.leadtools.com/help/leadtools/v19/dh/ba/leadtools.barcode~leadtools.barcode.barcodedata~save(string,barcodedata[]).html
Nick Villalobos
Developer Support Engineer
LEAD Technologies, Inc.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.