CN112732205A - Universal printing equipment control method, electronic equipment, storage medium and system - Google Patents

Universal printing equipment control method, electronic equipment, storage medium and system Download PDF

Info

Publication number
CN112732205A
CN112732205A CN202011511167.6A CN202011511167A CN112732205A CN 112732205 A CN112732205 A CN 112732205A CN 202011511167 A CN202011511167 A CN 202011511167A CN 112732205 A CN112732205 A CN 112732205A
Authority
CN
China
Prior art keywords
printing
driver
equipment
universal
control
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
CN202011511167.6A
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.)
Aisino Corp
Original Assignee
Aisino Corp
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 Aisino Corp filed Critical Aisino Corp
Priority to CN202011511167.6A priority Critical patent/CN112732205A/en
Publication of CN112732205A publication Critical patent/CN112732205A/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/1202Dedicated interfaces to print systems specifically adapted to achieve a particular effect
    • G06F3/1203Improving or facilitating administration, e.g. print management
    • G06F3/1205Improving or facilitating administration, e.g. print management resulting in increased flexibility in print job configuration, e.g. job settings, print requirements, job tickets
    • 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/1224Client or server resources management
    • G06F3/1228Printing driverless or using generic drivers
    • 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/1244Job translation or job parsing, e.g. page banding
    • G06F3/1246Job translation or job parsing, e.g. page banding by handling markup languages, e.g. XSL, XML, HTML
    • 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
    • G06F3/1257Configuration of print job parameters, e.g. using UI at the client by using pre-stored settings, e.g. job templates, presets, print styles

Abstract

The invention discloses a universal printing equipment control method, electronic equipment, a storage medium and a system, wherein the method comprises the following steps: receiving a printing instruction, and loading a printing driver library and an XML printing template; traversing nodes in the XML printing template to acquire the name, the name space, the class name and the printing parameter information of the printing driver set; based on a reflection mechanism, dynamically loading a printing driver program set in a driver program library, creating an example object of a class by adopting a factory mode, assigning printing parameter information in an XML printing template to corresponding attributes in the class, and adding the example object into an equipment list; and calling the universal printing control interface to control the printing equipment to perform printing operation. The flexible configuration of the printing equipment and the driving program is realized, the development efficiency is improved, and the maintenance cost is reduced.

Description

