CN114371762A - Method and device for printing customized label and storage medium - Google Patents

Method and device for printing customized label and storage medium Download PDF

Info

Publication number
CN114371762A
CN114371762A CN202111532325.0A CN202111532325A CN114371762A CN 114371762 A CN114371762 A CN 114371762A CN 202111532325 A CN202111532325 A CN 202111532325A CN 114371762 A CN114371762 A CN 114371762A
Authority
CN
China
Prior art keywords
label
printing
instruction text
template
configuration file
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
CN202111532325.0A
Other languages
Chinese (zh)
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.)
Xiamen Meiya Pico Information Co Ltd
Original Assignee
Xiamen Meiya Pico Information 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 Xiamen Meiya Pico Information Co Ltd filed Critical Xiamen Meiya Pico Information Co Ltd
Priority to CN202111532325.0A priority Critical patent/CN114371762A/en
Publication of CN114371762A publication Critical patent/CN114371762A/en
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/1223Dedicated interfaces to print systems specifically adapted to use a particular technique
    • G06F3/1237Print job management
    • G06F3/1242Image or content composition onto a page
    • G06F3/1243Variable data printing, e.g. document forms, templates, labels, coupons, advertisements, logos, watermarks, transactional printing, fixed content versioning
    • 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

Abstract

The invention provides a method for printing a customized label, which comprises the following steps: obtaining a first label template; deriving a first instruction text corresponding to the first label; generating a second instruction text corresponding to the first instruction text according to a preset corresponding relation between the printing field and the field symbol, and storing the second instruction text as a label template configuration file, wherein the second instruction text is obtained by replacing the data value of the printing field in the first instruction text with the corresponding field symbol; responding to the printing instruction, reading the label template configuration file and a pre-stored data value corresponding to the field symbol in the label template configuration file, and replacing the corresponding field symbol in the label template configuration file with the data value to obtain a third instruction text; and transmitting the third instruction text to a bar code printer for printing. By utilizing the technical scheme, the period for developing the customized label is shortened, and efficient and convenient customized label printing is realized.

Description

