B4A Library [B4X] barcodeGenerator - Cross platform Barcode code generator - Lucas Siqueira    May 08, 2023   (14 reactions) codeBarGenerator is a class that generates barcodes. It is written in B4X and is compatible with B4A, B4i and B4J. At the moment the class only generates barcode in EAN13, UPC-A and CODE128-B format, you can modify the class and improve it even more. Versions V1.02 - barcode in CODE128-B. V1.01 B4A Question barcode generator - emexes (first post)    Feb 01, 2023   (1 reaction) Some linear 1D barcodes are super-simple to generate "manually" too.
And I recall seeing fonts for the simplest of them (which won't help you if they're not the barcode type that you need, but does give you a feel for their (un)complexity ? ) B4A Example B4Xgoodies_from_walt61 Online - AnandGupta (first post)    Mar 20, 2023   (2 reactions) What's New Since Last Week (12 Mar 2023 to 20 Mar 2023)
B4J
Barcode/scan
OkapiBarcode
Okapi Barcode is an open-source barcode generator written entirely in Java, supporting over 50 encoding standards, including all ISO standards. Okapi Barcode is based on Zint, an open-source barcode encoding li B4i Question Generate Barcode 39 - Erel (first post)    Jan 19, 2020   (5 reactions) i++)
{
fBarWidth = ( == '1' ? WidLength : NarrowLength);
// drawing with black color
if (i % 2 == 0) {
CGContextSetRGBStrokeColor(context, 0.0, 0.0, 0.0, 1.0);
CGContextSetRGBFillColor(context, 0.0, 0.0, 0.0, 1.0);
}
// drawing with B4J Question ITF-14 Barcode Generator - TILogistic (first post)    Oct 18, 2022 and
https://github..java
test;
https://zxing.org/w/decode?u=https%3A%2F%2Fwww.free-barcode-generator.net%2Fimages%2Famp%2Fitf-14.png
https://zxing.org/w/decode?u=https%3A%2F%2Fes.activebarcode.com%2Fcodes%2Fimagesmainexample%2Fitf14.gif
tools:
https://zxing.org/w/decode.jspx B4A Question code39 b4x - TILogistic (first post)    Sep 21, 2022   (1 reaction) See:
Multiple barcode generators, cross-platform.
I personally created a class with all barcodes, which I use in B4i, B4A and B4J
https://www.b4x.-qr-codes-pdf417-aztec-codes-code11-code39-code93-ean8-ean13-and-code128.57248/
and
https://www.b4x.com/android/forum/threads/b4x-qrgenerator-cross-platfo B4i Question Generate Barcode or QR - Erel (first post)    Dec 24, 2019 You can use this class to generate QR codes: QRGenerator - Cross platform QR code generator
Generating barcodes: https://www.b4x.com/android/forum/threads/how-to-generate-1d-barcode.112429/#post-701000 B4A Question How to create and print barcode labels - Erel (first post)    Aug 11, 2021   (1 reaction) For QR use this: QRGenerator - Cross platform QR code generator
EAN barcodes, try this: https://www.b4x.-to-zxing-qrcode-ean-13-ean-8-generator.37447/#content B4i Question Barcode 39 Generator - Blank rightmost area - Erel (first post)    Apr 19, 2020   (1 reaction) Check the size of the returned bitmap. I'm pretty sure that it will not include the empty space. This will allow you to to change the ImageView dimensions as needed. B4J Question data matrix barcode generator offline - Erel (first post)    May 31, 2018   (4 reactions) #AdditionalJar: java-barcode-2.0.3
Sub Process_Globals
Private fx As JFX
Private MainForm As Form
Private ImageView1 As ImageView
End Sub
Sub AppStart (Form1 As Form, Args() As String)
MainForm = Form1
MainForm.RootPane.LoadLayout("1") 'Load the layout file.
Dim img As Image = Cre Page: 1   2   3   4   5   6   7   Powered by ColBERT |