Universal printing equipment control method, electronic equipment, storage medium and system
Technical Field
The present invention relates to the field of certification, and more particularly, to a universal printing apparatus control method, an electronic apparatus, a storage medium, and a system.
Background
At present, various types of printing equipment are available on the market, such as inkjet printing equipment, thermal printing equipment, sublimation printing equipment, heat transfer printing equipment, laser etching printing equipment and the like, and the working principle and the application scene of the printing equipment are different. For personalized production of certificates, printing of personal information needs to be performed by using printing equipment, a traditional development mode is that customized development of a control program is performed based on specific printing equipment, the printing equipment sometimes stops production or has a functional problem in the printing equipment during use or development, or the printing equipment needs to be replaced due to the fact that the printing efficiency is low and the number of the printing equipment needs to be increased, and the control program needs to be greatly modified for the traditional development mode, so that much inconvenience is brought to system development and maintenance.
Disclosure of Invention
The invention aims to provide a universal printing equipment control method, electronic equipment, a storage medium and a system, which can realize flexible configuration of printing equipment and a driving program, improve development efficiency and reduce maintenance cost.
To achieve the above object, the present invention proposes a general printing apparatus control method including:
receiving a printing instruction, and loading a printing driver library and an XML printing template, wherein the printing driver library is developed according to a preset specification and provides a general printing interface to the outside, the printing driver library is packaged with a printing driver set and printing parameter information corresponding to printing equipment, and the XML printing template stores the name, the name space, the class name and the printing parameter information of the printing driver set of the driver library;
traversing nodes in the XML printing template to acquire the name of the printing driver set, the name space, the class name and the printing parameter information;
based on a reflection mechanism, dynamically loading the printing driver program set in the driver program library, creating an example object of a class by adopting a factory mode, assigning the printing parameter information in the XML printing template to corresponding attributes in the class, and adding the example object into an equipment list;
and calling the universal printing control interface to control the printing equipment to perform printing operation.
Optionally, the functions of the universal print control interface include: initializing the printing device, starting the printing device, stopping the printing device, downloading the printing task, and entering and printing by the printing device.
Optionally, the manner of controlling the printing device by the universal printing control interface includes: windows standard printing control mode and printing equipment direct control mode;
and the control modes of the printing equipment of different manufacturers are developed according to the program of the universal printing control interface.
Optionally, different printing devices develop corresponding printing device driver libraries according to the preset specification, and set the name of the printing driver set, the name space, and the class name according to the preset specification.
Optionally, the printing device comprises at least one printer.
Optionally, before invoking the universal printing control interface to control the printing device to perform a printing operation, the method further includes:
and acquiring a front side picture event and a back side picture event which need to be drawn by the printing equipment, wherein the front side picture event and the back side picture event generate a front side picture or a back side picture to be printed based on the printing parameter information in the XML printing template, so that the front side picture or the back side picture can be used when the printing equipment downloads a printing task.
In a second aspect, the present invention provides an electronic device, including:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the universal printing apparatus control method of the first aspect.
In a third aspect, the present invention provides a non-transitory computer-readable storage medium storing computer instructions for causing a computer to execute the general printing apparatus control method according to the first aspect.
In a fourth aspect, the present invention provides a universal printing apparatus control system comprising: printing equipment, a printing module driving program and upper control software;
the printing module driver comprises a device driver layer, a function control layer and an interface layer, wherein the device driver layer is used for driving and controlling the printing device to execute related control commands; the function control layer is used for realizing each operation logic of the printing equipment function; the interface layer is used for packaging each function of the printing equipment so as to be called by the upper control software;
the upper control software comprises a scheduling core program, and the scheduling core program is used for executing the following steps in the printing process:
receiving a printing instruction, and loading a printing driver library and an XML printing template;
traversing nodes in the XML printing template to acquire the name, the name space, the class name and the printing parameter information of the printing driver set;
based on a reflection mechanism, dynamically loading the printing driver program set in the driver program library, creating an example object of a class by adopting a factory mode, assigning the printing parameter information in the XML printing template to corresponding attributes in the class, and adding the example object into an equipment list;
calling a universal printing control interface to control the printing equipment to perform printing operation;
the XML printing template stores the name, the name space, the class name and the printing parameter information of a printing driver set of a driver library; the printing driver library provides a general printing interface for the outside, and encapsulates the printing driver set corresponding to the printing equipment and the printing parameter information.
Optionally, the development scheduling core program further encapsulates a printing device self-check method, a printing device running method, a printing device quitting method, and a printing device scheduling method.
The invention has the beneficial effects that:
the method comprises the steps of developing a printer driver library according to a standard, providing a calling interface externally, developing a scheduling core program, storing the name, the name space, the class name and the parameter information of a printer printing driver set in an XML printing module, dynamically loading the printing driver set in the XML printing module and instantiating an object by adopting a factory mode and a reflection mechanism, calling a corresponding interface of the printer driver library to carry out specific operation, and achieving the requirements of replacing the printer due to equipment shutdown, increasing the number of the printers or expanding a printer hardware pool and the like in order to improve the printing efficiency, so that the method can be quickly and flexibly applied, and can reduce the development difficulty and the maintenance cost.
The apparatus of the present invention has other features and advantages which will be apparent from or are set forth in detail in the accompanying drawings and the following detailed description, which are incorporated herein, and which together serve to explain certain principles of the invention.
Drawings
The above and other objects, features and advantages of the present invention will become more apparent by describing in more detail exemplary embodiments thereof with reference to the attached drawings, in which like reference numerals generally represent like parts.
Fig. 1 shows a step diagram of a general printing apparatus control method according to the present invention.
FIG. 2 shows a schematic diagram of a generic printing device control system according to one embodiment of the invention.
Detailed Description
The invention will be described in more detail below with reference to the accompanying drawings. While the preferred embodiments of the present invention are shown in the drawings, it should be understood that the present invention may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the invention to those skilled in the art.
Example 1
Fig. 1 shows a step diagram of a general printing apparatus control method according to the present invention.
As shown in fig. 1, a general printing apparatus control method includes:
step S101: receiving a printing instruction, and loading a printing driver library and an XML printing template, wherein the printing driver library is developed according to a preset specification and provides a universal printing interface to the outside, a printing driver set and printing parameter information corresponding to printing equipment are packaged in the printing driver library, and the name, the name space, the class name and the printing parameter information of the printing driver set of the driver library are stored in the XML printing template;
in a specific application scenario, the application scenario is in the field of certificate making, and a printer is controlled by a computer to print personal information. The device may be one printer or a certification device composed of a plurality of printers. In the printing process, a printing instruction is received, and a printing driver library and an XML printing template are loaded.
The printer driver library is required to be developed according to requirements, the control mode of the printer can adopt Windows standard printing or a direct control mode of the printer, and the invention has no requirement on the specific control mode of the printer. The printer driver library is a bottom layer interface for controlling the printer, and realizes the control of the printer by a computer based on various functional interfaces. In order to realize flexible control of printers, corresponding printer driver libraries need to be developed according to specifications for different printers. The printer driver library set name, namespace, class name, etc. need to be set according to the specification in order to dynamically load the set of programs and instantiate objects based on the reflection mechanism. The function interface functions required to be provided externally by the printer driver library specifically include initializing equipment, starting equipment, stopping equipment, downloading a printing task, entering a card by a printer, printing and the like, and the printer control of each manufacturer needs to perform program development according to a general interface.
Then, the printer driver library program set name, the name space, the class name, the printer parameter and other information are stored in an XML file of a printing template, and the XML printing template is a configuration file.
Step S102: traversing nodes in the XML printing template to acquire the name, the name space, the class name and the printing parameter information of the printing driver set;
step S103: based on a reflection mechanism, dynamically loading a printing driver program set in a driver program library, creating an example object of a class by adopting a factory mode, assigning printing parameter information in an XML printing template to corresponding attributes in the class, and adding the example object into an equipment list;
in the above specific application scenario, step S102 and step S103 may be implemented by developing a scheduling core program. The scheduling core program mainly provides an equipment obtaining list, equipment self-checking, equipment running, equipment quitting, a scheduling method and the like, and calls a printing drive library to perform control and state query based on control logic. The very important function is to obtain the device list, dynamically load the program set and instantiate the object based on the factory mode and the reflection mechanism, and the core scheduler obtains the device list, and can traverse the nodes in the XML file and instantiate the object, so as to control the device later. The dynamic loading of the assembly and instantiation of the object based on the factory mode and the reflection mechanism are prior art, and are easy to be implemented by those skilled in the art, and the principle of the dynamic loading is not described herein again.
In this embodiment, before invoking the universal printing control interface to control the printing device to perform the printing operation, the method further includes:
step S104: and acquiring a front side picture event and a back side picture event which need to be drawn by the printing equipment, wherein the front side picture event and the back side picture event generate a front side picture or a back side picture to be printed based on the printing parameter information in the XML printing template, so that the front side picture or the back side picture can be used when the printing equipment downloads a printing task.
In the specific application scenario, the scheduling core program obtains a front side picture event and a back side picture event which need to be drawn by the printer, and the event generates a front side picture or a back side picture to be printed based on the printing parameters stored in the printing template XML for the printer to use when downloading the printing task.
The universal printing equipment control method of the invention adopts a processing mechanism of dynamically loading XML files and instantiating objects by a factory mode and a reflection mechanism, and can flexibly configure the printer, if the printer equipment needs to be replaced, only a corresponding printer driver library needs to be developed, and the rest information can be dynamically configured, if the number of the printers needs to be changed, only the configuration files need to be dynamically modified.
Example 2
An embodiment of the present invention provides an electronic device, including:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the general printing apparatus control method of embodiment 1 described above.
An electronic device according to an embodiment of the present disclosure includes a memory and a processor.
The memory is to store non-transitory computer readable instructions. In particular, the memory may include one or more computer program products that may include various forms of computer-readable storage media, such as volatile memory and/or non-volatile memory. The volatile memory may include, for example, Random Access Memory (RAM), cache memory (cache), and/or the like. The non-volatile memory may include, for example, Read Only Memory (ROM), hard disk, flash memory, etc.
The processor may be a Central Processing Unit (CPU) or other form of processing unit having data processing capabilities and/or instruction execution capabilities, and may control other components in the electronic device to perform desired functions. In one embodiment of the disclosure, the processor is configured to execute the computer readable instructions stored in the memory.
Those skilled in the art should understand that, in order to solve the technical problem of how to obtain a good user experience, the present embodiment may also include well-known structures such as a communication bus, an interface, and the like, and these well-known structures should also be included in the protection scope of the present disclosure.
For the detailed description of the present embodiment, reference may be made to the corresponding descriptions in the foregoing embodiments, which are not repeated herein.
Example 3
An embodiment of the present invention also proposes a non-transitory computer-readable storage medium storing computer instructions for causing a computer to execute the universal printing apparatus control method of embodiment 1 described above.
A computer-readable storage medium according to an embodiment of the present disclosure has non-transitory computer-readable instructions stored thereon. The non-transitory computer readable instructions, when executed by a processor, perform all or a portion of the steps of the methods of the embodiments of the disclosure previously described.
The computer-readable storage media include, but are not limited to: optical storage media (e.g., CD-ROMs and DVDs), magneto-optical storage media (e.g., MOs), magnetic storage media (e.g., magnetic tapes or removable disks), media with built-in rewritable non-volatile memory (e.g., memory cards), and media with built-in ROMs (e.g., ROM cartridges).
Example 4
As shown in fig. 2, an embodiment of the present invention further provides a system for controlling a certificate-making printing apparatus, including: printing equipment, a printing module driving program and upper control software;
the printing device comprises a transmission mechanism and at least one printer;
the printing module driver comprises a device driver layer, a function control layer and an interface layer, wherein the device driver layer is used for driving and controlling the printing device to execute a related control command; the function control layer is used for realizing each operation logic of the printing equipment function; the interface layer is used for packaging each function of the printing equipment so as to be called by upper control software;
the upper control software comprises a scheduling core program, and the scheduling core program is used for executing the following steps in the printing process:
traversing nodes in the XML printing template to acquire the name, the name space, the class name and the printing parameter information of the printing driver set;
based on a reflection mechanism, dynamically loading a printing driver program set in a driver program library, creating an example object of a class by adopting a factory mode, assigning printing parameter information in an XML printing template to corresponding attributes in the class, and adding the example object into an equipment list;
calling a universal printing control interface to control printing equipment to perform printing operation;
the XML printing template stores the name, the name space, the class name and the printing parameter information of a printing driver set of a driver library; the printing driver library provides a general printing interface for the outside and is packaged with a printing driver set corresponding to the printing equipment and printing parameter information.
Specifically, referring to fig. 2, the system architecture is divided into three layers: the first layer is hardware equipment, including printers and actuators. The second layer is a printing module driving program and is also divided into three layers: the first layer is a device driver layer for driving and controlling hardware (e.g., printers and transport mechanisms) devices to execute related commands. The second layer is a function control layer for implementing each logic of hardware functions, such as downloading print tasks, transferring cards, and the like. The third layer is an interface layer and is used for packaging each function of the hardware equipment for the calling of upper control software. When the type selection or the drive of the hardware equipment is changed, the interface layer of the module driver is kept unchanged, and the calling of the upper control software is not influenced. The third layer is upper control software, wherein the scheduling kernel is vital, acquires an equipment list, stores the name, the name space, the class name and the printer parameter information of the printer driver library program set in an XML file, dynamically loads the program set and instantiates an object based on a factory mode and a reflection mechanism, and encapsulates equipment self-checking, equipment operation, equipment exit and a printing equipment scheduling method.
In conclusion, the invention innovatively adopts a factory mode and a reflection mechanism to dynamically load the printing driver set, and can quickly and flexibly deal with the requirements that the printer needs to be replaced due to equipment shutdown, or the number of the printers is increased in order to improve the printing efficiency, the hardware pool of the printer is expanded, and the like, thereby reducing the development difficulty and the maintenance cost.
Having described embodiments of the present invention, the foregoing description is intended to be exemplary, not exhaustive, and not limited to the embodiments disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the described embodiments.

