CN114895860A - File printing method and device, printer, electronic equipment and storage medium - Google Patents

File printing method and device, printer, electronic equipment and storage medium Download PDF

Info

Publication number
CN114895860A
CN114895860A CN202210816259.8A CN202210816259A CN114895860A CN 114895860 A CN114895860 A CN 114895860A CN 202210816259 A CN202210816259 A CN 202210816259A CN 114895860 A CN114895860 A CN 114895860A
Authority
CN
China
Prior art keywords
file
target
overprint
watermark
printed
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
CN202210816259.8A
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.)
Beijing Gaode Pinchuang Technology Co Ltd
Original Assignee
Beijing Gaode Pinchuang 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 Beijing Gaode Pinchuang Technology Co Ltd filed Critical Beijing Gaode Pinchuang Technology Co Ltd
Priority to CN202210816259.8A priority Critical patent/CN114895860A/en
Publication of CN114895860A publication Critical patent/CN114895860A/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/1237Print job management
    • G06F3/1242Image or content composition onto a page

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)
  • Editing Of Facsimile Originals (AREA)

Abstract

The disclosure relates to the technical field of driver software development, and provides a file printing method and device, a printer, electronic equipment and a storage medium, wherein the method comprises the following steps: acquiring a file to be printed; determining whether the file to be printed carries a watermark or overprint identification or not according to the file to be printed; responding to the mark, and acquiring a target watermark or target overprint matched with the mark; loading the acquired target watermark or target overprint to the file to be printed; and printing the file to be printed loaded with the target watermark or the target overprint. When the document to be printed carries the mark of the watermark or the overprint, the target watermark or the target overprint matched with the mark can be directly obtained according to the mark, so that the sharing use of the watermark or the overprint is realized, the problem of complicated process caused by manual selection of the watermark or the overprint is avoided, the sharing use process of the watermark or the overprint is simplified, and the sharing use efficiency of the watermark or the overprint is improved.

Description

