Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.38 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.38 KB

BarcodeGeneratorJavaFX

I created this application for my current work (work in progress 😄 ). We had to add barcodes to over 1000 iPads to inventory them.
Currently it only supports two layouts and either text to text or text to Barcode128.

  • JavaFX 19
  • iTextpdf
  • opencsv

image

image

image

Lyreco A4(left) , Avery A4(right)

Usage

Attention: I used a custom created javaFX-UI component ToggleSwitch .
You will need to install it to your local .m2 repo otherwise it wont work.

installation

Create executable jar file for JavaFX 11+ using Maven [2022] .

mvn clean install