CN112328188A - 一种基于BarTender的条码标签打印系统及方法 - Google Patents

一种基于BarTender的条码标签打印系统及方法 Download PDF

Info

Publication number
CN112328188A
CN112328188A CN202011272959.2A CN202011272959A CN112328188A CN 112328188 A CN112328188 A CN 112328188A CN 202011272959 A CN202011272959 A CN 202011272959A CN 112328188 A CN112328188 A CN 112328188A
Authority
CN
China
Prior art keywords
printing
label
function module
bar code
integrated
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011272959.2A
Other languages
English (en)
Inventor
张晋峰
李海军
罗欢
曾佳豪
苏荣亮
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sichuan Ailian Technology Co Ltd
Original Assignee
Sichuan Ailian Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sichuan Ailian Technology Co Ltd filed Critical Sichuan Ailian Technology Co Ltd
Priority to CN202011272959.2A priority Critical patent/CN112328188A/zh
Publication of CN112328188A publication Critical patent/CN112328188A/zh
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/12Digital output to print unit, e.g. line printer, chain printer
    • G06F3/1201Dedicated interfaces to print systems
    • G06F3/1202Dedicated interfaces to print systems specifically adapted to achieve a particular effect
    • G06F3/1203Improving or facilitating administration, e.g. print management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/12Digital output to print unit, e.g. line printer, chain printer
    • G06F3/1201Dedicated interfaces to print systems
    • G06F3/1223Dedicated interfaces to print systems specifically adapted to use a particular technique
    • G06F3/1237Print job management
    • G06F3/1253Configuration of print job parameters, e.g. using UI at the client
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/12Digital output to print unit, e.g. line printer, chain printer
    • G06F3/1201Dedicated interfaces to print systems
    • G06F3/1278Dedicated interfaces to print systems specifically adapted to adopt a particular infrastructure
    • G06F3/1285Remote printer device, e.g. being remote from client or server

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Accessory Devices And Overall Control Thereof (AREA)

Abstract

本发明涉及条码标签打印领域,其公开了一种基于BarTender的条码标签打印系统及方法,实现在浏览器WEB应用中触发BarTender进行条码标签打印。该系统包括:WEB应用业务功能模块、集成Bartender的标签生成与打印功能模块、PC电脑和条码标签打印机;在用户点击按钮进行条码标签打印的时候,由WEB应用业务功能模块调用集成Bartender的标签生成与打印功能模块对外提供的API接口,并通过网络通信方式将条码打印相关参数传递至集成Bartender的标签生成与打印功能模块,再由集成Bartender的标签生成与打印功能模块根据接收到的参数值生成需要的条码标签,并调用打印机服务进行条码标签打印,从而满足用户在浏览器web应用中进行条码标签快速打印的需求。

Description