Claims (10)

1. A universal printing apparatus control method, comprising:
receiving a printing instruction, and loading a printing driver library and an XML printing template, wherein the printing driver library is developed according to a preset specification and provides a general printing interface to the outside, the printing driver library is packaged with a printing driver set and printing parameter information corresponding to printing equipment, and the XML printing template stores the name, the name space, the class name and the printing parameter information of the printing driver set of the driver library;
traversing nodes in the XML printing template to acquire the name of the printing driver set, the name space, the class name and the printing parameter information;
based on a reflection mechanism, dynamically loading the printing driver program set in the driver program library, creating an example object of a class by adopting a factory mode, assigning the printing parameter information in the XML printing template to corresponding attributes in the class, and adding the example object into an equipment list;
and calling the universal printing control interface to control the printing equipment to perform printing operation.
2. The universal printing device control method according to claim 1, wherein the functions of the universal printing control interface include: initializing the printing device, starting the printing device, stopping the printing device, downloading the printing task, and entering and printing by the printing device.
3. The universal printing device control method according to claim 1, wherein the manner of controlling the printing device by the universal printing control interface comprises: windows standard printing control mode and printing equipment direct control mode;
and the control modes of the printing equipment of different manufacturers are developed according to the program of the universal printing control interface.
4. The universal printing apparatus control method according to claim 1, wherein different printing apparatuses each develop a corresponding printing apparatus driver library according to the preset specification, and set the print driver set name, the namespace, and the class name according to the preset specification.
5. The universal printing apparatus control method as claimed in claim 1, wherein the printing apparatus includes at least one printer.
6. The universal printing device control method according to claim 1, further comprising, before invoking the universal printing control interface to control the printing device to perform a printing operation:
and acquiring a front side picture event and a back side picture event which need to be drawn by the printing equipment, wherein the front side picture event and the back side picture event generate a front side picture or a back side picture to be printed based on the printing parameter information in the XML printing template, so that the front side picture or the back side picture can be used when the printing equipment downloads a printing task.
7. An electronic device, characterized in that the electronic device comprises:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the universal printing apparatus control method of any of claims 1-6.
8. A non-transitory computer-readable storage medium storing computer instructions for causing a computer to execute the universal printing apparatus control method according to any one of claims 1 to 6.
9. A universal printing device control system, comprising: printing equipment, a printing module driving program and upper control software;
the printing module driver comprises a device driver layer, a function control layer and an interface layer, wherein the device driver layer is used for driving and controlling the printing device to execute related control commands; the function control layer is used for realizing each operation logic of the printing equipment function; the interface layer is used for packaging each function of the printing equipment so as to be called by the upper control software;
the upper control software comprises a scheduling core program, and the scheduling core program is used for executing the following steps in the printing process:
receiving a printing instruction, and loading a printing driver library and an XML printing template;
traversing nodes in the XML printing template to acquire the name, the name space, the class name and the printing parameter information of the printing driver set;
based on a reflection mechanism, dynamically loading the printing driver program set in the driver program library, creating an example object of a class by adopting a factory mode, assigning the printing parameter information in the XML printing template to corresponding attributes in the class, and adding the example object into an equipment list;
calling a universal printing control interface to control the printing equipment to perform printing operation;
the XML printing template stores the name, the name space, the class name and the printing parameter information of a printing driver set of a driver library; the printing driver library provides a general printing interface for the outside, and encapsulates the printing driver set corresponding to the printing equipment and the printing parameter information.
10. The universal printing device control system according to claim 1, wherein the development scheduling core further encapsulates a printing device self-check, a printing device run, a printing device exit, and a printing device scheduling method.
CN202011511167.6A 2020-12-18 2020-12-18 Universal printing equipment control method, electronic equipment, storage medium and system Pending CN112732205A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011511167.6A CN112732205A (en) 2020-12-18 2020-12-18 Universal printing equipment control method, electronic equipment, storage medium and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011511167.6A CN112732205A (en) 2020-12-18 2020-12-18 Universal printing equipment control method, electronic equipment, storage medium and system

Publications (1)

Publication Number Publication Date
CN112732205A true CN112732205A (en) 2021-04-30

Family

ID=75603462

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011511167.6A Pending CN112732205A (en) 2020-12-18 2020-12-18 Universal printing equipment control method, electronic equipment, storage medium and system

Country Status (1)

Country Link
CN (1) CN112732205A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113256170A (en) * 2021-06-28 2021-08-13 浙江大胜达包装股份有限公司 Graph processing device and method for preprinting paper products
CN113900603A (en) * 2021-12-10 2022-01-07 统信软件技术有限公司 Analog printing method, computing device and storage medium
CN114510334A (en) * 2022-02-16 2022-05-17 阿波罗智能技术(北京)有限公司 Class instance calling method and device, electronic equipment and automatic driving vehicle

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2293770A1 (en) * 1998-12-29 2000-06-29 Pitney Bowes Inc. System and method for separating a print stream into an electronic document print stream and a physical document print stream
US20030058469A1 (en) * 2001-09-26 2003-03-27 International Business Machines Corporation Method and apparatus for printing XML directly using a formatting template
CN1866196A (en) * 2005-05-20 2006-11-22 三星电子株式会社 Printing control apparatus and printing control method
CN102789372A (en) * 2011-05-16 2012-11-21 腾讯科技(深圳)有限公司 Printing method and device
US8368915B1 (en) * 2006-06-23 2013-02-05 Open Invention Network, Llc System and method for printer driver management in an enterprise network
CN103914933A (en) * 2012-12-30 2014-07-09 航天信息股份有限公司 Invoice printing method and apparatus based on XML technology
CN107402729A (en) * 2016-05-20 2017-11-28 航天信息软件技术有限公司 Printing template construction method and stencil marking method
CN108242050A (en) * 2016-12-27 2018-07-03 航天信息股份有限公司 The processing method and processing device of electronic invoice
CN110851149A (en) * 2019-10-11 2020-02-28 杭州珐珞斯科技有限公司 Method and system for installing cloud printing driver and computer equipment
CN111190557A (en) * 2019-12-30 2020-05-22 航天信息股份有限公司 Certificate printing method and system for configurable printing items

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2293770A1 (en) * 1998-12-29 2000-06-29 Pitney Bowes Inc. System and method for separating a print stream into an electronic document print stream and a physical document print stream
US20030058469A1 (en) * 2001-09-26 2003-03-27 International Business Machines Corporation Method and apparatus for printing XML directly using a formatting template
CN1866196A (en) * 2005-05-20 2006-11-22 三星电子株式会社 Printing control apparatus and printing control method
US8368915B1 (en) * 2006-06-23 2013-02-05 Open Invention Network, Llc System and method for printer driver management in an enterprise network
CN102789372A (en) * 2011-05-16 2012-11-21 腾讯科技(深圳)有限公司 Printing method and device
CN103914933A (en) * 2012-12-30 2014-07-09 航天信息股份有限公司 Invoice printing method and apparatus based on XML technology
CN107402729A (en) * 2016-05-20 2017-11-28 航天信息软件技术有限公司 Printing template construction method and stencil marking method
CN108242050A (en) * 2016-12-27 2018-07-03 航天信息股份有限公司 The processing method and processing device of electronic invoice
CN110851149A (en) * 2019-10-11 2020-02-28 杭州珐珞斯科技有限公司 Method and system for installing cloud printing driver and computer equipment
CN111190557A (en) * 2019-12-30 2020-05-22 航天信息股份有限公司 Certificate printing method and system for configurable printing items

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113256170A (en) * 2021-06-28 2021-08-13 浙江大胜达包装股份有限公司 Graph processing device and method for preprinting paper products
CN113900603A (en) * 2021-12-10 2022-01-07 统信软件技术有限公司 Analog printing method, computing device and storage medium
CN113900603B (en) * 2021-12-10 2022-04-01 统信软件技术有限公司 Analog printing method, computing device and storage medium
CN114510334A (en) * 2022-02-16 2022-05-17 阿波罗智能技术(北京)有限公司 Class instance calling method and device, electronic equipment and automatic driving vehicle

