Java Intelligent Mail (OneCode) Generator Library SDK Integration & Developer Guide

Generate barcode Intelligent Mail images in Java class, Servlet, JSP, J2EE with complete sample Java source code


  • Generate, create Intelligent Mail in Java applications
  • Easy to install & integrate barcode Intelligent Mail generation library SDK into Java developments
  • Generate over 30 linear, 2d barcode images in Java including Java QR Code, Java Data Matrix, Java MSI, Java PLANET, Java POSTNET
  • Generate Intelligent Mail images in Java class, Java Bean, Swing, Applet, J2SE
  • Create barcode Intelligent Mail in Java web application, including Servlet, JSP, EJB, Tomcat, JBoss, J2EE
  • Create & Print Intelligent Mail barcode in BIRT reports designer and BIRT report runtime
  • Generate & Draw Intelligent Mail in Jasper Reports, iReport
  • Encode Intelligent Mail images to jpeg, eps, gif, png, tiff, bitmap files in Java program


Index
 

Java Intelligent Mail Generator Introduction

Intelligent Mail, also known as IM, the 4-State Customer Barcode, is a postal barcode adopted by the United State Postal Servicr for sorting and tracking letters and flats.

Generate and create Intelligent Mail barcode using Java is one of the functions in OnBarcode's Barcode for Java Generating Java library (jar file), which supports generating & printing Intelligent Mail and 20+ other linear & 2D bar codes in Java application and software.

Intelligent Mail Generator and Reader library, SDK & application
Intelligent Mail Generator components and software include .NET Intelligent Mail, C# Intelligent Mail, VB.NET Intelligent Mail, ASP.NET Intelligent Mail, Intelligent Mail Generator.

This document is providing a detailed Java sample source code about generating Intelligent Mail barcodes in Java class using Java Barcode generation component. Complete Intelligent Mail custmoization settings is included in Java Intelligent Mail generating guide.

 

Generate Intelligent Mail Barcodes in Java

Generating Intelligent Mail barcode in Java class example:

	Onecode barcode = new Onecode();
	
	/*
	   Intelligent Mail OneCode Valid data char set:
	        0, 1, 2, 3, 4, 5, 6, 7, 8, 9 (Digits)
	
	   USPS OneCode Valid data length: 20, 25, 29, 31 digits only
	*/
	barcode.setData("01234567890123456789");
	
	// Intelligent Mail Unit of Measure, pixel, cm, or inch
	barcode.setUom(IBarcode.UOM_PIXEL);
	// Intelligent Mail barcode bar module width (X) in pixel
	barcode.setX(3f);
	// Intelligent Mail barcode bar module height (Y) in pixel
	barcode.setY(75f);
	
	// barcode image margins
	barcode.setLeftMargin(0f);
	barcode.setRightMargin(0f);
	barcode.setTopMargin(0f);
	barcode.setBottomMargin(0f);
	
	// barcode image resolution in dpi
	barcode.setResolution(72);
	
	// disply barcode encoding data below the barcode
	barcode.setShowText(true);
	// barcode encoding data font style
	barcode.setTextFont(new Font("Arial", 0, 12));
	// space between barcode and barcode encoding data
	barcode.setTextMargin(6);
	
	//  barcode displaying angle
	barcode.setRotate(IBarcode.ROTATE_0);
	
	barcode.drawBarcode("C:\\onecode.gif");


Java Barcode Generation Demo Source Codes:









OnBarcode is a market-leading provider of barcode imaging generator, reader controls and components for ASP.NET, Windows Forms, WPF, as well Java, Android, iOS (iPhone, iPad) across all major enterprise development platforms. We provides comprehensive tutorials and how-tos for various linear, 2d barcode information, such as C# in ASP.NET, C# .NET, C# Barcode Encoding, C# Barcode Image, VB.NET in ASP.NET, VB.NET Winforms, VB.NET Barcode Encoding. OnBarcode barcode products are supported by RasterEdge ASP.NET Document Viewer, which supports ASP.NET PDF Viewer, ASP.NET MVC Document Viewer, ASP.NET PDF Editor, MVC PDF Viewer. And provide high quality C# Convert PDF to Tiff, C# Convert PDF to Word, C# Convert PDF to HTML, C# Convert PDF to Jpeg images, and their easy and simple documents, like C# PDF SDK, C# extract text from PDF, C# Compress PDF, Print PDF in C# and C# extract image from PDF.
Terms of Use | Privacy Policy
Copyright © OnBarcode.com . All rights reserved.