File printing method and device, printer, electronic equipment and storage medium
Technical Field
The present disclosure relates to the field of driver software development technologies, and in particular, to a file printing method and apparatus, a printer, an electronic device, and a storage medium.
Background
The driver software of the printer develops for many years, and provides quite rich application scenes for users. Among them, Watermark (Watermark) and overprint (Overlay) are widely used by various manufacturers, and become very practical functions.
The traditional watermark or overprinting process is complicated to use, a copy of watermark or overprinting content needing to be printed needs to be pre-stored locally, such as 'copy prohibition' and the like, and when the watermark or overprinting content is to be used, a driver needs to be opened in an application program and the pre-stored watermark or overprinting content needs to be manually selected for printing.
In addition, if there is a specific specification requirement for the watermark or the overprint, the process of sharing the watermark or the overprint is also very complicated, and it is necessary to first share the watermark or the overprint file pre-stored in the computer of another person to the computer of the user, and then import and use the file in the driver program through the computer of the user.
In the prior art, some relatively high-end printers have been provided with a device-shared watermark or overprint function, however, the shared watermark or overprint function not only needs to generate a watermark or overprint file and store the watermark or overprint file on the printer, but also needs a user to manually select the watermark or overprint file from a printer driver when the user uses the watermark or overprint file, so that the printer prints the watermark or overprint according to the selected file.
Disclosure of Invention
The present disclosure is directed to at least one of the problems in the prior art, and provides a method and an apparatus for printing a file, a printer, an electronic device, and a storage medium.
In one aspect of the present disclosure, a document printing method is provided, which is applied to a printer, and includes:
acquiring a file to be printed;
determining whether the file to be printed carries a watermark or overprint identification or not according to the file to be printed;
responding to the mark, and acquiring a target watermark or target overprint matched with the mark;
loading the acquired target watermark or target overprint to the file to be printed;
and printing the file to be printed loaded with the target watermark or the target overprint.
Optionally, the printer stores an identifier set in advance, where the identifier set includes multiple identifiers and watermarks or overprints corresponding to the identifiers; the obtaining of the target watermark or target overprint matching the identifier includes:
and judging whether a target identification matched with the identification carried by the file to be printed exists in the identification set, if so, acquiring the target watermark or target overprint corresponding to the target identification.
Optionally, the identification set is configured and managed by a user administrator.
Optionally, the identifier includes any one of a character string and a two-dimensional code image.
Optionally, the identifier carried by the file to be printed is included in a file name or a file content of the file to be printed.
In another aspect of the present disclosure, there is provided a document printing apparatus applied to a printer, the apparatus including:
the first acquisition module is used for acquiring a file to be printed;
the determining module is used for determining whether the file to be printed carries a watermark or overprint identifier or not according to the file to be printed;
the second acquisition module is used for responding to the mark carried by the second acquisition module and acquiring a target watermark or target overprint matched with the mark;
the loading module is used for loading the acquired target watermark or target overprint to the file to be printed;
and the printing module is used for printing the file to be printed loaded with the target watermark or the target overprint.
In another aspect of the present disclosure, there is provided a printer comprising the document printing apparatus as set forth above.
In another aspect of the present disclosure, an electronic device is provided, 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 document printing method as described above.
In another aspect of the present disclosure, a computer-readable storage medium is provided, which stores a computer program, and the computer program is executed by a processor to implement the file printing method described above.
Compared with the prior art, when the file to be printed carries the mark of the watermark or the overprint, the target watermark or the target overprint matched with the file to be printed can be directly obtained according to the mark, the sharing and the use of the watermark or the overprint are realized, the problem of complicated process caused by manual selection of the watermark or the overprint is solved, the sharing and the use process of the watermark or the overprint is simplified, and the sharing and the use efficiency of the watermark or the overprint are improved.
Drawings
One or more embodiments are illustrated by way of example in the accompanying drawings, which correspond to the figures in which like reference numerals refer to similar elements and which are not to scale unless otherwise specified.
Fig. 1 is a flowchart of a document printing method according to an embodiment of the present disclosure;
FIG. 2 is a flow chart of a document printing method according to another embodiment of the present disclosure;
FIG. 3 is a schematic structural diagram of a document printing apparatus according to another embodiment of the present disclosure;
fig. 4 is a schematic structural diagram of an electronic device according to another embodiment of the present disclosure.
Detailed Description
To make the objects, technical solutions and advantages of the embodiments of the present disclosure more apparent, the embodiments of the present disclosure will be described in detail below with reference to the accompanying drawings. However, it will be appreciated by those of ordinary skill in the art that in various embodiments of the disclosure, numerous technical details are set forth in order to provide a better understanding of the disclosure. However, the technical solution claimed in the present disclosure can be implemented without these technical details and various changes and modifications based on the following embodiments. The following embodiments are divided for convenience of description, and should not constitute any limitation to the specific implementation of the present disclosure, and the embodiments may be mutually incorporated and referred to without contradiction.
One embodiment of the present disclosure relates to a document printing method applied to a printer, and the flow of the document printing method is shown in fig. 1, and includes:
step 101, acquiring a file to be printed.
Specifically, the present embodiment does not limit the specific type of document to be printed. For example, the file to be printed may be a doc format file, a docx format file, an xls format file, an xlsx format file, a pdf format file, or the like.
And 102, determining whether the file to be printed carries the watermark or the overprint identifier or not according to the file to be printed.
In particular, the identification of the watermark or overprint is used to indicate the corresponding watermark or overprint. For example, the identification corresponding to the "copy prohibited" watermark may be "copy".
Illustratively, the identification may include any one of a character string and a two-dimensional code image. For example, the identifier corresponding to the "copy prohibited" watermark may be a character string "copy", or may be a two-dimensional code image corresponding to "copy".
The mark of the watermark or the overprint is set to be any one of the character string and the two-dimensional code image, so that the setting mode of the mark of the watermark or the overprint is more flexible, and the user experience is improved.
Illustratively, the identifier carried by the file to be printed is contained in the file name or the file content of the file to be printed.
For example, when the identifier carried by the file to be printed is a character string, the identifier may be directly added to the file name of the file to be printed. For example, when the identifier carried by the file to be printed is "copy", the "copy" may be directly added to the file name of the file to be printed, so as to obtain the file name carrying the identifier, such as "meeting record (copy).
For another example, when the identifier carried by the file to be printed is a character string or a two-dimensional code image, the identifier may be directly added to the file content of the file to be printed. For example, the identifier may be added to a header, footer, or the like of the document to be printed.
It should be noted that, in this embodiment, the specific position of the identifier carried by the file to be printed in the file name or the file content is not limited, as long as the identifier carried by the file to be printed is included in the file name or the file content.
The identification carried by the file to be printed is contained in the file name or the file content of the file to be printed, so that the identification carrying mode of the file to be printed is more flexible, and the user experience is further improved.
And 103, responding to the carried identification, and acquiring the target watermark or the target overprint matched with the identification.
Specifically, when the document to be printed carries the identifier of the watermark or the overprint, the target watermark or the target overprint matched with the identifier can be obtained according to the identifier.
Note that, the present embodiment does not limit the specific location where the target watermark or the target overprint is located, as long as the target watermark or the target overprint matching the mark can be acquired.
And 104, loading the acquired target watermark or target overprint to a file to be printed.
For example, the target watermark or the target overprint may be synthesized into the file to be printed, or the target watermark or the target overprint may also be loaded to the file to be printed in other manners.
And 105, printing the file to be printed loaded with the target watermark or the target overprint.
Compared with the prior art, when the file to be printed carries the mark of the watermark or the overprint, the target watermark or the target overprint matched with the mark can be directly obtained according to the mark, so that the sharing and the use of the watermark or the overprint are realized, the problem of complicated process caused by manual selection of the watermark or the overprint is avoided, the sharing and the use process of the watermark or the overprint is simplified, and the sharing and the use efficiency of the watermark or the overprint are improved.
For example, the printer may have a pre-stored set of identifications, including a plurality of identifications and their corresponding watermarks or overprints.
Acquiring a target watermark or target overprint matched with the identifier, comprising:
and judging whether a target identification matched with the identification carried by the file to be printed exists in the identification set, if so, acquiring a target watermark or a target overprint corresponding to the target identification.
Specifically, the target identifier refers to an identifier included in the identifier set. And if the target identification matched with the identification carried by the file to be printed exists in the identification set, the watermark or the overprint corresponding to the target identification is the target watermark or the target overprint matched with the identification carried by the file to be printed.
The identification set may be a list of watermark or overprint files, wherein the file name of the watermark or overprint file may be the identification corresponding to the watermark or overprint, and the file content may be the specific content of the watermark or overprint. Of course, the identification set may be in other forms, and this embodiment is not limited to this.
It should be noted that the representation form of the identifier carried by the file to be printed and the representation form of the target identifier may be the same or different. For example, the identifier carried by the file to be printed and the target identifier may be both "copy" in the form of a character string. Alternatively, the identifier carried by the file to be printed may be a two-dimensional code image corresponding to "copy", and the target identifier may be "copy" in the form of a character string.
The embodiment can further improve the sharing use efficiency of the watermark or the overprint, and avoids the problem of complicated process caused by manual selection of the watermark or the overprint.
For example, the identifier set may be configured and managed by a user administrator, so as to uniformly specify specific content, style, corresponding identifier, and the like of the watermark or the overprint for shared use, so that the user may share and use the corresponding watermark or the overprint through the identifier configured by the user administrator.
In order to make the above embodiments better understood by those skilled in the art, a specific example is described below.
As shown in fig. 2, a document printing method applied to a printer includes the following steps:
firstly, a document to be printed is received, namely a file to be printed is obtained. Then, a watermark or overprint file list stored in the device is obtained, where the file list includes a plurality of keyword strings, that is, an identifier set including a plurality of identifiers and their corresponding watermarks or overprints, which is stored in the printer in advance, is obtained. Then, judging whether the document name of the document to be printed contains a keyword string in the file list, namely judging whether a target identifier matched with the identifier carried by the document to be printed exists in the identifier set, if not, directly printing the document to be printed through a printing operation, namely the document to be printed, and finishing the printing; if so, synthesizing the watermark or the overprint file matched with the keyword string with the document to be printed, namely synthesizing the target watermark or the target overprint corresponding to the target identifier with the document to be printed, printing the document to be printed with the synthesized watermark or overprint, namely the document to be printed through printing operation, and finishing printing.
Another embodiment of the present disclosure relates to a document printing apparatus applied to a printer, as shown in fig. 3, including:
a first obtaining module 301, configured to obtain a file to be printed;
a determining module 302, configured to determine whether the file to be printed carries a watermark or an overprint identifier;
a second obtaining module 303, configured to obtain, in response to the identifier, a target watermark or a target overprint that matches the identifier;
a loading module 304, configured to load the obtained target watermark or target overprint to a file to be printed;
a printing module 305 for printing the file to be printed loaded with the target watermark or target overprint.
The specific implementation method of the file printing apparatus provided in the embodiment of the present disclosure may be referred to as the file printing method provided in the embodiment of the present disclosure, and is not described herein again.
Compared with the prior art, when the file to be printed carries the mark of the watermark or the overprint, the target watermark or the target overprint matched with the mark can be directly obtained according to the mark, so that the sharing and the use of the watermark or the overprint are realized, the problem of complicated process caused by manual selection of the watermark or the overprint is avoided, the sharing and the use process of the watermark or the overprint is simplified, and the sharing and the use efficiency of the watermark or the overprint are improved.
Another embodiment of the present disclosure relates to a printer including the document printing apparatus according to the above embodiment.
Another embodiment of the present disclosure relates to an electronic device, as shown in fig. 4, including:
at least one processor 401; and the number of the first and second groups,
a memory 402 communicatively coupled to the at least one processor 401; wherein the content of the first and second substances,
the memory 402 stores instructions executable by the at least one processor 401 to cause the at least one processor 401 to perform the method for printing a document as described in the above embodiments.
Where the memory and processor are connected by a bus, the bus may comprise any number of interconnected buses and bridges, the buses connecting together one or more of the various circuits of the processor and the memory. The bus may also connect various other circuits such as peripherals, voltage regulators, power management circuits, and the like, which are well known in the art, and therefore, will not be described any further herein. A bus interface provides an interface between the bus and the transceiver. The transceiver may be one element or a plurality of elements, such as a plurality of receivers and transmitters, providing a means for communicating with various other apparatus over a transmission medium. The data processed by the processor is transmitted over a wireless medium via an antenna, which further receives the data and transmits the data to the processor.
The processor is responsible for managing the bus and general processing and may also provide various functions including timing, peripheral interfaces, voltage regulation, power management, and other control functions. And the memory may be used to store data used by the processor in performing operations.
Another embodiment of the present disclosure relates to a computer-readable storage medium storing a computer program that, when executed by a processor, implements the file printing method described in the above embodiment.
That is, as can be understood by those skilled in the art, all or part of the steps in the method according to the foregoing embodiments may be implemented by a program instructing related hardware, where the program is stored in a storage medium and includes several instructions to enable a device (which may be a single chip, a chip, or the like) or a processor (processor) to execute all or part of the steps in the method according to each embodiment of the present disclosure. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
It will be understood by those of ordinary skill in the art that the foregoing embodiments are specific embodiments for practicing the present disclosure, and that various changes in form and details may be made therein without departing from the spirit and scope of the present disclosure in practice.

