CN112486432B - Invoice printing method, device, equipment and medium - Google Patents

Invoice printing method, device, equipment and medium Download PDF

Info

Publication number
CN112486432B
CN112486432B CN202011405683.0A CN202011405683A CN112486432B CN 112486432 B CN112486432 B CN 112486432B CN 202011405683 A CN202011405683 A CN 202011405683A CN 112486432 B CN112486432 B CN 112486432B
Authority
CN
China
Prior art keywords
printing
invoice
program
service request
client
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
CN202011405683.0A
Other languages
Chinese (zh)
Other versions
CN112486432A (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.)
Zhejiang Nuonuo Network Technology Co ltd
Original Assignee
Zhejiang Nuonuo Network 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 Zhejiang Nuonuo Network Technology Co ltd filed Critical Zhejiang Nuonuo Network Technology Co ltd
Priority to CN202011405683.0A priority Critical patent/CN112486432B/en
Publication of CN112486432A publication Critical patent/CN112486432A/en
Application granted granted Critical
Publication of CN112486432B publication Critical patent/CN112486432B/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/1278Dedicated interfaces to print systems specifically adapted to adopt a particular infrastructure
    • G06F3/1285Remote printer device, e.g. being remote from client or server
    • 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/1211Improving printing performance
    • 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/126Job scheduling, e.g. queuing, determine appropriate device

Landscapes

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

Abstract

The application discloses an invoice printing method, device, equipment and medium. The method comprises the following steps: acquiring a printing service request sent by a WEB front end and/or a client through a POST interface; calling a printing program based on the printing service request to execute the printing operation corresponding to the printing service request; and acquiring a printing execution result and sending the printing execution result to the corresponding WEB front end and/or the client. According to the method and the device, different front ends can be directly obtained through the POST interface, the printing service requests sent by other local clients are called, then the printing program is called according to the printing service requests to execute the printing operation, therefore, the front ends can conveniently call the printing tool to preview and print the invoice, third-party software and equipment are not needed, the usability and operability of the printing function are improved, and the invoice printing efficiency is improved.

Description

Invoice printing method, device, equipment and medium
Technical Field
The invention relates to the field of printing, in particular to an invoice printing method, an invoice printing device, invoice printing equipment and an invoice printing medium.
Background
Currently, for printing paper invoices, third-party software and equipment are generally required to be relied on to call internal logic to perform printing operation after invoicing. However, for users who have invoice data at other front ends and only need to perform simple operations such as single printing or preview, these are unnecessary, which may increase the learning cost and operation complexity of the users, and the compatibility is not strong, thereby reducing the efficiency and convenience of invoice printing.
Disclosure of Invention
In view of this, the present invention provides an invoice printing method, apparatus, device and medium, which can implement the relevant operations of printing through front-end call, and improve the printing efficiency. The specific scheme is as follows:
in a first aspect, the present application discloses an invoice printing method, including:
acquiring a printing service request sent by a WEB front end and/or a client through a POST interface;
calling a printing program based on the printing service request to execute the printing operation corresponding to the printing service request;
and acquiring a printing execution result and sending the printing execution result to the corresponding WEB front end and/or the client.
Optionally, the obtaining, through the POST interface, the print service request sent by the WEB front end and/or the client includes:
receiving a printing service request sent by a WEB front end and/or a client by using a POST (POST on the fly) interface through running a locally installed printing service executable file; wherein the content of the first and second substances,
the printing service executable file comprises a printing service program created based on a Windows communication development platform and a RESTful architecture.
Optionally, the calling the printing program based on the printing service request includes:
and acquiring target metadata of a target program set through reflection technology according to the printing service request so as to call the printing program.
Optionally, the invoice printing method further includes:
receiving a printing instruction of a target invoice sent by the WEB front end and/or the client; wherein the print instructions include a command prompt based print instruction and a link address based print instruction; the link address is an address determined by inquiring the href attribute of the label a in the registry;
and running the printing program according to the printing instruction to print the target invoice.
In a second aspect, the present application discloses an invoice printing apparatus, comprising:
the request acquisition module is used for acquiring a printing service request sent by a WEB front end and/or a client through a POST interface;
the printing module is used for calling a printing program based on the printing service request so as to execute the printing operation corresponding to the printing service request;
and the result sending module is used for acquiring a printing execution result and sending the printing execution result to the corresponding WEB front end and/or the client.
Optionally, the request obtaining module includes:
the request receiving unit is used for receiving a printing service request sent by a WEB front end and/or a client by using a POST interface through running a locally installed printing service executable file; the printing service executable file comprises a printing service program created based on a Windows communication development platform and a RESTful architecture.
Optionally, the printing module includes:
and the program calling unit is used for acquiring target metadata of a target program set through a reflection technology according to the printing service request so as to call the printing program.
Optionally, the invoice printing apparatus further includes:
the instruction receiving unit is used for receiving a printing instruction of the target invoice sent by the WEB front end and/or the client; wherein the print instructions comprise a print instruction based on a command prompt and a print instruction based on a link address; the link address is an address determined by inquiring the href attribute of the label a in the registry;
and the printing unit is used for operating the printing program according to the printing instruction so as to print the target invoice.
In a third aspect, the present application discloses an electronic device, comprising:
a memory for storing a computer program;
and the processor is used for executing the computer program to realize the invoice printing method.
In a fourth aspect, the present application discloses a computer readable storage medium for storing a computer program; wherein the computer program when executed by the processor implements the invoice printing method previously described.
In the application, a printing service request sent by a WEB front end and/or a client is obtained through a POST interface; then calling a printing program based on the printing service request to execute the printing operation corresponding to the printing service request; and finally, acquiring a printing execution result and sending the printing execution result to the corresponding WEB front end and/or the corresponding client. Therefore, the printing service requests sent by different front ends and other local clients can be directly obtained through the POST interface, and then the printing program is called according to the printing service requests to execute the printing operation, so that the WEB front end and other clients can conveniently call the printing tool to preview and print the invoice, third-party software and equipment are not needed, the usability and operability of the printing function are improved, and the invoice printing efficiency is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a flowchart of an invoice printing method provided in the present application;
FIG. 2 is a flow chart of a particular invoice printing method provided herein;
FIG. 3 is a timing diagram for printing an invoice provided herein;
FIG. 4 is a schematic structural diagram of an invoice printing apparatus provided in the present application;
fig. 5 is a block diagram of an electronic device provided in the present application.
Detailed Description
In the prior art, the paper invoice is printed by calling internal logic after invoicing by relying on third-party software and equipment, but for users who only need to perform simple operations such as single printing or previewing on existing invoice data at other front ends, the learning cost and the operation complexity of the users are increased, and the invoice printing efficiency and convenience are reduced. In order to overcome the technical problem, the application provides the printing method easy to call by the front end, the relevant printing operation can be realized by calling by the front end, and the printing efficiency is improved.
The embodiment of the application discloses an invoice printing method, and as shown in fig. 1, the method may include the following steps:
step S11: and acquiring a printing service request sent by a WEB front end and/or a client through a POST interface.
In this embodiment, the print service request sent by the WEB front end and/or other clients is obtained through the POST interface, and specifically, the print service request may be obtained through the POST interface provided by the local print service. For example, as shown in fig. 2, when the print service (i.e., NPrintService) is started, the WEB front end and/or the client sends a print service request through the POST interface to call the print service.
Step S12: and calling a printing program based on the printing service request to execute the printing operation corresponding to the printing service request.
In this embodiment, after receiving the print service request, a print program is called according to the print service request, so that the print operation corresponding to the print service request is executed by running the print program. For example, as shown in fig. 2, after the WEB front end and/or other clients send print service requests to invoke print services, the print services invoke corresponding print logic methods according to the print service requests to process corresponding print jobs.
Step S13: and acquiring a printing execution result and sending the printing execution result to the corresponding WEB front end and/or the client.
In this embodiment, after the printing program is run to implement the corresponding print task, the printing program returns a print processing result to the printing service, and the printing service sends the print processing result to the corresponding WEB front end and/or the client, so as to implement printing or previewing of the target file. Therefore, the printing result statistics can be facilitated for the user. It can be understood that, the embodiment provides a logic structure convenient for the invocation of the WEB front end and/or the client, and the printing operation can be realized through the invocation of the WEB front end and/or the client, and can be the printing of a paper invoice, and can also be the printing of other files; and the printing is convenient and fast, the method is suitable for the existing printing scenes needing to print data, and can be adapted to the calling of different front ends.
In this embodiment, the invoice printing method may further include: receiving a printing instruction of a target invoice sent by the WEB front end and/or the client; wherein the print instructions comprise a print instruction based on a command prompt and a print instruction based on a link address; the link address is an address determined by inquiring the href attribute of the label a in the registry; and operating the printing program according to the printing instruction to print the target invoice. The printing operation is realized by directly calling a printing program by receiving a printing instruction based on a command prompt, which can be a CMD command, and a printing instruction based on a link address, which are sent by a WEB front end and/or a client. For example, as shown in fig. 2, the WEB front end and/or the client may also directly call the printing program to implement the printing operation by sending a CMD command or accessing a connection address obtained by using an href attribute of an a tag of a hypertext language (HTML) tag; specifically, the connection address may be obtained by querying a corresponding key value preset in the registry. However, the print result cannot be fed back to the WEB front end and/or the client by the two types of instruction calling methods.
As can be seen from the above, in this embodiment, a print service request sent by a WEB front end and/or a client is obtained through a POST interface; then calling a printing program based on the printing service request to execute the printing operation corresponding to the printing service request; and finally, acquiring a printing execution result and sending the printing execution result to the corresponding WEB front end and/or the corresponding client. Therefore, the printing service requests sent by different front ends and other local clients can be directly obtained through the POST interface, and then the printing program is called according to the printing service requests to execute the printing operation, so that the WEB front end and other clients can conveniently call the printing tool to preview and print the invoice, third-party software and equipment are not needed, the usability and operability of the printing function are improved, and the invoice printing efficiency is improved.
The embodiment of the application discloses a specific invoice printing method, and as shown in fig. 3, the method may include the following steps:
step S21: receiving a printing service request sent by a WEB front end and/or a client by using a POST (POST on the fly) interface through running a locally installed printing service executable file; the printing service executable file comprises a printing service program created based on a Windows communication development platform and a RESTful architecture.
In this embodiment, a POST interface may be provided to the WEB front end and/or the client by running the print service executable file installed locally, so that the print service request sent by the WEB front end and/or the client is received through the POST interface; the printing service executable file comprises a printing service program created based on a Windows communication development platform and a RESTful architecture. It is understood that the print client will automatically run the print service executable file to start the print service after installation, or may start the print service by double-clicking the print service executable file under the installation target. Therefore, the printing service program created based on the Windows communication development platform and the RESTful architecture can provide a POST interface capable of realizing printing function calling for a WEB front end and/or a client.
Step S22: and acquiring target metadata of a target program set through reflection technology according to the printing service request so as to call the printing program.
In this embodiment, after receiving a print service request sent by a WEB front end and/or a client by accessing the POST interface, the print service obtains target metadata in a target program set by using a program set reflection technology, so as to call the print program to implement a print function.
Step S23: and acquiring a printing execution result and sending the printing execution result to the corresponding WEB front end and/or the client.
For the specific process of the step S23, reference may be made to corresponding contents disclosed in the foregoing embodiments, and details are not repeated here.
In the embodiment, a print service request sent by a WEB front end and/or a client is received by a POST interface through running a locally installed print service executable file; the printing service executable file comprises a printing service program established based on a Windows communication development platform and a RESTful architecture; then, target metadata of the target set is acquired by the reflection technique in accordance with the print service request to call the printing program. Therefore, by running the printing service program created based on the Windows communication development platform and the RESTful framework, a POST interface capable of realizing printing function calling can be provided for the WEB front end and/or the client, so that a corresponding printing service request is received, the printing program is called through program set reflection, printing operation is realized, the WEB front end and/or the client can be called to realize printing related operation, extra application and external dependence do not need to be started according to the single printing requirement of a user, and the usability of the printing related operation is greatly enhanced.
Correspondingly, the embodiment of the present application further discloses an invoice printing apparatus, as shown in fig. 4, the apparatus includes:
the request acquisition module 11 is configured to acquire, through a POST interface, a print service request sent by a WEB front end and/or a client;
the printing module 12 is configured to invoke a printing program based on the printing service request to execute a printing operation corresponding to the printing service request;
and the result sending module 13 is configured to obtain a print execution result, and send the print execution result to the corresponding WEB front end and/or the corresponding client.
As can be seen from the above, in this embodiment, a print service request sent by a WEB front end and/or a client is obtained through a POST interface; then calling a printing program based on the printing service request to execute the printing operation corresponding to the printing service request; and finally, acquiring a printing execution result and sending the printing execution result to the corresponding WEB front end and/or the client. Therefore, the printing service requests sent by different front ends and other local clients can be directly obtained through the POST interface, and then the printing program is called according to the printing service requests to execute the printing operation, so that the WEB front end and other clients can conveniently call the printing tool to preview and print the invoice, third-party software and equipment are not needed, the usability and operability of the printing function are improved, and the invoice printing efficiency is improved.
In some specific embodiments, the request obtaining module 11 may specifically include:
the request receiving unit is used for receiving a printing service request sent by a WEB front end and/or a client by using a POST interface through running a locally installed printing service executable file; the printing service executable file comprises a printing service program created based on a Windows communication development platform and a RESTful architecture.
In some embodiments, the printing module 12 may specifically include:
and the program calling unit is used for acquiring target metadata of a target program set through a reflection technology according to the printing service request so as to call the printing program.
In some specific embodiments, the invoice printing apparatus may further include:
the instruction receiving unit is used for receiving a printing instruction of the target invoice sent by the WEB front end and/or the client; wherein the print instructions include a command prompt based print instruction and a link address based print instruction; the link address is an address determined by inquiring the href attribute of the label a in the registry;
and the printing unit is used for operating the printing program according to the printing instruction so as to print the target invoice.
Further, the embodiment of the present application also discloses an electronic device, which is shown in fig. 5, and the content in the drawing cannot be considered as any limitation to the application scope.
Fig. 5 is a schematic structural diagram of an electronic device 20 according to an embodiment of the present disclosure. The electronic device 20 may specifically include: at least one processor 21, at least one memory 22, a power supply 23, a communication interface 24, an input output interface 25, and a communication bus 26. The memory 22 is used for storing a computer program, and the computer program is loaded and executed by the processor 21 to implement the relevant steps in the invoice printing method disclosed in any one of the foregoing embodiments.
In this embodiment, the power supply 23 is configured to provide a working voltage for each hardware device on the electronic device 20; the communication interface 24 can create a data transmission channel between the electronic device 20 and an external device, and a communication protocol followed by the communication interface is any communication protocol applicable to the technical solution of the present application, and is not specifically limited herein; the input/output interface 25 is configured to obtain external input data or output data to the outside, and a specific interface type thereof may be selected according to specific application requirements, which is not specifically limited herein.
In addition, the storage 22 is used as a carrier for resource storage, and may be a read-only memory, a random access memory, a magnetic disk or an optical disk, etc., the resources stored thereon include an operating system 221, a computer program 222, data 223 including a print service request, etc., and the storage may be a transient storage or a permanent storage.
The operating system 221 is used for managing and controlling each hardware device and the computer program 222 on the electronic device 20, so as to realize the operation and processing of the mass data 223 in the memory 22 by the processor 21, and may be Windows Server, netware, unix, linux, and the like. The computer programs 222 may further include computer programs that can be used to perform other specific tasks in addition to the computer programs that can be used to perform the invoice printing method disclosed in any of the foregoing embodiments and executed by the electronic device 20.
Further, an embodiment of the present application further discloses a computer storage medium, where computer-executable instructions are stored in the computer storage medium, and when the computer-executable instructions are loaded and executed by a processor, the steps of the invoice printing method disclosed in any of the foregoing embodiments are implemented.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, read-only memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
Finally, it should also be noted that, in this document, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, 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 phrases "comprising one of 8230; \8230;" 8230; "does not exclude the presence of additional like elements in a process, method, article, or apparatus that comprises the element.
The invoice printing method, the invoice printing device, the invoice printing equipment and the invoice printing medium are described in detail, specific examples are applied in the text to explain the principle and the implementation mode of the invoice printing method, and the description of the examples is only used for helping to understand the method and the core idea of the invoice printing method; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (6)