一种基于BarTender的条码标签打印系统及方法
技术领域
本发明涉及条码标签打印领域,涉及一种基于BarTender的条码标签打印系统及方法。
背景技术
BarTender是美国海鸥科技推出的一款优秀的条码打印软件,是目前在行业中使用最多的软件,是一款最快速,最容易设计专业、高质量标签的条码打印软件。BarTender既可以单独运行,也可以与任何其他程序集成,几乎是所有按需打印或打标应用的完美解决方案,包括:标签、打印贴标、直接部件和包装打标、智能证卡编码、标牌制作等等。
传统使用BarTender与其他程序集成进行条码标签打印的方式是采用C#语言开发应用程序调用BarTender提供的DLL库文件来进行条码标签打印。目前相当多的信息系统都是基于B/S架构(即浏览器和服务器架构模式)进行实现,而浏览器WEB应用使用JavaScript语言进行开发,不能直接调用DLL库文件与BarTender进行集成。如何实现在浏览器WEB应用中触发BarTender进行条码标签打印是当前亟待解决的问题。
发明内容
本发明所要解决的技术问题是:提出一种基于BarTender的条码标签打印系统及方法,实现在浏览器WEB应用中触发BarTender进行条码标签打印。
本发明解决上述技术问题采用的技术方案是:
一种基于BarTender的条码标签打印系统,包括:
WEB应用业务功能模块,运行于浏览器中,用于处理业务和调用集成Bartender的标签生成与打印功能模块对外提供的API接口,通过网络通信将打印参数传输给所述集成Bartender的标签生成与打印功能模块;
集成Bartender的标签生成与打印功能模块,以服务的形式安装运行在PC电脑中,用于接收WEB应用业务功能模块通过网络通信传递的打印参数,并生成条码标签,触发打印机进行打印所述条码标签;
PC电脑,用于安装和运行集成Bartender的标签生成与打印功能模块以及打印机相关服务,通过数据线连接条码标签打印机;
条码标签打印机,与PC电脑相连,用于条码标签打印。
作为进一步优化,所述WEB应用业务功能模块,运行于同安装运行集成Bartender的标签生成与打印功能模块为同一台PC电脑的浏览器中,或者运行于其他能够通过网络访问到安装运行集成Bartender的标签生成与打印功能模块的PC电脑的浏览器中。
此外,基于上述系统,本发明还提供了一种基于BarTender的条码标签打印方法,包括:
a.用户在浏览器中访问WEB应用业务功能模块,点击按钮进行条码标签打印;
b.WEB应用业务功能模块调用集成Bartender的标签生成与打印功能模块对外提供的API接口,通过网络通信将条码打印相关参数传递至集成Bartender的标签生成与打印功能模块;
c.集成Bartender的标签生成与打印功能模块根据接收到的参数值生成需要的条码标签,并调用打印机服务进行条码标签打印。
作为进一步优化,步骤b中,所述网络通信基于TCP协议或者HTTP协议或者HTTPS协议。
本发明的有益效果是:
由WEB应用业务功能模块调用集成Bartender的标签生成与打印功能模块对外提供的API接口,并通过网络通信方式将条码打印相关参数传递至集成Bartender的标签生成与打印功能模块,再由集成Bartender的标签生成与打印功能模块根据接收到的参数值生成需要的条码标签,并调用打印机服务进行条码标签打印,从而满足用户在浏览器web应用中进行条码标签快速打印的需求。
附图说明
图1为本发明中条码标签打印系统结构框图。
具体实施方式
本发明提供一种基于BarTender的条码标签打印系统及方法,运用JavaScript技术、C#技术、TCP/HTTP/HTTPS等网络通信技术、BarTender标签生成与打印控制等技术,实现可以通过在浏览器WEB应用中触发BarTender进行条码标签打印的目的。
在具体实现上,本发明中的条码标签打印系统如图1所示,其包括WEB应用业务功能模块、集成Bartender的标签生成与打印功能模块、PC电脑和条码标签打印机。
其中,WEB应用业务功能模块运行于浏览器中,用于处理业务和调用集成Bartender的标签生成与打印功能模块对外提供的API接口,通过网络通信将打印的参数传输给集成Bartender的标签生成与打印功能模块;
集成Bartender的标签生成与打印功能模块,用C#语言开发,以服务的形式安装运行在PC电脑中,用于接收WEB应用业务功能模块通过网络通信传递的打印参数,并生成条码标签,触发打印机进行打印所述条码标签;
PC电脑,用于安装和运行集成Bartender的标签生成与打印功能模块以及打印机相关服务,通过数据线连接条码标签打印机;
条码标签打印机,与PC电脑相连,用于条码标签打印。
需要说明的是,所述WEB应用业务功能模块,可以运行于同安装运行集成Bartender的标签生成与打印功能模块为同一台PC电脑的浏览器中,也可以运行于其他只要能够通过网络访问到安装运行集成Bartender的标签生成与打印功能模块的PC电脑的浏览器中。
基于上述系统,当使用者在浏览器中访问WEB应用业务功能模块,点击按钮进行条码标签打印的时候,WEB应用业务功能模块负责调用集成Bartender的标签生成与打印功能模块对外提供的API接口,通过网络通信将条码打印相关参数传递至集成Bartender的标签生成与打印功能模块中,集成Bartender的标签生成与打印功能模块根据接收到的参数值生成需要的条码标签,然后集成Bartender的标签生成与打印功能模块调用打印机服务进行条码标签打印,条码标签就打印完成。

Claims (4)