Method and device for printing customized label and storage medium
Technical Field
The present invention relates to the field of customized label printing, and in particular, to a method, an apparatus, and a storage medium for printing a customized label.
Background
With the rapid development of electronic computers and network technologies, intelligent electronic devices such as computers and mobile phones are becoming essential important tools in personal work and life in all industries, and the role of the generated electronic data in the forensic analysis industry is increasingly highlighted. Therefore, an intelligent management system of the electronic data evidence obtaining laboratory is introduced into the electronic evidence obtaining laboratory, which is necessary and significant for carrying out standardized management on electronic data inspection materials, carrying out standardized management on an identification process and ensuring judicial validity and traceability of the electronic data.
Through bar code printer, with key information such as electronic data inspection material serial number two-dimensional code, name, check-up value, print the label to attached in examining the material surface, cooperate electronic data to obtain evidence laboratory intelligent management system, can carry out standardized, the track management of compliance to whole registration, appraisal, the circulation process of examining the material. Therefore, the coding and labeling of electronic data samples are indispensable to electronic data evidence-taking laboratories. The specification requirements of electronic data evidence-taking laboratories in different places are different, and the customization demand on the label style of the bar code printer is strong.
At present, most management systems realize label printing by integrating SDK linkage barcode printers matched with barcode printer manufacturers. A label style template is arranged in the bar code printer and is used for a user to select printing. The definition implementation of the label style template is usually realized by coupling corresponding codes in a management system through an SDK API (software development kit) interface of the printer, namely, the management system is required to modify the codes every time the printer is customized. FIG. 1 shows exemplary code of the prior art for configuring a tag template using the SDK API approach. As can be seen from the codes in fig. 1, since the SDK API interface needs to be called to make a customized barcode label every time the customized barcode label is printed, the customization process heavily depends on the iteration of the management system version, the adaptability of the printing device is poor, and the device update is difficult.
Disclosure of Invention
To solve the above technical problem, embodiments of the present invention provide a method, an apparatus, and a storage medium for printing a customized label.
In one aspect, a method for printing a customized label is provided, comprising the steps of:
obtaining a first label template;
exporting a first instruction text of the printer corresponding to the first label template;
generating a second instruction text of the printer corresponding to the first instruction text according to a preset corresponding relation between the printing fields and the field symbols, and saving the second instruction text as a label template configuration file, wherein the second instruction text is obtained by replacing one or more printing fields in the first instruction text with one or more corresponding field symbols;
responding to a printing instruction, reading the label template configuration file and pre-stored data values corresponding to the one or more field symbols in the label template configuration file, and replacing the one or more field symbols in the label template configuration file with the data values to obtain a third instruction text of the printer;
and transmitting the third instruction text to the barcode printer for printing.
Further, the method, wherein the first label template is produced using a design tool corresponding to the barcode printer.
Further, the method, wherein the second instruction text corresponding to the first instruction text is generated in response to an input by a user.
Further, after the step of saving the second instruction text as the tag template configuration file, the method further includes adding a second tag template corresponding to the tag template configuration file to the tag template list, and generating an updated tag template list.
Further, the method further includes: and identifying a second label template corresponding to the label template configuration file in the updated label template list according to the label template configuration file, and displaying the second label template.
Further, the method further includes, after presenting the second tag template, a step of enabling the user to select the second tag template to take effect.
Further, the method is that the second instruction text is obtained by replacing data values of one or more printing fields in the first instruction text by corresponding one or more field symbols manually or by executable codes.
Further, the method, wherein the barcode printer is a zebra barcode printer; the first instruction text, the second instruction text and the third instruction text are ZPL instruction sets of the zebra barcode printer.
Further, in the method, the third instruction text is transmitted to the barcode printer for printing through a USB communication module, bluetooth, WiFi, or Zigbee.
In another aspect, an apparatus for printing a customized label is provided, which includes a memory and a processor, wherein the memory stores at least one program, and the at least one program is executed by the processor to implement the method for printing a customized label.
In yet another aspect, a computer readable storage medium is provided, wherein at least one program is stored in the storage medium, and the at least one program is executed by the processor to implement the method for printing a customized label as described.
The technical scheme has the following technical effects:
the method, the device and the storage medium for printing the customized label of the embodiment of the invention realize the configurability of the label style template based on the instruction set adaptive to the bar code printer, can flexibly and quickly realize the printing of the customized label, have short customized development period and meet the requirement of a user on quickly printing the customized label style; the realization of the label style and the decoupling of the system code are realized, the newly increased and modified label style templates do not need to trigger the modification of the management system code, the version of the management system does not need to be updated, and the SDK API of specific equipment is not relied on; and the printing equipment has good adaptability, and for printers using the same instruction set, even if the printing equipment is updated, the label template configuration file generated when the customized label is directly used can be directly printed, and the management system does not need to modify codes to print the customized label each time in the prior art, so that the operation is greatly simplified, the efficiency of printing the customized label is improved, and especially, the automatic batch printing can be realized when the same customized label is printed in batches.
Drawings
FIG. 1 is prior art exemplary code for configuring a tag template using an SDK API approach;
FIG. 2 is a flow chart illustrating a method of printing a customized label according to one embodiment of the invention;
FIG. 3 is a schematic diagram illustrating a configuration of a custom label template in a method for printing a custom label according to an embodiment of the present invention;
FIG. 4 is a schematic design flow diagram of a management system for printing a customized label using a method for printing a customized label according to an embodiment of the present invention;
fig. 5 is an interface schematic diagram illustrating a tag template corresponding to the newly added tag template configuration file according to the method of the embodiment of the present invention;
fig. 6 is a schematic structural diagram of an apparatus for printing a customized label according to an embodiment of the present invention.
Detailed Description
To further illustrate the various embodiments, the invention provides the accompanying drawings. The accompanying drawings, which are incorporated in and constitute a part of this disclosure, illustrate embodiments of the invention and, together with the description, serve to explain the principles of the embodiments. Those skilled in the art will appreciate still other possible embodiments and advantages of the present invention with reference to these figures. Elements in the figures are not drawn to scale and like reference numerals are generally used to indicate like elements.
The invention will now be further described with reference to the accompanying drawings and detailed description.
The first embodiment is as follows:
fig. 2 is a flowchart illustrating a method for printing a customized label according to an embodiment of the present invention. Referring to fig. 2, a method for printing a customized label according to an embodiment of the present invention is used for printing a customized label by using a barcode printer, and includes the following steps:
step S1, obtaining a first label template;
step S2, deriving a first instruction text of the printer corresponding to the first label template;
step S3, according to the preset corresponding relation between the printing field and the field symbol, generating a second instruction text of the printer corresponding to the first instruction text, and saving the second instruction text as a label template configuration file, wherein the second instruction text is obtained by replacing one or more printing fields in the first instruction text with one or more corresponding field symbols;
step S4, responding to the printing instruction, reading the label template configuration file and the pre-stored data values corresponding to one or more field symbols in the label template configuration file, and replacing the corresponding one or more field symbols in the label template configuration file with the data values to obtain a third instruction text of the printer;
and step S5, transmitting the third instruction text to a barcode printer for printing. The third instruction text corresponds to a custom label style to be printed. Through this step, printing of the customized label is achieved.
Further, the first label template may be fabricated using a design tool corresponding to a barcode printer. Further, a second instruction text corresponding to the first instruction text is generated in response to the user's input. Further, the second instruction text may be obtained by manually replacing one or more printed fields in the first instruction text with corresponding one or more field symbols; the replacement of one or more printed fields in the first instruction text with corresponding one or more field symbols to obtain the second instruction text may also be achieved by having the client execute executable code.
Further, after the step of saving the second instruction text as the tag template configuration file, adding the tag template configuration file to the tag template list, and generating an updated tag template list. And further, identifying the label template corresponding to the label configuration file in the updated label template list according to the label template configuration file, and displaying the label template corresponding to the label configuration file. Further, after the second label template is displayed, the method also comprises the step that the user selects the second label template to enable the second label template to take effect.
Further, the second instruction text is obtained by manually or by executable code replacing the data values of one or more printing fields in the first instruction text with corresponding one or more field symbols. Illustratively, the barcode printer is a zebra barcode printer; the first instruction text and the second instruction text are instruction sets of a zebra programming language ZPL used by a zebra barcode printer. Other types of barcode printers may also be used in other embodiments, the first instruction text, the second instruction text, and the third instruction text being instruction sets corresponding to the barcode printer used. Further, the third instruction text can be transmitted to a barcode printer through a USB communication module, bluetooth, WiFi, or Zigbee for printing. The specific transmission mode can be determined according to the communication mode adopted by the barcode printer.
Fig. 3 is a schematic configuration diagram of a customized label template in a method for printing a customized label according to an embodiment of the present invention. Fig. 4 is a schematic design flow diagram of a management system for printing a customized label by using the method for printing a customized label according to an embodiment of the present invention. A method of printing a customized label according to another embodiment of the present invention will now be described with reference to fig. 3 and 4.
In this embodiment, taking a Zebra stripe printer as an example, the language of the corresponding instruction text is a ZPL (Zebra programming language) instruction set. ZPL: the printer is a printing page description language, which describes printing pages through high-level commands, is interpreted and executed by a printer through low-level commands and is independent of a specific printer hardware platform. Whereas zebra corporation developed 2 print page description language standards: ZPL and ZPL II are used mainly in making and printing label. These 2 standards essentially cover the zebra barcode printer family and are adopted or compatible by some other barcode printer manufacturers.
Interface 301 in FIG. 3 illustrates an exemplary tab designed using a tab designer. The designer used in this example is label design software provided by the printer manufacturer that can design the label style according to the user's customization requirements and derive ZPL instruction text. In this example, the label 302 created by the design software is a label for an electronic material to be tested in an electronic evidence collection laboratory. The label 302 includes a two-bit code pattern, a text description "examine material number: ", the [ material detection number ] field" 20181207003-. Embodiments of the present invention utilize the tag to customize the desired customized tag.
Before the method of the embodiment of the invention is used for printing the customized label, the printing range needs to be determined according to the printing content to be used, the corresponding relation between the printing field and the symbol in the printing range is determined, and the field belonging to the printing range is symbolized so as to be convenient for unified search and replacement. The field symbols used may be set according to the user's own needs. The particular symbol format is compatible with the configuration of the printer instruction set. For example, in this example, the field [ material number ] may be symbolized as [ DevNum% ]. This step of symbolizing the print-in-range field may be performed, for example, during the design development phase of the management system, as shown in fig. 4.
As shown in fig. 4, the step of symbolizing the in-range-of-print field is followed by a configurable operation of the label. This configurable operation includes the fabrication of a label template using the designer mentioned above; deriving a ZPL instruction text corresponding to the manufactured label template, which can be called a first instruction text; replacing the data values of the corresponding fields in the obtained ZPL instruction text with symbols according to the corresponding relation between the predetermined fields and the symbols to obtain a modified ZPL instruction text, namely a second instruction text; and writing the second instruction text as a tag template configuration file into the system, and storing the second instruction text. The system adds the label template configuration file as a newly added label template into a label template list and generates an updated label template list. The management system can identify the label template corresponding to the newly added label template configuration file in the updated label template list according to the label template configuration file and display the label template. As shown by label 304 in fig. 3 and fig. 5. Fig. 5 is a schematic interface diagram illustrating a tag template corresponding to the newly added tag template configuration file according to the method of the embodiment of the present invention. The user selects the new configured tag template, i.e., the tag style template, to validate it.
The interface 303 in fig. 3 is a corresponding ZPL instruction text obtained by replacing the original value of the field [ material checking number ] with [ DevNum% ], i.e., the data value of "20181207003-. In this example, the original value of the field [ the material detection number ], i.e., the data value "20181207003-. The tag 304 in fig. 3 and the tag in fig. 5 are the tag patterns corresponding to the second instruction text after replacing the original value of the field [ the material detection number ], i.e., the data value "20181207003-. This completes the configuration of the custom tag. Different label style templates can be customized by repeating the above-mentioned flow shown in fig. 3, thereby realizing the configuration of the label style templates.
After the customized label symbolization configuration is completed and the customized label symbolization configuration is effective, the configuration file can be used for printing the customized label. As shown in fig. 4, in a stage where a user prints a customized label using the management system, after the user logs in a client of the management system, the user selects a previously configured label template to be printed, which is a label style template, which is previously symbolized. And responding to the selection of the user, and reading the configuration file corresponding to the selected label template by the system and acquiring the specific data value of the corresponding field in the configuration file. Here, the order of reading the configuration file and acquiring the specific data values of the corresponding fields is not limited. The sequence of reading the configuration file and obtaining the specific data values of the corresponding fields does not affect the execution of the embodiment of the invention.
And then, the obtained specific data values are used for respectively replacing symbols corresponding to corresponding fields in the configuration file, and a third instruction text corresponding to the actual customized label to be printed is obtained. Therefore, the label template is filled with the acquired specific data values, and the actual customized label style to be printed is obtained. In specific implementation, according to the actual customized label to be printed, the corresponding relationship between the actual data value corresponding to the print field symbol in the customized label and the print field symbol may be stored in the client in advance, and an association may be established, for example, stored and associated in the form of a database. For example, for the symbol [ DevNum% ], a data value for the field [ material number ] to be printed may be stored and associated. Here, the field [ sample number ] corresponds to the symbol DevNum, and other symbols may be selected in other embodiments. "DevNum%" middle% corresponds to an instruction recognizable by the printing system, the first "%" indicates a start meaning, and the second "%" indicates an end meaning. This symbol indicating the start and end may be different from "%" corresponding to different print instructions.
The ZPL third command text is then sent to the printer for printing by way of adaptation to the stripe printer, illustratively, through the USB communication module. Other communication modules, such as bluetooth, WiFi, Zigbee, etc., may also be used depending on the communication method applicable to the stripe printer.
Thus, the customized label can be printed, and the customized label can be automatically printed in batch. This is particularly useful where a large number of custom tags are required. For example, electronic evidence-taking laboratories, supermarket goods management, asset material inventory, product production lines, application systems such as material management systems, warehouse management systems, book management systems and the like are ubiquitous. The method of the embodiment of the invention realizes the label customization requirement of the related application scene, can save certain labor cost and customization cost, reduces the artificial error condition, and has higher application value.
Example three:
the present invention also provides an apparatus for printing a customized label, as shown in fig. 6, the apparatus includes a processor 601, a memory 602, a bus 603, and a computer program stored in the memory 602 and executable on the processor 601, the processor 601 includes one or more processing cores, the memory 602 is connected to the processor 601 through the bus 603, the memory 602 is used for storing program instructions, and the processor executes the computer program to implement the steps in the above-mentioned method embodiments according to the first embodiment of the present invention.
Further, as an executable solution, the apparatus for printing the customized label may be a computer unit, and the computer unit may be a computing device such as a desktop computer, a notebook, a palm computer, and a cloud server. The computer unit may include, but is not limited to, a processor, a memory. It will be appreciated by those skilled in the art that the above-described constituent structures of the computer unit are merely examples of the computer unit, and do not constitute a limitation of the computer unit, and may include more or less components than those described above, or combine some components, or different components. For example, the computer unit may further include an input/output device, a network access device, a bus, and the like, which is not limited in this embodiment of the present invention.
Further, as an executable solution, the Processor may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf Programmable Gate Array (FPGA) or other Programmable logic device, a discrete Gate or transistor logic device, a discrete hardware component, and the like. The general purpose processor may be a microprocessor or the processor may be any conventional processor or the like, the processor being the control center for the computer unit and various interfaces and lines connecting the various parts of the overall computer unit.
The memory may be used to store computer programs and/or modules, and the processor may implement various functions of the computer unit by running or executing the computer programs and/or modules stored in the memory, as well as by invoking data stored in the memory. The memory can mainly comprise a program storage area and a data storage area, wherein the program storage area can store an operating system and an application program required by at least one function; the storage data area may store data created according to the use of the mobile phone, and the like. In addition, the memory may include high speed random access memory, and may also include non-volatile memory, such as a hard disk, a memory, a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), at least one magnetic disk storage device, a Flash memory device, or other volatile solid state storage device.
Example four:
the present invention also provides a computer-readable storage medium, in which a computer program is stored, and the computer program, when executed by a processor, implements the steps of the above-mentioned method according to the embodiment of the present invention.
The computer unit integrated module/unit may be stored in a computer-readable storage medium if it is implemented in the form of a software functional unit and sold or used as a separate product. Based on such understanding, all or part of the flow in the method according to the embodiments of the present invention may also be implemented by a computer program to instruct related hardware, where the computer program may be stored in a computer readable storage medium, and when the computer program is executed by a processor, the computer program may implement the steps of the embodiments of the method. Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer readable medium may include: any entity or device capable of carrying computer program code, recording medium, U-disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-only Memory (ROM), Random Access Memory (RAM), software distribution medium, and the like. It should be noted that the computer readable medium may contain content that is appropriately increased or decreased as required by legislation and patent practice in the jurisdiction.
While the invention has been particularly shown and described with reference to a preferred embodiment, it will be understood by those skilled in the art that various changes in form and detail may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (10)

1. A method of printing a customized label for printing the customized label using a barcode printer, comprising the steps of:
obtaining a first label template;
exporting a first instruction text of the printer corresponding to the first label template;
generating a second instruction text of the printer corresponding to the first instruction text according to a preset corresponding relation between the printing fields and the field symbols, and saving the second instruction text as a label template configuration file, wherein the second instruction text is obtained by replacing data values of one or more printing fields in the first instruction text with one or more corresponding field symbols;
responding to a printing instruction, reading the label template configuration file and pre-stored data values corresponding to the one or more field symbols in the label template configuration file, and replacing the one or more field symbols in the label template configuration file with the data values to obtain a third instruction text of the printer;
and transmitting the third instruction text to the barcode printer for printing.
2. The method of claim 1, wherein the first label template is produced using a design tool corresponding to the barcode printer.
3. The method of claim 1, wherein the second instruction text corresponding to the first instruction text is generated in response to a user input.
4. The method of claim 1, wherein after the step of saving the second instruction text as a tag template profile, further comprising adding a second tag template corresponding to the tag template profile to a list of tag templates and generating an updated list of tag templates.
5. The method of claim 4, further comprising: and identifying a second label template corresponding to the label template configuration file in the updated label template list according to the label template configuration file, and displaying the second label template.
6. The method of claim 5, further comprising the step of validating the second label template by a user selecting the second label template after presenting the second label template.
7. The method of claim 1, wherein the second instruction text is obtained by manually or by executable code replacing data values of one or more printed fields in the first instruction text with corresponding one or more field symbols.
8. The method of claim 1, wherein the third command text is transmitted to the barcode printer for printing via a USB communication module, bluetooth, WiFi, or Zigbee.
9. An apparatus for printing a customized label, comprising a memory and a processor, wherein the memory stores at least one program, and the at least one program is executed by the processor to implement the method for printing a customized label according to any one of claims 1 to 8.
10. A computer-readable storage medium, wherein at least one program is stored in the storage medium, and the at least one program is executed by the processor to implement the method for printing a customized label according to any one of claims 1 to 8.
CN202111532325.0A 2021-12-15 2021-12-15 Method and device for printing customized label and storage medium Pending CN114371762A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111532325.0A CN114371762A (en) 2021-12-15 2021-12-15 Method and device for printing customized label and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111532325.0A CN114371762A (en) 2021-12-15 2021-12-15 Method and device for printing customized label and storage medium

Publications (1)

Publication Number Publication Date
CN114371762A true CN114371762A (en) 2022-04-19

Family

ID=81140120

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111532325.0A Pending CN114371762A (en) 2021-12-15 2021-12-15 Method and device for printing customized label and storage medium

Country Status (1)

Country Link
CN (1) CN114371762A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114872449A (en) * 2022-04-22 2022-08-09 珠海趣印科技有限公司 Label printing method and device and electronic equipment

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR930023884A (en) * 1992-05-07 1993-12-21 이헌조 How to Print Labels Using a Dot Printer
US20050137937A1 (en) * 2003-12-17 2005-06-23 Angela Njo Method and apparatus for web-based label printing
US20150248392A1 (en) * 2014-02-28 2015-09-03 Ricoh Company, Ltd. Cloud service for hospital form auto filling system
CN110764721A (en) * 2019-09-19 2020-02-07 北京三快在线科技有限公司 Template generation method and device, electronic equipment and computer readable medium
CN112162712A (en) * 2020-09-10 2021-01-01 张平 Label printing method and system based on template editing
CN112669110A (en) * 2020-12-29 2021-04-16 苏州浪潮智能科技有限公司 Server label management method and related equipment
CN113010645A (en) * 2021-03-25 2021-06-22 腾讯科技(深圳)有限公司 Text generation method, device, equipment and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR930023884A (en) * 1992-05-07 1993-12-21 이헌조 How to Print Labels Using a Dot Printer
US20050137937A1 (en) * 2003-12-17 2005-06-23 Angela Njo Method and apparatus for web-based label printing
US20150248392A1 (en) * 2014-02-28 2015-09-03 Ricoh Company, Ltd. Cloud service for hospital form auto filling system
CN110764721A (en) * 2019-09-19 2020-02-07 北京三快在线科技有限公司 Template generation method and device, electronic equipment and computer readable medium
CN112162712A (en) * 2020-09-10 2021-01-01 张平 Label printing method and system based on template editing
CN112669110A (en) * 2020-12-29 2021-04-16 苏州浪潮智能科技有限公司 Server label management method and related equipment
CN113010645A (en) * 2021-03-25 2021-06-22 腾讯科技(深圳)有限公司 Text generation method, device, equipment and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114872449A (en) * 2022-04-22 2022-08-09 珠海趣印科技有限公司 Label printing method and device and electronic equipment
CN114872449B (en) * 2022-04-22 2023-10-10 珠海趣印科技有限公司 Label printing method and device and electronic equipment