1. An invoice printing method, comprising:
acquiring a printing service request sent by a WEB front end and/or a client through a POST interface provided by local printing service;
calling a printing program based on the printing service request to execute the printing operation corresponding to the printing service request;
acquiring a printing execution result and sending the printing execution result to the corresponding WEB front end and/or the client;
the method for acquiring the printing service request sent by the WEB front end and/or the client through the POST interface provided by the local printing service comprises the following steps:
receiving a printing service request sent by a WEB front end and/or a client by using a POST (POST on the fly) interface through running a locally installed printing service executable file;
the printing service executable file comprises a printing service program created based on a Windows communication development platform and a RESTful architecture;
the invoice printing method further comprises the following steps:
receiving a printing instruction of a target invoice sent by the WEB front end and/or the client; wherein the print instructions include a command prompt based print instruction and a link address based print instruction; the link address is an address determined by inquiring the href attribute of the label a in the registry;
and operating the printing program according to the printing instruction to print the target invoice.
2. The invoice printing method according to claim 1, wherein the invoking of a printing program based on the printing service request comprises:
and acquiring target metadata of a target program set through reflection technology according to the printing service request so as to call the printing program.
3. An invoice printing apparatus, comprising:
the request acquisition module is used for acquiring a printing service request sent by a WEB front end and/or a client through a POST (POST on POST) interface provided by local printing service;
the printing module is used for calling a printing program based on the printing service request so as to execute the printing operation corresponding to the printing service request;
the result sending module is used for acquiring a printing execution result and sending the printing execution result to the corresponding WEB front end and/or the client;
wherein, the request acquisition module includes:
the request receiving unit is used for receiving a printing service request sent by a WEB front end and/or a client by using a POST interface through running a locally installed printing service executable file; the printing service executable file comprises a printing service program established based on a Windows communication development platform and a RESTful architecture;
the invoice printing device is also used for receiving a printing instruction of a target invoice sent by the WEB front end and/or the client; wherein the print instructions include a command prompt based print instruction and a link address based print instruction; the link address is an address determined by inquiring the href attribute of the label a in the registry; and running the printing program according to the printing instruction to print the target invoice.
4. The invoice printing apparatus of claim 3, wherein the printing module comprises:
and the program calling unit is used for acquiring target metadata of a target program set through a reflection technology according to the printing service request so as to call the printing program.
5. An electronic device, comprising:
a memory for storing a computer program;
a processor for executing the computer program to implement the invoice printing method of claim 1 or 2.
6. A computer-readable storage medium for storing a computer program; wherein the computer program, when executed by a processor, implements the invoice printing method of claim 1 or 2.
CN202011405683.0A 2020-12-04 2020-12-04 Invoice printing method, device, equipment and medium Active CN112486432B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011405683.0A CN112486432B (en) 2020-12-04 2020-12-04 Invoice printing method, device, equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011405683.0A CN112486432B (en) 2020-12-04 2020-12-04 Invoice printing method, device, equipment and medium

