<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Use Microsoft Word as a barcode generator</title>
	<atom:link href="http://www.online-tech-tips.com/computer-tips/free-barcode-generator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.online-tech-tips.com/computer-tips/free-barcode-generator/</link>
	<description></description>
	<lastBuildDate>Mon, 23 Nov 2009 04:59:48 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: How to generate barcodes online for free</title>
		<link>http://www.online-tech-tips.com/computer-tips/free-barcode-generator/comment-page-1/#comment-19179</link>
		<dc:creator>How to generate barcodes online for free</dc:creator>
		<pubDate>Thu, 09 Apr 2009 10:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=9443#comment-19179</guid>
		<description>[...] setting. If you don’t have software to generate barcodes, like Label Matrix, etc, then you could create your own barcodes using Microsoft Word, but it’s a bit of a [...]</description>
		<content:encoded><![CDATA[<p>[...] setting. If you don’t have software to generate barcodes, like Label Matrix, etc, then you could create your own barcodes using Microsoft Word, but it’s a bit of a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Dobson</title>
		<link>http://www.online-tech-tips.com/computer-tips/free-barcode-generator/comment-page-1/#comment-14796</link>
		<dc:creator>Brian Dobson</dc:creator>
		<pubDate>Thu, 20 Nov 2008 23:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=9443#comment-14796</guid>
		<description>Code 128 requires quite a lot of work to calculate the check digit. There is an add in for Word available for the above mentioned font by the producer of it (yes, that&#039;s me) at: http://freebarcodefonts.dobsonsw.com.  

The add in also encodes in Variant C, which is mentioned above, that shortens the length of digit pairs by one (10 digits encoded = a barcode length of 5 digits.)

Thanks for mentioning me on your blog.

Brian</description>
		<content:encoded><![CDATA[<p>Code 128 requires quite a lot of work to calculate the check digit. There is an add in for Word available for the above mentioned font by the producer of it (yes, that&#8217;s me) at: <a href="http://freebarcodefonts.dobsonsw.com" rel="nofollow">http://freebarcodefonts.dobsonsw.com</a>.  </p>
<p>The add in also encodes in Variant C, which is mentioned above, that shortens the length of digit pairs by one (10 digits encoded = a barcode length of 5 digits.)</p>
<p>Thanks for mentioning me on your blog.</p>
<p>Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben</title>
		<link>http://www.online-tech-tips.com/computer-tips/free-barcode-generator/comment-page-1/#comment-14771</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Thu, 20 Nov 2008 06:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=9443#comment-14771</guid>
		<description>Nick, you are right about the extra logic on the syntax.  on code 39 for example, I needed to add asterisks before and after the text for it to be recognizable.  For example *1234567890* in code 39 will give an output of 1234567890.
Also I got another tip to use Wordpad instead of Word because Word could change the spacing of the fonts and make the whole barcode unreadable for the optic reader.</description>
		<content:encoded><![CDATA[<p>Nick, you are right about the extra logic on the syntax.  on code 39 for example, I needed to add asterisks before and after the text for it to be recognizable.  For example *1234567890* in code 39 will give an output of 1234567890.<br />
Also I got another tip to use Wordpad instead of Word because Word could change the spacing of the fonts and make the whole barcode unreadable for the optic reader.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Burns</title>
		<link>http://www.online-tech-tips.com/computer-tips/free-barcode-generator/comment-page-1/#comment-14754</link>
		<dc:creator>Nick Burns</dc:creator>
		<pubDate>Wed, 19 Nov 2008 20:35:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=9443#comment-14754</guid>
		<description>Hi. Long time reader, first time commenter ( I think ;) )

You&#039;re using the font incorrectly. You can not simply type &#039;1234567890&#039; and change it to a barcode font and expect a barcode reader to understand it.  There are algorithms (freely available via a search) in play that encode the text into a proper code that can be understood by a reader. If you look at that site you linked to you&#039;ll see there are plugins and utilities to correctly generate a barcode. 

Try the online converter at the above site, you&#039;ll see that 1234567890 actually produces š1234567890Aœ. Those characters at the beginning and ending of the number are known as start and stop characters so the reader knows how to interpret the text.

We use Smart128 here at work which does even more encoding so that a long string of characters are actually reduced to a smaller set in order for the barcode to fit on the page. Look at this page for the specification (again at the link you provided)
http://freebarcodefonts.dobsonsw.com/Code128Transformation.htm

I think the easiest barcode to use is Code 39, all it requires is an asterisk before and after any text you want to convert to a barcode.

Just thought I&#039;d chime in on this, since it took me some time to get the right algorithm for our barcodes. I felt it only right to make sure that your readers were informed about this.</description>
		<content:encoded><![CDATA[<p>Hi. Long time reader, first time commenter ( I think <img src='http://www.online-tech-tips.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )</p>
<p>You&#8217;re using the font incorrectly. You can not simply type &#8216;1234567890&#8242; and change it to a barcode font and expect a barcode reader to understand it.  There are algorithms (freely available via a search) in play that encode the text into a proper code that can be understood by a reader. If you look at that site you linked to you&#8217;ll see there are plugins and utilities to correctly generate a barcode. </p>
<p>Try the online converter at the above site, you&#8217;ll see that 1234567890 actually produces š1234567890Aœ. Those characters at the beginning and ending of the number are known as start and stop characters so the reader knows how to interpret the text.</p>
<p>We use Smart128 here at work which does even more encoding so that a long string of characters are actually reduced to a smaller set in order for the barcode to fit on the page. Look at this page for the specification (again at the link you provided)<br />
<a href="http://freebarcodefonts.dobsonsw.com/Code128Transformation.htm" rel="nofollow">http://freebarcodefonts.dobson.....mation.htm</a></p>
<p>I think the easiest barcode to use is Code 39, all it requires is an asterisk before and after any text you want to convert to a barcode.</p>
<p>Just thought I&#8217;d chime in on this, since it took me some time to get the right algorithm for our barcodes. I felt it only right to make sure that your readers were informed about this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eder.apt-get</title>
		<link>http://www.online-tech-tips.com/computer-tips/free-barcode-generator/comment-page-1/#comment-14746</link>
		<dc:creator>eder.apt-get</dc:creator>
		<pubDate>Wed, 19 Nov 2008 13:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=9443#comment-14746</guid>
		<description>Great..I din´t know that I could use Word for barcodes..</description>
		<content:encoded><![CDATA[<p>Great..I din´t know that I could use Word for barcodes..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
