CN111857612B - GDI-based drive function module configuration method, device, equipment and storage medium - Google Patents

GDI-based drive function module configuration method, device, equipment and storage medium Download PDF

Info

Publication number
CN111857612B
CN111857612B CN202010588286.5A CN202010588286A CN111857612B CN 111857612 B CN111857612 B CN 111857612B CN 202010588286 A CN202010588286 A CN 202010588286A CN 111857612 B CN111857612 B CN 111857612B
Authority
CN
China
Prior art keywords
function module
interface
printing
drive
gdi
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.)
Active
Application number
CN202010588286.5A
Other languages
Chinese (zh)
Other versions
CN111857612A (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.)
Xiamen Hanyin Electronic Technology Co Ltd
Original Assignee
Xiamen Hanyin Electronic 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 Xiamen Hanyin Electronic Technology Co Ltd filed Critical Xiamen Hanyin Electronic Technology Co Ltd
Priority to CN202010588286.5A priority Critical patent/CN111857612B/en
Publication of CN111857612A publication Critical patent/CN111857612A/en
Application granted granted Critical
Publication of CN111857612B publication Critical patent/CN111857612B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/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/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
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

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)
  • Stored Programmes (AREA)

Abstract

The invention provides a method, a device, equipment and a storage medium for configuring a driving function module based on GDI, wherein the method comprises the following steps: configuring and generating drive configuration information of printers of different models in a print data description file; the drive configuration information comprises a model of the printer and an identification of at least one realizable drive function module corresponding to the model; analyzing the print data description file to acquire the identification of the drive function module corresponding to the model of the print data description file; and acquiring the driving function module corresponding to the identifier from a printing driving program, and loading the driving function module. The invention introduces a design scheme of dynamically configuring the driving function module, conveniently expands and customizes the printing function, has simpler design and low later maintenance cost.

Description