Claims (9)

1. A document printing method applied to a printer, the method comprising:
acquiring a file to be printed;
determining whether the file to be printed carries a watermark or overprint identification or not according to the file to be printed;
responding to the mark, and acquiring a target watermark or target overprint matched with the mark;
loading the acquired target watermark or target overprint to the file to be printed;
and printing the file to be printed loaded with the target watermark or the target overprint.
2. The method of claim 1, wherein the printer has a pre-stored set of identifications, the set of identifications including a plurality of identifications and their corresponding watermarks or overprints; the obtaining of the target watermark or target overprint matching the identifier includes:
and judging whether a target identification matched with the identification carried by the file to be printed exists in the identification set, if so, acquiring the target watermark or target overprint corresponding to the target identification.
3. The method of claim 2, wherein the set of identifications is configured for management by a user administrator.
4. The method according to any one of claims 1 to 3, wherein the identification includes any one of a character string and a two-dimensional code image.
5. The method according to any one of claims 1 to 3, wherein the identifier carried by the file to be printed is included in a file name or a file content of the file to be printed.
6. A document printing apparatus for use with a printer, the apparatus comprising:
the first acquisition module is used for acquiring a file to be printed;
the determining module is used for determining whether the file to be printed carries a watermark or overprint identifier or not according to the file to be printed;
the second acquisition module is used for responding to the mark carried by the second acquisition module and acquiring a target watermark or target overprint matched with the mark;
the loading module is used for loading the acquired target watermark or target overprint to the file to be printed;
and the printing module is used for printing the file to be printed loaded with the target watermark or the target overprint.
7. A printer, characterized in that it comprises a document printing device according to claim 6.
8. An electronic device, comprising:
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 method of printing a document according to any one of claims 1 to 5.
9. A computer-readable storage medium storing a computer program, wherein the computer program, when executed by a processor, implements the document printing method according to any one of claims 1 to 5.
CN202210816259.8A 2022-07-12 2022-07-12 File printing method and device, printer, electronic equipment and storage medium Pending CN114895860A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210816259.8A CN114895860A (en) 2022-07-12 2022-07-12 File printing method and device, printer, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210816259.8A CN114895860A (en) 2022-07-12 2022-07-12 File printing method and device, printer, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN114895860A true CN114895860A (en) 2022-08-12