Similar Documents

Publication Publication Date Title
CN110968997B (en) Strong controllable document generation method and device, storage medium and electronic equipment
CN105607880A (en) Printing method and device for examined and approved documents
US8300261B2 (en) Systems and methods for retrieving printable media templates
CN111159982B (en) Document editing method, device, electronic equipment and computer readable storage medium
US20050061887A1 (en) Barcode verification system and method
CN114371762A (en) Method and device for printing customized label and storage medium
CN111752565A (en) Interface generation method and device, computer equipment and readable storage medium
CN111339467A (en) Method for standardizing template of commodity detail page based on E-commerce platform
CN108038125B (en) Method, device, equipment and storage medium for automatically comparing fund system test values
CN116954528A (en) Multi-label printing method, device, electronic equipment and storage medium
CN110221790B (en) Universal printing method and apparatus, analyzer, and storage medium
CN111666520A (en) Method and device for generating electronic form based on form image
CN111667214B (en) Goods information acquisition method and device based on two-dimensional code and electronic equipment
CN114169306A (en) Method, device and equipment for generating electronic receipt and readable storage medium
US20100023517A1 (en) Method and system for extracting data-points from a data file
KR102227518B1 (en) Cloud database coupled collective printing apparatus and method thereof
CN115107381A (en) Label printing data generation method and device
CN112748915A (en) Stimusoft-based method and device for dynamically extending business function
CN113806526B (en) Feature extraction method, device and storage medium
CN117032602B (en) Printing method and system for rapidly realizing label field mapping and label rule configuration
CN114840743B (en) Model recommendation method and device, electronic equipment and readable storage medium
CN115129825B (en) Patent information pushing method and system
CN116227452B (en) Method, apparatus, device and storage medium for analyzing templates using assembled cards
US20210383079A1 (en) Method, system, and apparatus for automated dispensing of labels in a production environment
CN111178030B (en) Information processing method, information processing device, computer readable storage medium and electronic equipment

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