Similar Documents

Publication Publication Date Title
CN112732205A (en) Universal printing equipment control method, electronic equipment, storage medium and system
US11080066B2 (en) Method for starting embedded apparatus, and apparatus
JP3833205B2 (en) Information processing apparatus, print control method, and print control program
EP0559222A2 (en) Improved method for loading programs
US20030043396A1 (en) Printer driver access interface
US7973967B2 (en) Pseudo-multithread framework for XPSDrv filter pipeline
US8730490B2 (en) Printer driver, information processing apparatus, and computer program product
JP2005284491A (en) Starting time shortening system for computer
JP4438064B2 (en) Data processing apparatus, print setting processing method, storage medium storing computer-readable program, and program
US20180373519A1 (en) Information processing apparatus, storage medium, and control method
US11704076B2 (en) Image forming apparatus executing form printing application for printing document on network, control method therefor, and storage medium storing control program therefor
US9684610B2 (en) Platform neutral device protocols
JP2006268377A (en) Program start-up controller and program start-up control method
US9141321B1 (en) Configurable printer server device
US6690478B1 (en) Method and apparatus for utilizing multiple versions of a page descriptor language
WO2015087365A1 (en) Information apparatus
CN109660688B (en) Information processing apparatus and control method thereof
US10002007B2 (en) Operating system (OS) independent device drivers
US9588755B2 (en) Information processing apparatus capable of controlling installation of application, method of controlling the same, and storage medium
JP6256417B2 (en) PRINT CONTROL DEVICE, PROGRAM, AND PRINT SYSTEM
US20220129212A1 (en) Image forming apparatus capable of preventing phenomenon that printing by schedule setting will not be started due to display of confirmation screen, control method for image forming apparatus, and storage medium
US8134726B2 (en) Bi-directional communication between printer and client
KR100759816B1 (en) Web-Based Development Environment Providing System and Method for Integrated Configuration of Embedded Linux Kernel and Application
KR100857824B1 (en) Method for managing execution of mobile platform based ram residence application
US11636295B2 (en) Control method and information processing apparatus for activating an application based on a reqsuest issued by a printer driver

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