1.一种基于BarTender的条码标签打印系统,其特征在于,包括:
WEB应用业务功能模块,运行于浏览器中,用于处理业务和调用集成Bartender的标签生成与打印功能模块对外提供的API接口,通过网络通信将打印参数传输给所述集成Bartender的标签生成与打印功能模块;
集成Bartender的标签生成与打印功能模块,以服务的形式安装运行在PC电脑中,用于接收WEB应用业务功能模块通过网络通信传递的打印参数,并生成条码标签,触发打印机进行打印所述条码标签;
PC电脑,用于安装和运行集成Bartender的标签生成与打印功能模块以及打印机相关服务,通过数据线连接条码标签打印机;
条码标签打印机,与PC电脑相连,用于条码标签打印。
2.如权利要求1所述的一种基于BarTender的条码标签打印系统,其特征在于,
所述WEB应用业务功能模块,运行于同安装运行集成Bartender的标签生成与打印功能模块为同一台PC电脑的浏览器中,或者运行于其他能够通过网络访问到安装运行集成Bartender的标签生成与打印功能模块的PC电脑的浏览器中。
3.一种基于BarTender的条码标签打印方法,其特征在于,包括:
a.用户在浏览器中访问WEB应用业务功能模块,点击按钮进行条码标签打印;
b.WEB应用业务功能模块调用集成Bartender的标签生成与打印功能模块对外提供的API接口,通过网络通信将条码打印相关参数传递至集成Bartender的标签生成与打印功能模块;
c.集成Bartender的标签生成与打印功能模块根据接收到的参数值生成需要的条码标签,并调用打印机服务进行条码标签打印。
4.如权利要求3所述的一种基于BarTender的条码标签打印方法,其特征在于,
步骤b中,所述网络通信基于TCP协议或者HTTP协议或者HTTPS协议。
CN202011272959.2A 2020-11-13 2020-11-13 一种基于BarTender的条码标签打印系统及方法 Pending CN112328188A (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011272959.2A CN112328188A (zh) 2020-11-13 2020-11-13 一种基于BarTender的条码标签打印系统及方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011272959.2A CN112328188A (zh) 2020-11-13 2020-11-13 一种基于BarTender的条码标签打印系统及方法

Publications (1)

Publication Number Publication Date
CN112328188A true CN112328188A (zh) 2021-02-05

Family

ID=74319121

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011272959.2A Pending CN112328188A (zh) 2020-11-13 2020-11-13 一种基于BarTender的条码标签打印系统及方法

Country Status (1)

Country Link
CN (1) CN112328188A (zh)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108776824A (zh) * 2018-06-27 2018-11-09 中国建设银行股份有限公司 条码标签生成方法、装置及电子设备
CN110865775A (zh) * 2019-09-26 2020-03-06 福建亿能达信息技术股份有限公司 一种基于web进行在线设计与预览的打印方法

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108776824A (zh) * 2018-06-27 2018-11-09 中国建设银行股份有限公司 条码标签生成方法、装置及电子设备
CN110865775A (zh) * 2019-09-26 2020-03-06 福建亿能达信息技术股份有限公司 一种基于web进行在线设计与预览的打印方法

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
BARTENDER: ""Bartender Web Print Server (WPS)服务"", 《HTTPS://WWW.BARTENDER.HK/ARCHIVES/7765》 *
BARTENDER: ""如何使用BarTender的Web Print Server打印条码标签?"", 《HTTPS://WWW.BARTENDER.HK/ARCHIVES/6615》 *
SEAGULL SCIENTIFIC: ""BarTender Web Print Server可用的打印方法"", 《HTTP://WWW.BARTENDER-CHINA.COM/NEWS/QYDT/135.HTML》 *
SUSAN CHEN: ""Printing From A Web Server"", 《HTTPS://SUPPORT.SEAGULLSCIENTIFIC.COM/HC/EN-US/COMMUNITY/POSTS/216586127-PRINTING-FROM-A-WEB-SERVER》 *
我亦是行人: ""Java实现调用Bartender控制条码打印机"", 《HTTPS://WWW.BBSMAX.COM/A/GVDN7EGLZW/》 *

Similar Documents

Publication Publication Date Title
US10277702B2 (en) Method and apparatus for accessing an enterprise resource planning system via a mobile device
CN102202904B (zh) 使用程序脚本语言的标识打印机api
CN102043626A (zh) extjs组件的封装方法及装置、用户界面的生成方法及系统
US20030090712A1 (en) Identification card printer with client/server
US9720885B2 (en) Detection of UTF-16 encoding in streaming XML data without a byte-order mark and related printers, systems, methods, and computer program products
CN101739394B (zh) 嵌入于网页中的网络翻译查询系统及其方法
CN112328188A (zh) 一种基于BarTender的条码标签打印系统及方法
CN108762697B (zh) 一种基于浏览器端的打印方法及装置
CN111381786B (zh) 文本打印方法、装置、计算机设备和存储介质
US8838675B2 (en) Host-terminal device communication system
CN112765252A (zh) 数据传输方法、客户端、终端、服务器及存储介质
JP2002103746A (ja) Xmlデータ対応バーコードの印字方法
WO2001006345A1 (en) Identification card printer with client/server
JP2002202892A (ja) 文字列データの処理方法および処理装置
KR100960968B1 (ko) Http를 사용하지 않는 웹 어플리케이션 제공 장치 및방법
CN111124323A (zh) 一种基于Applet方式调用客户端打印机接口的实现方法
CN106844237B (zh) 互联应用的输入处理方法及装置
CN111158615A (zh) 一种利用移动终端协助web端实现写卡和打印操作的方法及系统
CN117075826A (zh) 一种用于浏览器在Web应用里进行打印的方法
CN104750821A (zh) 业务消息的处理方法及装置
CN117555497A (zh) 一种基于URL Protocol技术的跨浏览器打印方法
CN117271635A (zh) 一种清单导出方法、装置、计算机设备及存储介质
CN114968065A (zh) 一种基于ipmitool工具在读写FRU方面的优化应用
CN111026388A (zh) 一种适配收单应用的方法及支付中间件
CN116339650A (zh) 用于实现应用端打印的方法及系统

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20210205

RJ01 Rejection of invention patent application after publication