Skip to content

Voice pick code Calculator ( gets the GTIN, Lot & Optional Date and generate the code

Notifications You must be signed in to change notification settings

mortezaadi/VoicePickCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

VoicePickCode Generator

Voice pick code Generator ( gets the GTIN, Lot & Optional Date and generate the code)

Example usage:

// create PtiLabel from GTIN and Lot
PTILabel ptiLabel = new PTILabel("10850510002011", "46587443HG234");
// get voice pick code
VoicePickCode voicePickCode = ptiLabel.getVoicePickCode();
System.out.println(voicePickCode);

// get voice pick Image
VoicePickImage voicePickImage = new VoicePickImage(voicePickCode);

// save voice pick image to the file
VoicePickImageFile mfile = new VoicePickImageFile(voicePickImage); 
mfile.writeTo(new File("voicePick.jpg"));

About

Voice pick code Calculator ( gets the GTIN, Lot & Optional Date and generate the code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages