Anyone who wants to generate code11 barcode has found a perfect solution. Barcodesoft code 11 barcode software is what you need.
Code 11 is also known as USD-8. It is designed for telecom industry.
code 11 barcode encodes numeric data and hyphen. It requires start character and stop character. Both Start and stop characters are mapped to asterisk.
Code 11 requires at least one check digit. When the string length is longer than 10, code 11 requires two check digits.
It’s a smart and simple solution to use Barcodesoft code 11 barcode software for generating code 11 barcodes.
When you use Barcodesoft Code 11 font to print bar code, please use our Encoder to calculate checksum. You can also find source code in VBA and C language.
There are 14 code 11 barcode fonts in the package, as listed below. Each font shows its aspect ratio by font name. Those fonts with “Hr” in their names have human readable text underneath the barcode.
For example, Code11MHr means ‘medium aspect ratio’, with human readable text.
Code11XXL means “XXL aspect ratio, no human readable text”.
Barcodesoft code 11 barcode Demo version has a “Demo” watermark.
Barcodesoft code 11 barcode fonts are available in true type, PostScript, PCL, SVG, Open Type (eot), and Web Open Font Format (woff / woff2). Users can embed Code 11 fonts into Adobe PDF files.
Here is the list of Barcodesoft code11 Barcode Fonts
Aspect Ratio | With Human Readable | Without Human Readable |
---|---|---|
XXS | code11XXSHr | code11XXS |
XS | code11XSHr | code11XS |
S | code11SHr | code11S |
M | code11MHr | code11M |
L | code11LHr | code11L |
XL | code11XLHr | code11XL |
XXL | code11XXLHr | code11XXL |
License | Single User | 5-User | 10-User | Site | Corporate | Developer | 5-Developer | 10-Developer | Unlimited Developer |
---|---|---|---|---|---|---|---|---|---|
Price | CAD159 | CAD299 | CAD399 | CAD599 | CAD799 | CAD999 | CAD1199 | CAD1399 | CAD1999 |
This solution is web-service based. No download needed.
No third-party software installation needed.
All you need is just Internet access.
1. Click "insert picture icon" to add a picture to your report. This picture will be a placeholder for your barcode.
2. Right click image. Select Format Graphic… Select Picture tab. Click the conditional-formula button (looks like x+2).
Set the formula’s text to the name of the formula or parameter field with the image’s URL:
Save the formula and click the OK button.
3. By manipulating parameters of Web Service URL, you can customize code11 barcode in your report.
http://barcode.barcodesoft.com/barcode.ashx?s/code11/text/2468013579/w/200/h/120/quiet/10
URL above will generate a code11 barcode for text "2468013579". Barcode width will be 200 pixels. Barcode height will be 120 pixels. Quiet zone will be 10 pixels.
http://barcode.barcodesoft.com/barcode.ashx?s/code11/text/1234567890/w/200/h/120/quiet/0
URL above will generate a code128A barcode for text "1234567890". Barcode width will be 200 pixels. Barcode height will be 120 pixels. No Quiet zone.
4. Without a valid token, your barcode will have a demo watermark.
To get a token, please get a license for linear barcode web service.
1. Right click command prompt and run command prompt as administrator.
Type in the following commands to register cruflbcs.dll
cd "C:\Program Files (x86)\Common Files\Barcodesoft\FontUtil"
regsvr32.exe cruflbcs.dll
If you see the following Window pop up, your registration was successful.
2. Open your crystal report. Right click Formula Fields, choose "New..." from the context menu.
Type in "Code11" in the Name textbox, then click "Use Editor".
3. From Functions List ==> Additional Functions ==> COM and .NET UFLs (u212com.dll) ==> Visual Basic UFLs, double click to choose "BCSLinearCode11" function as shown below.
4. Please type in the database field as parameter for code11 formula. And click "Save" button to save code11 formula field.
5. Drag and drop the code11 formula field to your crystal report design view. You may see some strange characters. Don't worry! You haven't applied code11 barcode font yet.
6. Please right click code11 formula field in your report and choose "Format Field" from context menu. Then choose "UpcEanM" as font typeface.
Click OK button. You will see code11 barcode in your report.
1. Start Microsoft® Excel® first.
If you are using Excel 2000 or 2003, click menu ===> Tools ==> Macro ===> Security. Choose Low security level.
If you are using Excel 2007 / 2010 / 2013 / 2016 / 2019, click the Microsoft Office Button.
Then click Excel Options, choose Trust Center. In the Macro Settings category, under Macro Settings, choose "Enable all macros" as shown below.
2. Press ALT + F11 to open Microsoft® Visual Basic editor.
3. From Visual Basic editor, choose menu Tools ===> References. It will popup a dialog. Click Browse button and choose cruflbcs.dll from your working folder.
Usually it's under C:\Program File (x86)\CommonFiles\Barcodesoft\Fontutil folder.
Click the checkbox beside crUFLBcs 1.0 Type Library as shown below. Then click OK button.
4. Press Ctrl+M, it will popup a dialog, choose barcodesoft.bas under C:\Program File (x86)\CommonFiles\Barcodesoft\Fontutil folder. Then click "Open".
If you don't find barcodesoft.bas, please download it from code11.
5. Close Visual Basic editor and go back to your spreadsheet. Now, you can use the following macros to encode data: code11 . When you have lots of data to process, you can just copy and paste the macro to the whole column and all data will be encoded immediately.
=code11(xxx)
Please use cell reference to replace xxx in the formulas as shown below.
6. Right click Cell B1, choose Format Cell from context menu. Then click Font to apply one of the appropriate font typefaces to the cell, such as Code11mHr. You will see code11 barcode in your spreadsheet.
1. Start Microsoft® Access® first.
If you are using Access 2000 or 2003, click menu ===> Tools ==> Macro ===> Security. Choose Low security level.
If you are using Access 2007 / 2010 / 2013 / 2016 / 2019, click the Microsoft Office Button.
Then click Access Options, choose Trust Center. In the Macro Settings category, under Macro Settings, choose "Enable all macros" as shown below.
2. Press ALT + F11 to open Microsoft® Visual Basic editor.
3. From Visual Basic editor, choose menu Tools ===> References. It will popup a dialog. Click Browse button and choose cruflbcs.dll from your working folder.
Usually it's under C:\Program File (x86)\CommonFiles\Barcodesoft\Fontutil folder.
Click the checkbox beside crUFLBcs 4.0 Type Library as shown below. Then click OK button.
4. Press Ctrl+M, it will popup a dialog, choose barcodesoft.bas under C:\Program File (x86)\CommonFiles\Barcodesoft\Fontutil folder. Then click "Open".
If you don't find barcodesoft.bas, please download it from code11.
5. Close Visual Basic and go back to your Access database. Now, create a report in Design view and type in one of the following macros in the field where you want to show code11 barcode before apply font typeface:
=code11([data.code])
Please notice that 'data' is the Table name, 'code' is the Field name.
6. Right click the field you want to display code11 barcode. Choose Properties from context menu. Apply one of the appropriate font typefaces to the field, such as Code11mHr. You will see code11 barcode in your Access report.