GDI-based drive function module configuration method, device, equipment and storage medium
Technical Field
The invention relates to the field of printer drivers, in particular to a method, a device, equipment and a storage medium for configuring a driving function module based on a GDI (graphics device interface).
Background
A Printer Driving Program (Printer Driving Program) refers to a hardware driver of a computer output device Printer. It is a link between the operating system and the hardware. Only if the printing driver is installed, the computer can be connected with the printer and print.
Most of the existing printing drive design schemes in the market are developed based on the UNIDRV framework of Microsoft, and the printing drive design schemes have the advantages of simple realization, poor customizability and expandability, and high later maintenance cost caused by the fact that multiple codes are required to be developed and maintained in a printer driver in order to maintain various machine type instructions or develop new functions.
Disclosure of Invention
In view of this, embodiments of the present invention provide a method, an apparatus, a device and a storage medium for configuring a GDI-based driver function module, which can conveniently extend a customized printing function, make the design simpler, and reduce the later maintenance cost.
The embodiment of the invention provides a GDI-based drive function module configuration method, which comprises the following steps:
configuring and generating drive configuration information of printers of different models in a print data description file; the drive configuration information comprises a model of the printer and an identification of at least one realizable drive function module corresponding to the model;
analyzing the print data description file to acquire the identification of the drive function module corresponding to the model of the print data description file;
and acquiring the driving function module corresponding to the identifier from a printing driving program, and loading the driving function module.
Preferably, the print data description file is in a JSON data format; and analyzing the print data description file to obtain a file in an XPD format suitable for drive reading.
Preferably, the method further comprises the following steps:
acquiring a printing instruction set in a printing data description file;
acquiring the parameter configuration of the printing driving program through a parameter configuration interface;
and according to the parameters configured by the printing driver, receiving the call of a GDI image interface, rendering the data to be printed to generate printing dot matrix data, and packaging the printing dot matrix data by combining a printing instruction set to generate final printing data.
Preferably, the method further comprises the following steps:
extracting an interface ID (identity) and an interface function corresponding to a driving function module corresponding to the type of the interface and description information of the corresponding driving function module by abstracting the UI function interface;
generating dynamic loading interface functions of the interface and parameter information of each drive function module based on the interface ID, the interface functions and the description information of the corresponding drive function module;
and dynamically loading the interface of each drive function module according to the dynamic loading interface function.
The embodiment of the present invention further provides a device for configuring a driving function module based on GDI, including:
the configuration unit is used for configuring and generating the drive configuration information of the printers with different models in the printing data description file; the drive configuration information comprises a model of the printer and an identification of at least one realizable drive function module corresponding to the model;
the analysis unit is used for analyzing the print data description file to acquire the identification of the drive function module corresponding to the model of the print data description file;
and the loading unit is used for acquiring the driving function module from the printing driving program according to the identification and loading the driving function module.
Preferably, the print data description file is in a JSON data format; and analyzing the print data description file to obtain a file in an XPD format suitable for drive reading.
Preferably, the method further comprises the following steps:
a print instruction set acquisition unit configured to acquire a print instruction set in the print data description file;
the parameter configuration acquisition unit is used for acquiring the parameter configuration of the printing drive program through a parameter configuration interface;
and the printing rendering unit is used for receiving the calling of the GDI image interface according to the parameters configured by the printing driving unit, rendering the data to be printed to generate printing dot matrix data, packaging the printing dot matrix data by combining a printing instruction set and generating final printing data.
Preferably, the method further comprises the following steps:
the interface information acquisition unit is used for extracting an interface ID (identity), an interface function and description information of a corresponding driving function module corresponding to the model of the interface information acquisition unit through abstraction of the UI function interface;
the dynamic loading interface function generating unit is used for generating dynamic loading interface functions of the interface and parameter information of each driving function module based on the interface ID, the interface functions and the description information of the corresponding driving function module;
and the interface dynamic loading unit is used for dynamically loading the interface of each driving function module according to the dynamic loading interface function.
The embodiment of the present invention further provides a device for configuring a GDI-based driver function module, which includes a memory and a processor, wherein a computer program is stored in the memory, and the computer program can be executed by the processor, so as to implement the GDI-based driver function module configuration method.
The embodiment of the present invention further provides a computer-readable storage medium, in which a computer program is stored, where the computer program can be executed by a processor of a device where the computer-readable storage medium is located, so as to implement the GDI-based driver function module configuration method as described above.
In the above embodiment, the drive function modules that can be supported in the printers of different models are configured and described, the description data of the drive function modules that are configured and generated are written into the print data description file, and the drive function modules that can be supported by the current printer are dynamically loaded from the print driver by reading the print data description file and analyzing the encapsulated description data during the drive installation, so that the dynamic loading of the drive function modules of the printers of different models can be realized by only one print driver, and the overall code redundancy and the post-maintenance cost are reduced.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings required in the embodiments will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present invention and therefore should not be considered as limiting the scope, and those skilled in the art can also obtain other related drawings based on the drawings without inventive efforts.
Fig. 1 is a flowchart illustrating a method for configuring a GDI-based driver function module according to a first embodiment of the present invention.
Fig. 2 is a schematic structural diagram of a device for configuring a GDI-based driver functional module according to a second embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. The components of embodiments of the present invention generally described and illustrated in the figures herein may be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the present invention, presented in the figures, is not intended to limit the scope of the invention, as claimed, but is merely representative of selected embodiments of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments of the present invention without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures. Meanwhile, in the description of the present invention, the terms "first", "second", and the like are used only for distinguishing the description, and are not to be construed as indicating or implying relative importance.
Referring to fig. 1, a first embodiment of the present invention provides a GDI-based driver function module configuration method, which is executed by a GDI-based driver function module configuration device (hereinafter referred to as a configuration device), and includes:
s101, configuring and generating drive configuration information of printers with different models in a print data description file; wherein the drive configuration information includes a model of the printer and an identification of at least one implementable drive function module corresponding to the model.
In this embodiment, the configuration device may be a printer, and the printer adopts a GDI print driver framework to implement the design of the driver.
In the present embodiment, the print data description file is mainly used to provide descriptions of printer characteristics and driver function modules, including, for example, printer model, print instruction set, DPI, supported paper parameter list, and the like, and description data of the driver function modules.
In this embodiment, the description data of the driving function module includes the identification of the driving function module that can be realized by different types of printers, for example, model a has the functions of buzzer and CUTTER, and model B has the functions of CUTTER and cashbox, then in the description data, model a describes { "beer": { }, "cut": with JSON, and model B describes { "cut": with "CASHDRAWER { } with JSON. Wherein, BEEPER is the mark of the buzzer function, CUTTER is the mark of the CUTTER function, CASHDRAWER is the mark of the cashbox function.
It should be noted that, in the print data description file, the data format of each part description data may be customized by the user, so as to facilitate the subsequent function extension and is not limited to the data format of JSON.
And S102, analyzing the print data description file to acquire a drive function module corresponding to the model of the print data description file.
In this embodiment, generally, when parsing the print data description file, the print data description file is first converted from the JSON data format to a file in an XPD format suitable for drive reading.
S103, acquiring a driving function module corresponding to the identifier from the printing driving program, and loading the driving function module.
In the present embodiment, the print driver implements a driver function model required for printers of different models. For example, the print driver in this embodiment should at least include the codes of the three driver function modules, i.e., beep, cut, and cashdewer, in the above example.
When loading, the printer firstly analyzes the print data description file to obtain at least one identifier of the drive function module corresponding to the model of the printer, and then obtains codes of the drive function modules corresponding to the identifiers from the print driver to load.
For example, assuming that the printer model is a, it acquires the driver function module corresponding to the identifiers bee and cut, and loads the driver function module to locally implement the corresponding function.
In summary, according to the method for configuring a GDI-based driver function module provided in this embodiment, the driver function modules that can be supported in printers of different models are configured and described, and the description data of the driver function module that is configured and generated is written into the print data description file, when a driver is installed, the driver function module that can be supported by the current printer is dynamically loaded from the print driver by reading the print data description file and analyzing the encapsulated description data, so that only one print driver is needed to implement dynamic loading of the driver function modules of the printers of different models, thereby reducing the overall code redundancy and the post-maintenance cost.
On the basis of the above embodiment, in a preferred embodiment of the present invention, the method further includes:
acquiring a printing instruction set in a printing data description file;
acquiring the parameter configuration of the printing driving program through a parameter configuration interface;
and according to the parameters configured for the printing drive program, calling a GDI image interface, rendering the data to be printed to generate printing dot matrix data, and packaging the printing dot matrix data by combining a printing instruction set to generate final printing data.
In this embodiment, the printing rendering under the GDI framework is more bottom-layer and open, allowing a developer to set printing parameters in more detail, obtaining an original printing picture and adjusting the effect of the printing picture, and extending the printing function.
Specifically, in this embodiment, a unified print output library is packaged by combining multiple print instruction sets through abstract print interfaces, such as a print bitmap interface, a cutter interface, and a paper feed interface, and a GDI image interface is called for output through the description of a print instruction in a print data description file, so as to complete the support of one print driver on multiple print instruction sets.
On the basis of the above embodiment, in a preferred embodiment of the present invention, the present invention further includes:
extracting an interface ID (identity) and an interface function corresponding to a driving function module corresponding to the type of the interface and description information of the corresponding driving function module by abstracting the UI function interface;
generating dynamic loading interface functions of the interface and parameter information of each drive function module based on the interface ID, the interface functions and the description information of the corresponding drive function module;
and dynamically loading the interfaces of the driving function modules according to the dynamic loading interface function.
In the embodiment, the UI layout under the GDI framework is also more bottom-layer and open, and the UI layout can be redesigned by self-definition and the function module paging can be driven, so that a more friendly display interface is provided for a user.
Specifically, the ID, the interface function and the function module description information corresponding to the interface of each interface are extracted through abstraction of the UI function interface, and then the interface function of the interface and the dynamic loading of the parameter information of each driver function module can be obtained according to the description data of the driver function module, the ID of the interface, the interface function and the function module description information corresponding to the interface in the print data description file, thereby implementing dynamic loading of the interface of the driver function module and completing interface display and custom support of one print driver to printers with various functions.
The second embodiment of the present invention further provides a device for configuring a driving function module based on a GDI, including:
a configuration unit 210 configured to generate drive configuration information of printers of different models in the print data description file; the drive configuration information comprises a model of the printer and an identification of at least one realizable drive function module corresponding to the model;
an analyzing unit 220, configured to analyze the print data description file to obtain an identifier of a driving function module corresponding to a model of the printing data description file;
and a loading unit 230, configured to acquire a driving function module corresponding to the identifier from the print driver, and dynamically load the driving function module.
Preferably, the driving configuration information is configured in a JSON data format.
Preferably, the method further comprises the following steps:
a print instruction set acquisition unit configured to acquire a print instruction set in the print data description file;
the parameter configuration acquisition unit is used for acquiring the parameter configuration of the printing drive program through a parameter configuration interface;
a printing rendering unit for receiving the GDI image interface call according to the parameters configured by the printing drive unit, rendering the data to be printed to generate printing dot matrix data, packaging the printing dot matrix data by combining with a printing instruction set, and generating final printing data
Preferably, the method further comprises the following steps:
the interface information acquisition unit is used for extracting an interface ID (identity), an interface function and description information of a corresponding driving function module corresponding to the model of the interface information acquisition unit through abstraction of the UI function interface;
the dynamic loading interface function generating unit is used for realizing the dynamic loading interface function of the interface and parameter information of each drive function module based on the interface ID, the interface function and the description information of the corresponding drive function module;
and the interface dynamic loading unit is used for dynamically loading the interface of each driving function module according to the dynamic loading interface function.
In the embodiment, the drive function modules of different models of printers can be dynamically loaded only by reading the print data description file and analyzing the encapsulated description data during drive installation by configuring and describing the drive function modules and default parameters which are realized in the print driver, so that the drive function modules of different models of printers can be dynamically loaded only by one code of the print driver, and the overall code redundancy and the later maintenance cost are reduced.
The third embodiment of the present invention further provides a device for configuring a GDI-based driver function module, which includes a memory and a processor, wherein the memory stores a computer program, and the computer program can be executed by the processor to implement the method for configuring a GDI-based driver function module as described above.
The fourth embodiment of the present invention further provides a computer-readable storage medium, which stores a computer program, where the computer program can be executed by a processor of a device where the computer-readable storage medium is located, so as to implement the GDI-based driver function module configuration method as described above.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus and method can be implemented in other ways. The apparatus and method embodiments described above are illustrative only, as the flowcharts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, the functional modules in the embodiments of the present invention may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part.
The functions, if implemented in the form of software functional modules and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention or a part thereof which substantially contributes to the prior art may be embodied in the form of a software product, which is stored in a storage medium and includes several instructions for causing a computer device (which may be a personal computer, an electronic device, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk, and various media capable of storing program codes. It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in the process, method, article, or apparatus that comprises the element.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A GDI-based driver function module configuration method, comprising:
configuring and generating drive configuration information of printers of different models in a print data description file; the drive configuration information comprises a model of the printer and an identification of at least one realizable drive function module corresponding to the model; wherein, the printing data description file is used for providing the description of the printer characteristic and the driving function module;
analyzing the print data description file to acquire the identification of the drive function module corresponding to the model of the print data description file;
and acquiring the driving function module corresponding to the identifier from a printing driving program, and loading the driving function module.
2. The GDI-based driver function module configuration method of claim 1, wherein the print data description file is in JSON data format; and analyzing the print data description file to obtain a file in an XPD format suitable for drive reading.
3. The GDI-based driver function module configuration method of claim 1, further comprising:
acquiring a printing instruction set in a printing data description file;
acquiring the parameter configuration of the printing drive program through a parameter configuration interface;
and according to the parameters configured by the printing driver, receiving the call of a GDI image interface, rendering the data to be printed to generate printing dot matrix data, and packaging the printing dot matrix data by combining a printing instruction set to generate final printing data.
4. The GDI-based driver function module configuration method of claim 1, further comprising:
extracting an interface ID (identity) and an interface function corresponding to a driving function module corresponding to the type of the interface and description information of the corresponding driving function module by abstracting the UI function interface;
generating dynamic loading interface functions of the interface and parameter information of each drive function module based on the interface ID, the interface functions and the description information of the corresponding drive function module;
and dynamically loading the interface of each drive function module according to the dynamic loading interface function.
5. A GDI-based driver function module configuration apparatus, comprising:
the configuration unit is used for configuring and generating the drive configuration information of the printers with different models in the printing data description file; the drive configuration information comprises a model of the printer and an identification of at least one realizable drive function module corresponding to the model; wherein, the printing data description file is used for providing the description of the printer characteristic and the driving function module;
the analysis unit is used for analyzing the print data description file to acquire the identification of the drive function module corresponding to the model of the print data description file;
and the loading unit is used for acquiring the driving function module from the printing driving program according to the identification and loading the driving function module.
6. The GDI-based driver function module configuration device of claim 5, wherein the print data description file is in JSON data format; and analyzing the print data description file to obtain a file in an XPD format suitable for drive reading.
7. The GDI-based driver function module configuration device of claim 5, further comprising:
a print instruction set acquisition unit configured to acquire a print instruction set in the print data description file;
the parameter configuration acquisition unit is used for acquiring the parameter configuration of the printing drive program through a parameter configuration interface;
and the printing rendering unit is used for receiving the calling of the GDI image interface according to the parameters configured by the printing driving unit, rendering the data to be printed to generate printing dot matrix data, packaging the printing dot matrix data by combining a printing instruction set and generating final printing data.
8. The GDI-based driver function module configuration device of claim 5, further comprising:
the interface information acquisition unit is used for extracting an interface ID (identity), an interface function and description information of a corresponding driving function module corresponding to the model of the interface information acquisition unit through abstraction of the UI function interface;
the dynamic loading interface function generating unit is used for generating dynamic loading interface functions of the interface and parameter information of each driving function module based on the interface ID, the interface functions and the description information of the corresponding driving function module;
and the interface dynamic loading unit is used for dynamically loading the interface of each driving function module according to the dynamic loading interface function.
9. A GDI-based driver function module configuration apparatus, comprising a memory and a processor, wherein the memory stores a computer program, and the computer program can be executed by the processor to implement the GDI-based driver function module configuration method according to any one of claims 1 to 4.
10. A computer-readable storage medium, in which a computer program is stored, the computer program being executable by a processor of a device in which the computer-readable storage medium is located to implement the GDI-based driver function module configuration method according to any one of claims 1 to 4.
CN202010588286.5A 2020-06-24 2020-06-24 GDI-based drive function module configuration method, device, equipment and storage medium Active CN111857612B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010588286.5A CN111857612B (en) 2020-06-24 2020-06-24 GDI-based drive function module configuration method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010588286.5A CN111857612B (en) 2020-06-24 2020-06-24 GDI-based drive function module configuration method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111857612A CN111857612A (en) 2020-10-30
CN111857612B true CN111857612B (en) 2022-07-12

Family

ID=72989807

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010588286.5A Active CN111857612B (en) 2020-06-24 2020-06-24 GDI-based drive function module configuration method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111857612B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112486429B (en) * 2020-11-26 2022-08-19 四川长虹电器股份有限公司 Method for automatically configuring printer by terminal
CN112732205B (en) * 2020-12-18 2024-06-18 航天信息股份有限公司 Universal printing equipment control method, electronic equipment, storage medium and system
CN115437700A (en) * 2022-09-14 2022-12-06 百富计算机技术(深圳)有限公司 Method, device, system and medium for automatically configuring hardware resources of driver

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1577242A (en) * 2003-06-30 2005-02-09 微软公司 System and method for automatic configuration
CN1983157A (en) * 2002-12-05 2007-06-20 佳能株式会社 Printing control method and apparatus
CN101082854A (en) * 2006-05-31 2007-12-05 株式会社理光 Information processing apparatus, information processing system, and recording medium
CN101334719A (en) * 2007-06-25 2008-12-31 佳能株式会社 Information processing apparatus and control method
CN101556531A (en) * 2008-04-08 2009-10-14 株式会社理光 Information processor, information processing method, and recording medium
CN102236536A (en) * 2010-04-27 2011-11-09 兄弟工业株式会社 Print control device, print control method and monitoring method
CN107807802A (en) * 2016-09-08 2018-03-16 株式会社理光 Information processor and image processing system
CN107832023A (en) * 2016-09-16 2018-03-23 佳能株式会社 Message processing device, method and storage medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3747175B2 (en) * 2001-11-30 2006-02-22 キヤノン株式会社 Printing control apparatus and method
JP4942198B2 (en) * 2007-11-15 2012-05-30 キヤノン株式会社 Printing system, client terminal device and printing control method

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1983157A (en) * 2002-12-05 2007-06-20 佳能株式会社 Printing control method and apparatus
CN1577242A (en) * 2003-06-30 2005-02-09 微软公司 System and method for automatic configuration
CN101082854A (en) * 2006-05-31 2007-12-05 株式会社理光 Information processing apparatus, information processing system, and recording medium
CN101334719A (en) * 2007-06-25 2008-12-31 佳能株式会社 Information processing apparatus and control method
CN101556531A (en) * 2008-04-08 2009-10-14 株式会社理光 Information processor, information processing method, and recording medium
CN102236536A (en) * 2010-04-27 2011-11-09 兄弟工业株式会社 Print control device, print control method and monitoring method
CN107807802A (en) * 2016-09-08 2018-03-16 株式会社理光 Information processor and image processing system
CN107832023A (en) * 2016-09-16 2018-03-23 佳能株式会社 Message processing device, method and storage medium

Also Published As

Publication number Publication date
CN111857612A (en) 2020-10-30

Similar Documents

Publication Publication Date Title
CN111857612B (en) GDI-based drive function module configuration method, device, equipment and storage medium
US10032096B2 (en) Terminal and method to access an intelligent module adapted to connect to a printer, and to access a web server in which a web application is maintained
US9110615B2 (en) Point of sale control device, control method, and storage medium storing a program for a point of sale device
EP2620898A1 (en) Image processing device, printing device, image processing method and computer program product
US20180253889A1 (en) Information processing apparatus, storage medium, and information processing method for processing clipping rendering instruction
US8823964B2 (en) Control device for causing a print execution unit to execute printing
US9058139B2 (en) Function expansion method using print data, and function expansion device
JP2011213006A (en) Form printing system and program
US9098779B2 (en) Recording control device, control method, and program
CN100524192C (en) Information processing apparatus, information processing method, and information processing program
US8817285B2 (en) Method and apparatus for printing HTML content
EP1739542B1 (en) Print system
US20040061728A1 (en) Image forming devices, imaging methods, and methods of modifying a configuration of an image forming device
CN104104814A (en) Image forming apparatus, image forming system, image forming control apparatus and image forming control method
JP5790267B2 (en) Output control system and control method
JP2007011515A (en) Print system, control method of print system and program
JP4706884B2 (en) Image processing apparatus, image processing program, and printing apparatus
US20140246486A1 (en) Printing barcodes from an enterprise resource planning (erp) system
US20100060932A1 (en) Image processing apparatus, information processing method, and computer program product
JP5423197B2 (en) Variable printing system, variable printing method, layout conversion device, and text image generation device
JP2011221780A (en) Variable print system, variable text data processor and variable text data processing method
JP4594813B2 (en) Printing system, printing request apparatus control method, program, and printing request apparatus
US6963421B1 (en) Method and device for the automatic configuration of a peripheral for processing a computer document
JPH11110151A (en) Printer driver, computer having printer driver, and computer system
CN111193800A (en) Instruction interaction method, device, server and system based on server analysis

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
GR01 Patent grant
GR01 Patent grant