Publications (2)

Publication Number Publication Date
CN112486432A CN112486432A (en) 2021-03-12
CN112486432B true CN112486432B (en) 2023-01-31

Family

ID=74938076

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011405683.0A Active CN112486432B (en) 2020-12-04 2020-12-04 Invoice printing method, device, equipment and medium

Country Status (1)

Country Link
CN (1) CN112486432B (en)

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102053808B (en) * 2010-11-30 2012-10-10 Tcl集团股份有限公司 Method, device for printing software information as well as equipment with network interface
CN107293067A (en) * 2017-05-12 2017-10-24 西安艾润物联网技术服务有限责任公司 Self-help print method, device and the computer-readable recording medium of invoice
CN107450869B (en) * 2017-08-21 2020-07-31 国信电子票据平台信息服务有限公司 Online printing system and method for PDF electronic invoice format file
CN110888613B (en) * 2019-11-28 2024-03-26 北京中启智源数字信息技术有限责任公司 Printing method, printing device, printing system and electronic equipment
CN111857610B (en) * 2020-06-12 2024-02-13 至本医疗科技(上海)有限公司 Label printing method and device

Also Published As

Publication number Publication date
CN112486432A (en) 2021-03-12

Similar Documents

Publication Publication Date Title
US8161160B2 (en) XML-based web feed for web access of remote resources
CN1271502C (en) Creation of printer example based on internet in working station
US7454613B2 (en) Information processing apparatus, session recovery method, recording medium for storing session recovery program
US20140149382A1 (en) Technology for Web Site Crawling
JP2004318842A (en) Webpage generation device, embedding device, method for control of webpage generation, webpage generation program, and recording medium
WO2013097592A1 (en) Script loading technology
US20020129097A1 (en) System and method for distributed processing
CN109936605B (en) Method and device for loading interface data
US20040227971A1 (en) Systems and methods for accessing a printing service
US8073872B2 (en) Information processing apparatus
US20070022154A1 (en) Generating one or more clients for generating one or more synthetic transactions with one or more web service operations
CN101764840A (en) Method for providing WEB page data, WEB server and WEB application system
CN105279156A (en) Network information communication method and network information browsing device
CN112486432B (en) Invoice printing method, device, equipment and medium
US20050094176A1 (en) Information-processing apparatus, method, program, and a medium for file operation
JP2000090120A (en) Method and device for document processing and machine readable medium
CN110557428B (en) Script interpretation type service agent method and system based on Kubernetes
WO2022121492A1 (en) File transmission method and apparatus, computer device, and storage medium
CN114238816A (en) Browser page intercepting method and device
US11157588B2 (en) Interface self-service method, and a device, a computer system and a storage medium for implementing the same
CN113282255A (en) Method and system for directly printing label under B/S architecture
WO2008011314A2 (en) Conditional url for computer devices
JP2005044153A (en) Object management program
CN112925998B (en) Interface data processing method, device and system, electronic equipment and storage medium
CN107070964B (en) Remote communication packaging method and system based on heterogeneous environment

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