This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Aug 1, 2013, 2:11 PM
10 Posts

Barcode Library

  • Category: Other
  • Platform: Windows
  • Release: 8.5.3
  • Role: Developer
  • Tags: Barcode,library,java,javascript
  • Replies: 5

Can anyone recommend a java or javascript library that can read a barcodes from a scanner and print barcode labels for use in a xpages application. 

Thanks

Bob

 

Aug 1, 2013, 3:00 PM
586 Posts
BarCodes

Bob,

I do a lot with barcode and xpages myself. I have an XPages app designed for use with iPads and a barcode scanner that connects via bluetooth.

I've not played with printing much but a little.  Check out Declan Lynch's project for that.  http://www.openntf.org/blogs/openntf.nsf/d6plinks/NHEF-8NGF2M

For the actually scanner we use:  http://serialio.com/products/scanner/mobile/Scanfob_2002.php

All this scanner is, is a keyboard.  So it works great on web apps.  You tap the field - scan the barcode and it inputs the num.  

But here's the thing.  Since iOS thinks this is bluetooth keyboard is will NOT display the onscreen keyboard if you go to another field to fill out data.

This scanner has a KEY KEY feature - a small second button that can be programmed to bring up the on screen keyboard.

Works great.

 

 

Dec 25, 2013, 2:41 AM
2 Posts
Java barcode reader

Check this Java barcode scanning library out.  scan and read 1D (linear) and 2D (matrix) barcodes from image files

You can embed barcode recognition features in your Java Server Side Environment (JSP, Servlet, J2EE, Web Service) or yourJava Application (Swing, Applet, Java Bean, J2SE)

Here is the sample code.

           String[] datas = BarcodeReader.read(new File("C:/YourBarcodeImage.gif"), BarcodeReader.EAN8); 
Pass your barcode image file, and barcode type to BarcodeReader, and it will return barcode datas. Complete demo source code is under test-src folder.

May 30, 2014, 3:31 AM
1 Posts
barcode reader

i have created and generated many types of barcode with this jave barcode library, if you want to scan and recognize barcode, you can check this java barcode reader, compatible with multiple platforms.

Oct 9, 2014, 10:16 AM
1 Posts
REPLY TO:java library
LaughingHi,i used this java barcode library to read the barcodes from a scanner and print barcode labels.The reason why i choose it is that it can read all kinds of  linear and 2D barcodes,so i think it can help you no matter what kind of barcodes you want to read or print.

 


This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal