Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Friday, September 10, 2021 12:47:30 PM(UTC)

Bobby L  
Bobby L

Groups: Registered
Posts: 19

Thanks: 1 times

I am looking for basic sample code to generate a series of 3 of 9 barcodes. I looked at AAMVAWriteDemo project, but that seemed way too complex for what I'm trying to do.

Basically, I'm looking to create an application where a user can provide a Root string and the number of barcodes they want to generate, and use that input to generate "n" number of barcodes on a PDF image.

If such an example exists already, please point me to it.

Thanks!
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Friday, September 10, 2021 3:43:26 PM(UTC)

Blaise  
Blaise

Groups: Registered, Tech Support, Administrators
Posts: 15

Was thanked: 1 time(s) in 1 post(s)

Hello Bobby,

If you're looking for a example on how to write simple barcode, I would recommend checking out the "Write 1D and 2D Barcodes to an Image" tutorial. There are a few offered in different programming languages that you may find the links to below.

Java
https://www.leadtools.co...arcodes-to-an-image.html

Windows C DLL (C/C++)
https://www.leadtools.co...barcode-to-an-image.html

C# .NET Framework Console
https://www.leadtools.co...arcodes-to-an-image.html

C# .NET Core Console
https://www.leadtools.co...arcodes-to-an-image.html

The use the Code3Of9 member in the BarcodeSymbology Enumeration is what you would need to identify to write this specific symbology for the Java and .NET tutorials.
https://www.leadtools.co...ba/barcodesymbology.html

In the C/C++ tutorial you would need to set the ulType in the BARCODEDATA Structure to BARCODE_1D_CODE_3_OF_9
https://www.leadtools.co...ode/api/barcodedata.html
Blaise Kress
Developer Support Engineer
LEAD Technologies, Inc.
LEAD Logo
 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.065 seconds.