Zebra Plastic Card Printers.

Zebra Plastic Card Printers come in a variety of styles and price ranges, including single-sided printers, dual sided printers, and security printers

Healthy Solutions for Healthcare.

The healthcare industry benefits from barcoding. Barcoding enhances patient safety and operational efficiency.

Seagull Scientific Products

Seagull Scientific BarTender is an industry-leading label design and barcode software. Seagull Scientific also develops true Windows printer drivers for bar code and thermal printers.

MC 9190G

The Ability To Satisfy Your Company Software Requirements.

Wireless Broadband

The unrivalled Motorola portfolio of Point-to-Point (PTP), Point-to-Multipoint (PMP), and Mesh Wide Area Network (MWAN), WLAN and VoWLAN solutions make governments, enterprises, and service providers more agile by helping them deploy voice, video, and data applications right where they need them.

Showing posts with label Online Barcode Generator. Show all posts
Showing posts with label Online Barcode Generator. Show all posts

Thursday, 5 August 2010

Online Barcode Generator 2.0

A few days ago TEC-IT published the updated version of the free online bar code generator. The user interface was revised completely and support for complex MECARD/VCARD business card barcodes as well as calendar barcodes was added.

This online barcode generator provides a very fast and responsive user interface utilizing some AJAX features. TBarCode SDK (a barcode generator software component developed and distributed by TEC-IT) is used on server-side for all barcode creation tasks.


Users are able to browse a list of supported barcode categories. Currently the categories linear barcodes, 2D bar codes, EAN / UPC, GS1 DataBar, ISBN bar codes, Postal codes, 2D codes for mobile tagging, MECARD and VCARD barcodes and calendar barcodes are available.

After selecting the required barcode symbology the barcode image is displayed immediately. Barcode parameters like module width and output resolution are adjustable. The created bar code images can be downloaded in various image formats.

The above mentioned MECARD and VCARD barcodes provide some very interesting possibilties: These 2D barcode formats are able to encode all contact details of a business card (e.g. name, address,  phone number, url, ...). When scanned with a smart-phone camera scanner (e.g. iPhone or Android devices) the contact details are detected and added to the  address book.

Finally so-called calendar barcodes (event barcodes) can be created online. Just enter the details of some event (description, start and end time), create the barcode, scan it with your smartphone - and voilá - a new calender entry is available (works fine with ZXing camera scanner on Android).

Just try it yourself: 2D Bar Code Generator

Monday, 31 May 2010

Generate Free Barcodes on barcode.tec-it.com

TEC-IT's free online barcode generator was relocated recently. The new URL for this convenient service is now http://barcode.tec-it.com.


The online barcode generator currently supports approximately 60 different barcode symbologies. Among them are:
  • Linear barcodes (like EAN, UPC, Code39, Code128, ....)
  • 2D-codes (QR-Code, Data Matrix, Aztec Code, PDF417, MaxiCode, ...)
  • Postal barcodes (USPS PostNet, Intelligent Mail barcode, Royal Mail 4 State, Australian Mail Postal Code, ...)
  • GS1 DataBar (GS1 DataBar Stacked, GS1 DataBar Limited, GS1 DataBarExpanded, ITF14, GTIN, ...)
  • ISBN, ISMN, ISSN codes (Barcodes for books, periodicals and media)
Important bar-code parameters like the module width, the output resolution of the barcode image and finally the image type are freely adjustable. 


Just check it out! Free Online Barcode Generator

P.S.: If you have special requirements or enhancements requests just let us know: support@tec-it.com.

Thursday, 20 May 2010

Free Online Barcode Generator - Choose from 60 Barcodes!

The popular free online barcode generator of TEC-IT got another upgrade! The list of supported bar codes was recently extended with the following symbologies:

In total TEC-IT's online bar code service creates 60 different barcode symbologies. To name just a few of them: Code 128, Code 2 of 5 Interleaved, Code 39, Code 93, EAN, UPC, EAN/UCC 128, GS1 DataBar, Pharmacode, USPS PostNet, Royal Mail 4 State,  Aztec, CodablockF, DataMatrix, MaxiCode, MicroPDF417, PDF417, QRCode, MicroQR, etc.


Barcodes are generated as raster image with adjustable resolution. Just select the required symbology, enter the bar code data and generate your code! This service is completely free, no registration is required -  all you need is your browser!


Besides this, the barcode generator is  available in the following languages:
Try it yourself - online barcode generator!

Tuesday, 16 March 2010

QR-Code Generator on Facebook


The time has come - QR-Codes will be really in the wild in a few days.

As of today Facebook offered a QR-Code generator feature for each page. Below the page logo a link enabled the user to create a QR-Code image encoding the URI of the facebook page. It was also possible to download the QR code as PDF, but I was not able to try it.
The mentioned features were online for a few hours until they disappeared. But I assume QR-codes will be an integrated part of facebook in the very near future.

For Japanese people, insiders and interested people around the world QR-codes and their amazing capabilities (mobile tagging, mobile marketing, geotagging, ticketing, advertising, and so on) are well known. But for the broad public QR codes and their features are still miracles. This will change very very fast, facebook has a huge amount of users and the visibility of the QRCode generator feature is unbeatable.

Quite interesting how this story will develop. Feedback is welcome!

If you need QR-Codes with your personal data create them on www.tec-it.com: Free QR-Code Generator

Wednesday, 11 November 2009

Barcode Generator for SQL Reporting Service

To generate bar codes (ALL barcodes - meaning linear barcodes, 2D barcodes like DataMatrix and GS1 DataBar codes) all you need is an internet connection. Advantage: no additional software is needed and no Visual Studio is required. The basic idea is to insert an barcode image generated by the online barcode generator of TEC-IT. This barcode generator is customizable via the URL - so it is possible to create each bar-code as required.

1) Create the required barcode using the online barcode generator
2) Scroll down to the section "Free Use of This Barcode Generator". Copy the URL (see screenshot below) into your clipboard:

Barcodegenerator

3) Start the MS SQL Server Report Builder
4) Create a new report
5) Insert a Picture object and change the “Image Source” property to “External” (see screenshot below)

ImageProperties
6) Click on the “fx” button to set the URL for the barcode image (see screenshot below)

ImageURLFunction
Function used in the example above:
=”http://www.tec-it.com/online-demos/tbarcode/barcode.aspx?code=Code128&data=” & CStr(Fields!UserName.Value) & "&dpi=96&rotation=0&modulewidth=fit"

This creates an Code128 barcode using our online barcode generator. The data encoded in the barcode is stored in the UserName field:
CStr(Fields!UserName.Value)

7) Close all dialogs with OK

That’s all you need to do to insert barcode functionality to the Microsoft SQL Reporting Service.

Result

Interested?

If you like this method for barcode creation you can use the online barcode generator for free (for non-commercial use only). For commercial users TEC-IT recommends a local barcode server in the companies intranet.

Friday, 12 June 2009

Free Online Barcode Generator with Adjustable DPI + Image Type

TEC-IT recently extended the free online barcode generator with
  • adjustable dpi settings (barcode image resolution),
  • adjustable barcode rotation (0°, 90°, 180°, 270°) and
  • an adjustable barcode image type.
The supported barcode output formats are JPG, PNG, TIFF, BMP and GIF (GIF is generated by default). In addition the following vector formats are available for barcode creation: PCL, EPS (Encapsulated PostScript).
If you are interested in embedding this barcode generator into (web-) applications please let us know. The advanced parameters for controlling the output type are not documented online.

Monday, 23 March 2009

Free Barcodes for OpenOffice

Part 2: How to generate barcodes with OpenOffice. Also check out part 1: Using Barcodes in Google Docs

Introduction


