willichan Posted October 20, 2014 Posted October 20, 2014 (edited) Now that I have been learning to do a few things with GDI+, I decided it was time to port my old barcode generators to Autoit.It will generate a code length optimized Code128A/B/C barcode. Code128Auto.zipThe ZIP file contains the UDF source and a very simple demo.========== I am consolidating all of my barcode UDFs into one topic. Please refer to the new location for updates.http://www.autoitscript.com/forum/topic/170087-barcode-generators/========== Edited April 29, 2015 by willichan spudw2k 1 My UDFs: Barcode Libraries, Automate creation of any type of project folder, File Locking with Cooperative Semaphores, Inline binary files, Continue script after reboot, WinWaitMulti, Name Aggregator, Enigma, CornedBeef Hash
willichan Posted October 21, 2014 Author Posted October 21, 2014 The code has been cleaned up, and is not an independantly useable UDF. There are no global vars, and the function names should all be unique. My UDFs: Barcode Libraries, Automate creation of any type of project folder, File Locking with Cooperative Semaphores, Inline binary files, Continue script after reboot, WinWaitMulti, Name Aggregator, Enigma, CornedBeef Hash
willichan Posted April 29, 2015 Author Posted April 29, 2015 Fixed a very minor bug where bar height was auto-calculated, even though one was specified.Works as an independently usable UDF. My UDFs: Barcode Libraries, Automate creation of any type of project folder, File Locking with Cooperative Semaphores, Inline binary files, Continue script after reboot, WinWaitMulti, Name Aggregator, Enigma, CornedBeef Hash
longwest Posted June 5, 2015 Posted June 5, 2015 Thank you for the information. But I want to know whether it only support code 128 or it also support generating code 39 and qr code?Best regards.
willichan Posted June 16, 2015 Author Posted June 16, 2015 This UDF, as the name implies, generates Code128 barcodes.If you need other barcode formats, you can look at my other barcode UDFs My UDFs: Barcode Libraries, Automate creation of any type of project folder, File Locking with Cooperative Semaphores, Inline binary files, Continue script after reboot, WinWaitMulti, Name Aggregator, Enigma, CornedBeef Hash
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now