Family

ID=82729664

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210816259.8A Pending CN114895860A (en) 2022-07-12 2022-07-12 File printing method and device, printer, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114895860A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002014917A (en) * 2000-06-28 2002-01-18 Fuji Xerox Co Ltd Printing system
CN101295231A (en) * 2007-04-27 2008-10-29 佳能株式会社 Information processing apparatus, information processing method, and computer program
CN101882059A (en) * 2009-05-05 2010-11-10 山东新北洋信息技术股份有限公司 Method and device for controlling and processing watermark printing
CN102903072A (en) * 2011-07-29 2013-01-30 天柏宽带网络科技(北京)有限公司 Blind digital watermark detection method and system
CN108572805A (en) * 2018-03-20 2018-09-25 北京明朝万达科技股份有限公司 Document printing method and system
CN113376984A (en) * 2020-03-10 2021-09-10 东芝泰格有限公司 Image forming apparatus, image forming method, and non-transitory storage medium
CN114265567A (en) * 2022-02-25 2022-04-01 北京辰光融信技术有限公司 Watermark printing method, printing equipment and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002014917A (en) * 2000-06-28 2002-01-18 Fuji Xerox Co Ltd Printing system
CN101295231A (en) * 2007-04-27 2008-10-29 佳能株式会社 Information processing apparatus, information processing method, and computer program
CN101882059A (en) * 2009-05-05 2010-11-10 山东新北洋信息技术股份有限公司 Method and device for controlling and processing watermark printing
CN102903072A (en) * 2011-07-29 2013-01-30 天柏宽带网络科技(北京)有限公司 Blind digital watermark detection method and system
CN108572805A (en) * 2018-03-20 2018-09-25 北京明朝万达科技股份有限公司 Document printing method and system
CN113376984A (en) * 2020-03-10 2021-09-10 东芝泰格有限公司 Image forming apparatus, image forming method, and non-transitory storage medium
CN114265567A (en) * 2022-02-25 2022-04-01 北京辰光融信技术有限公司 Watermark printing method, printing equipment and storage medium