OpenOffice is a free software suite which mimics (more or less) Microsoft Office. In Microsoft Office bar-code creation is possible via various methods (using barcode fonts, pre-created barcode images or by using a barcode add-in like TBarCode). Until now no quality bar-code add-ins are available for OpenOffice and 2D barcode creation using fonts is terrible. So I'll outline a possibility to create bar-codes without any barcode fonts and without any additional barcode software.


How to Create OpenOffice Barcodes for Free


To generate bar codes (ALL barcodes - meaning linear barcodes, 2D barcodes like DataMatrix and GS1 DataBar codes) all you need is an internet connection. The basic idea is to insert an barcode image generated by the online barcode generator of TEC-IT. This barcode generator is customizable via the URL - so it is possible to create each bar-code as required.

Note: Works on Windows only!

1) Create the required barcode using the online barcode generator
2) Scroll down to the section "Free Use of This Barcode Generator". Copy the URL (see screenshot below) into your clipboard:



3) Start OpenOffice Writer
4) Create a new document (File -> New)
5) Insert a Picture from a File (Insert -> Picture -> From File)
6) Copy the URL as created in step 2 into the filename
7) Press Enter, FINISHED

That's all. Steps 5 to 7 are outlined in the screen-shot below.

How Does it Work?


The barcode image is created online at TEC-IT.COM, you do not need to store the image locally on your hard-drive (Windows takes care of this automatically), you do not need to install software - and you can trust the generated bar-code (it will be correct!). You can open this document on each computer, the bar-code will always be visible (and printable). Of course - internet connectivity is required.
Another point of interest: This method works for all programs part of the OpenOffice suite.

Optimizing the Barcode


In order to ensure perfect readability of the bar-codes you may need to play around with the settings (especially barcode resolution and module width). readability depends on barcode symbology, data density - and of course your output device. I recommend you to create the bar-code with at least 300 dpi. Important: Whenever possible DO NOT scale the resulting bar-code image in OpenOffice.

Example




URL used: http://www.tec-it.com/online-demos/tbarcode/barcode.aspx?code=DataMatrix&data=Powered+by+TEC-IT&dpi=300&rotation=0&modulewidth=fit
Barcode: DataMatrix ECC200

Interested?


If you like this method for barcode creation with OpenOffice you can use the online barcode generator for free (for non-commercial use only). For commercial users TEC-IT recommends a local barcode server in the companies intranet.

Tuesday, 10 February 2009

Online 2D Barcode Generator

Another example for an application which is using the online barcode generator from TEC-IT. This time the European CARD Poker Challenge is using the barcode generator for (re-)printing tickets for the poker players.

The CARD Poker Challenge is the annual Casino Staff Poker Championship in Europe, organised by a team of crazy guys who decided to found the A.C.E. Association of Casinoemployees in Europe, in order to keep up the tradition of this popular event.

Monday, 10 November 2008

Online Barcode Generator Updated

TEC-IT updated the Online Barcode Generator recently. Behind the scenes the barcode software TBarCode 9 is working - which now supports Micro QR Code and more than 100 other barcode symbologies.

Check out unlimited Online Barcode Creation today!

Thursday, 6 November 2008

ESpeedPost uses TEC-ITs Online Barcode Generator

EspeedPost demonstrates how to connect web-services in a successful way: EspeedPost uses TEC-IT's online barcode generator for generating shipping labels.

Founded in 1995, Espeed is a logistics partner for eBay sellers who sell worldwide. They have a tight cooperation with Hongkong Post, EMS, DHL, UPS, Fedex etc., and can provide various services to customers according to their demands.

More information about ESpeedPost is available here.

Sunday, 26 October 2008

Google Docs and Barcodes

TEC-IT offers an Online Barcode Generator for creating dynamic bar-codes online. This barcode generator can be easily integrated in web-applications and online documents like Google Docs.

The link below explains how to integrate dynamic bar-codes into arbitrary Google documents. You do not need additional software or locally stored barcodes images!

Using Barcodes in Google Docs