Skip to content

Generate multiple QR codes in Java from an array of data

Notifications You must be signed in to change notification settings

SurfEdge/java-bulk-qr-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate Multiple QR codes at once

Generate multiple QR codes in Java from an array of data.

Simply use the runAndGenerate method as follows and you are good to go :)

Initiliaze the dataset

    String[] dataList = {"www.chamath.tk", "www.surfedge.lk"};
		 
    String[] nameList = {"ChamathP", "SurfEdge"};
		
    String folder ="QR"; // make sure the folder is already available 
		    

Then Run call the method

    runAndGenerate(dataList, nameList, folder);

Simply make a whole lot of QR's just with one click

About

Generate multiple QR codes in Java from an array of data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages