QRCreator-UDF and Apps: QRCreatorUI (GUI) and QRCreatorCI (Commandline Interface)
-
Recently Browsing 0 members
No registered users viewing this page.
-
Similar Content
-
By willichan
As I have time, I am converting my old barcode generators from old Pascal source to AutoIt. I will add them all here as I convert them, rather than creating a new topic for each one.
There are no global variables involved, so you can safely include any of these without worry about variables being stomped on.
No barcode fonts required.
Code128Auto - Creates a Code128A/B/C optimized barcode from supplied data
Code39 - Creates a Code39 or Code39Extended (with or without check-character) barcode from supplied data (also known as Code 3 of 9).
CODABAR - Creates a CODABAR barcode from supplied data (used mainly by libraries and blood banks)
NOTE: These will require the StringSize UDF by Melba23
==========
CodeQR - Creates a QRcode from supplied data.
-
By willichan
Requires quricol32.dll from http://delphi32.blogspot.it/2011/11/quricol-qr-code-generator-library.html
Lots of similar implementations, but this one fits with my other barcode libraries.
-
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