Use Microsoft Word as a barcode generator使用Microsoft Word作為一個條碼發生器
Posted on November 19, 2008 at 5:47 am發布11月19日,在2008年上午5點47分
Barcode labels are easily readable by optical scanners. It is useful for operations wherein a manual reading is slower than a machine reading. Think of grocery cashier lanes and department stores – barcodes help them a lot to speed up the overall process. Most people actually don’t know how it is generated. We don’t need a special machine to create or print a barcode label. Barcodes are just plain text using a barcode font.條碼標籤易於閱讀的光學掃描器。這是有益的行動,其中一本手冊讀慢於一台機器閱讀。想想雜貨店收銀員車道和百貨公司-條碼幫助他們很多,以加快整個進程。大多數人實際上不知道它是如何產生的。我們不需要特殊的機器創建或打印條形碼標籤。條形碼只是純文字使用條形碼字體。
One of the fonts you can try is from一個字型您可以嘗試從 http://www.dobsonsw.com http://www.dobsonsw.com where you can download the zipped freeware 128 font. After downloading and unzipping, copy the two .ttf files into C:\Windows\Fonts directory:在那裡,您可以下載免費的128個壓縮字型。經過下載和解壓,複製兩個。字體文件至 C : \的Windows \字型目錄:
Once the above is done you can now use the two true type fonts (TTF) using any word editor. On the example below I used MS Word:一旦完成上述現在您可以使用這兩個真正的類型字體(轉錄因子)使用任何文字編輯器。在下面的例子中我使用的MS Word :
You can see from above that the two fonts are now under my list of fonts. MS Office programs use the C:\Windows\Fonts to generate the choices of fonts for MS Word. If you want to add any font, make sure the font file is in the directory shown below:你可以看到從上面這兩個字體現在正在我的名單上的字體。質譜Office程序使用在C : \ Windows \字型產生選擇字型的MS Word 。如果你想添加任何字體,請務必字體文件是在目錄中所示:
You can see below sample where I typed 1234567890 using the Code128 font:你可以看到下面範例,我輸入1234567890使用Code128字體:
The trick that you can use is to type in the characters using a human understandable font (ie Arial, Helvetica) then after you typed in the whole thing, convert the font to the barcode font.訣竅,您可以使用輸入的字符使用的是人類可以理解的字體(即字體,瑞士) ,然後輸入後,你在整場比賽,轉換字體的條形碼字體。
Basically the whole thing is just installing a new font and then using it on MS Word or any word processor. You can print the barcodes into sticker papers so you can cut the labels out and paste it on whatever items you want. You can always put in a regular font along with the barcode font as aide.基本上整個事情就是安裝新的字體,然後用它在MS Word或任何文字處理器。您可以打印成條碼標籤文件,以便您可以剪下的標籤,並粘貼上什麼項目你想要的。您可以隨時提出經常字體隨著條形碼字體作為助手。
Ben Carigtan writes about computers, technology and how to get the best out of them.本Carigtan寫計算機,技術和如何獲得最好的人。
» Filed Under »文章屬於 Computer Tips計算機提示
Save this page 保存該網頁 | Stir it up on Mixx 它攪動了Mixx | |
Add to Reddit 添加到Reddit |
Related Posts 有關職位
- How to create your own fonts and edit TrueType fonts如何創建自己的字體和TrueType字體編輯
- Convert images to text online using Text-Image轉換圖像,文字在線使用文字圖像
- Combine multiple commands and executables into a single exe聯合收割機多個命令和可執行文件成一個單一的EXE
- How to view special or Unicode characters如何看待特殊或Unicode字符
- How to print a list of files in a Windows directory如何打印的檔案清單在Windows目錄























Great..I din´t know that I could use Word for barcodes..大din't ..我知道我可以使用Word的條碼..
Hi.嗨。 Long time reader, first time commenter ( I think很長一段時間的讀者,第一次評論(我想
) )
You’re using the font incorrectly.您正在使用的字體不正確。 You can not simply type ‘1234567890′ and change it to a barcode font and expect a barcode reader to understand it.你不能簡單地鍵入'1234567890 ' ,並更改為條形碼字體和期望條形碼閱讀器來理解它。 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’ll see there are plugins and utilities to correctly generate a barcode.如果你看看你的網站鏈接到你會看到有插件和公用事業的正確生成一個條碼。
Try the online converter at the above site, you’ll see that 1234567890 actually produces š1234567890Aœ.嘗試在線轉換器在上述網站,您會看到1234567890實際生產š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.我們使用Smart128在這裡工作,更沒有編碼,以便一長串的字符實際上是降低到一個較小設置,以便條碼適合在網頁上。 Look at this page for the specification (again at the link you provided)看看這個網頁,規格(再次聯繫您提供)
http://freebarcodefonts.dobson.....mation.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.我認為,最容易使用的條形碼是39碼,所有它需要是一個星號之前和之後的任何文字,您要轉換成條碼。
Just thought I’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.我認為唯一正確的,以確保您的讀者了解這一點。
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.代碼39舉例來說,我需要添加星號前後的文字加以辨認。 For example *1234567890* in code 39 will give an output of 1234567890.例如* 1234567890 * 39的代碼將最大輸出功率為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.還我另一端使用寫字板不是Word的,因為Word可以改變間距的字體和使整個條形碼不可讀的視神經讀者。