Similar Documents

Publication Publication Date Title
US7952739B2 (en) Image forming apparatus, image processing apparatus, image forming method, image processing method, program, and storage medium
US8547561B2 (en) Information processing apparatus, printing processing method, and program therefor
US7982887B2 (en) Image forming device, image forming method, image processing device, and computer readable storage medium storing image forming program
JP2008146638A (en) System and method for securely accessing downloaded print job resources
US20230333791A1 (en) Image forming apparatus, control method of the image forming apparatus, and computer-readable storage medium
US20080192293A1 (en) Information processing apparatus executing process in behalf of other apparatuses or requesting other apparatuses to execute process, and proxy process execution method and proxy process execution program executed in these apparatuses
US10496908B2 (en) Printing apparatus that prints target data in response to matching of password information
US8184315B2 (en) Method and apparatus of providing devices with history information on image forming jobs
CN114119342A (en) Image forming apparatus, image forming system, and recording medium storing program
US11175871B2 (en) Image forming apparatus, non-transitory computer readable medium, and image forming system for receipt of print data including print settings
US9727807B2 (en) Image processing system, image generation-output control apparatus, and method of processing information, configured to use imposition conversion
US8041693B2 (en) Storing image data in and retrieving image data from memory in print controlling system
CN112292662A (en) Print server, image forming apparatus, method of controlling print operation, and recording medium
WO2006088242A1 (en) Information processing apparatus for processing print data, method thereof and media in storage of control program of executing such method
CN100431330C (en) Image forming system and method using removable storage medium
US20120140288A1 (en) Printing apparatus, printing method, and storage medium
CN114895860A (en) File printing method and device, printer, electronic equipment and storage medium
US8793600B2 (en) Image-processing device
JP4456349B2 (en) Image processing device
US10891087B2 (en) Print system, printer and non-transitory computer-readable recording medium storing instructions therefor
US9026617B2 (en) USB portable document services environment
JP6801534B2 (en) Information processing system, information processing method and program
JP2007148652A (en) Print system
JP2004199274A (en) Bookbinding and printing system
CN114415991B (en) File processing method and device, electronic equipment and storage medium

Legal Events

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

Application publication date: 20220812