WO2023190151A1 - サポートプログラム - Google Patents

サポートプログラム Download PDF

Info

Publication number
WO2023190151A1
WO2023190151A1 PCT/JP2023/011795 JP2023011795W WO2023190151A1 WO 2023190151 A1 WO2023190151 A1 WO 2023190151A1 JP 2023011795 W JP2023011795 W JP 2023011795W WO 2023190151 A1 WO2023190151 A1 WO 2023190151A1
Authority
WO
WIPO (PCT)
Prior art keywords
printer
program
general
file format
print
Prior art date
Application number
PCT/JP2023/011795
Other languages
English (en)
French (fr)
Inventor
仁人 細溝
建樹 成田
Original Assignee
ブラザー工業株式会社
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 ブラザー工業株式会社 filed Critical ブラザー工業株式会社
Publication of WO2023190151A1 publication Critical patent/WO2023190151A1/ja

Links

Images

Classifications

    • BPERFORMING OPERATIONS; TRANSPORTING
    • B41PRINTING; LINING MACHINES; TYPEWRITERS; STAMPS
    • B41JTYPEWRITERS; SELECTIVE PRINTING MECHANISMS, i.e. MECHANISMS PRINTING OTHERWISE THAN FROM A FORME; CORRECTION OF TYPOGRAPHICAL ERRORS
    • B41J29/00Details of, or accessories for, typewriters or selective printing mechanisms not otherwise provided for
    • B41J29/38Drives, motors, controls or automatic cut-off devices for the entire printing mechanism
    • 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

Definitions

  • the technical field disclosed herein relates to a support program that supports printer control.
  • a configuration is known in which a support program is associated with an OS standard general-purpose printing program and printing is realized through cooperation between the general-purpose printing program and the support program.
  • a general-purpose printing program generates intermediate data in XPS format based on image data to be printed
  • a support program generates print data in PDL format based on the intermediate data
  • the print data is
  • the general-purpose printing program After the configuration sent to the printer by the general-purpose printing program or the intermediate data is edited by the support program, the general-purpose printing program generates print data in RWGraster or PDF format based on the edited intermediate data, and the print data
  • a configuration is disclosed in which the information is sent to the printer.
  • the printer is a model that is compatible with PDF
  • intermediate data is generated based on the image data to be printed
  • print data is further generated based on the intermediate data. Therefore, if the image data to be printed is PDF data, even though the printer can handle the image data, the file format conversion from PDF to intermediate data to print data is performed, resulting in redundant processing. be. Furthermore, there is a possibility that the image quality will deteriorate when converting the file format, so it is preferable to have fewer opportunities to convert the file format.
  • the support program aimed at solving the above-mentioned issues is A support program that is executable by a computer of an information processing device, supports a general-purpose printing program that is compatible with a specific printer connected to the information processing device, and is pre-installed in the operating system of the information processing device, to the computer; Executing a registration process for registering a predetermined file format in the general-purpose printing program as a file format that does not generate intermediate data; Furthermore, the computer The print instruction outputted from an application program built into the information processing device causes the general-purpose printing program to cause the specific printer to print an image.
  • a process for generating print data based on the passed intermediate data and transmitting a print job including the generated print data to the specific printer run the a first acquisition process for acquiring capability information indicating the capabilities of the specific printer when image data in the predetermined file format is passed from the general-purpose printing program; and the capability acquired in the first acquisition process.
  • a given file format is registered in a general-purpose printing program as a file format that does not generate intermediate data
  • the general-purpose printing program will not print that image data. It will be passed on to the support program. Therefore, when the support program receives image data in a predetermined file format that has not been converted into intermediate data, if a specific printer can support the predetermined file format type of the image data, the support program Perform processing to send a print job containing the image data to that specific printer. As a result, if there is a specific printer that can handle the type of image data to be printed, the image data to be printed will be passed to that specific printer without being converted to intermediate data.
  • a control method for realizing the functions of the above device and a computer readable storage medium storing the computer program are also new and useful.
  • a technology is realized that improves processing while preventing errors from occurring in a printer in an information processing device in which an OS standard general-purpose printing program is installed.
  • FIG. 1 is a schematic configuration diagram of a printing system according to a first embodiment.
  • FIG. 7 is a sequence diagram illustrating an example of a procedure when printing is selected in the information application according to the first embodiment.
  • FIG. 7 is a sequence diagram illustrating an example of a procedure when a print instruction is received according to the first embodiment.
  • FIG. 7 is a diagram illustrating an example of a table indicating whether or not each version of PDF is compatible with a printer model.
  • FIG. 7 is a sequence diagram illustrating an example of a procedure when a print instruction according to the second embodiment is received.
  • PC personal computer
  • the printing system 100 includes a PC 1 and a printer 2, as shown in FIG.
  • the PC 1 and the printer 2 may be connected via a network such as the Internet, or may be connected without a network.
  • PC1 is an example of an information processing device.
  • Printer 2 is an example of a specific printer.
  • the PC 1 includes a controller 10 including a CPU 11 and a memory 12.
  • the CPU 11 is an example of a computer.
  • the PC 1 also includes a user interface (hereinafter referred to as “user IF”) 13 and a communication interface (hereinafter referred to as “communication IF”) 14, which are electrically connected to the controller 10. .
  • user IF user interface
  • communication IF communication interface
  • the controller 10 in FIG. 1 is a general term for hardware and software used to control the PC 1, and does not necessarily represent a single piece of hardware that actually exists in the PC 1.
  • the CPU 11 executes various processes according to the program read from the memory 12 and based on user operations.
  • the memory 12 stores various programs and various data.
  • the memory 12 is also used as a work area when various processes are executed.
  • a buffer included in the CPU 11 is also an example of the memory 12. Note that an example of the memory 12 is not limited to a ROM, RAM, HDD, etc. built into the PC 1, but also a storage medium readable and writable by the CPU 11, such as a recording medium such as a CD-ROM or a DVD-ROM. Also good.
  • the user IF 13 includes hardware that displays a screen to notify the user of information and hardware that accepts operations by the user.
  • the user IF 13 may be a combination of a display 13a that can display information and a mouse, keyboard, etc. that has an input reception function, or may be a touch panel that has the display 13a and an input reception function. .
  • the communication IF 14 includes hardware for communicating with external devices such as the printer 2.
  • the communication standard of the communication IF 14 is Ethernet (registered trademark), Wi-Fi (registered trademark), USB, etc.
  • the PC 1 may be connectable to the Internet via the communication IF 14.
  • the PC 1 may include multiple communication IFs 14 that support multiple communication standards.
  • the memory 12 of the PC 1 stores an operating system (hereinafter referred to as "OS") 21 including a general-purpose printing program 41, an auxiliary program 42, and various application programs (hereinafter referred to as “apps”). ing.
  • the OS 21 is, for example, Windows (registered trademark), macOS (registered trademark), Linux (registered trademark), iOS (registered trademark), or Android (registered trademark).
  • the OS 21 creates a printer queue for each connected printer, manages print jobs addressed to that printer, and registers printer information that is information regarding each printer.
  • the PC 1 of this embodiment includes, for example, an information application 43 as various applications.
  • the information application 43 is, for example, a map application, a calendar application, or a browser, and has a function of displaying various information on the display 13a according to a user's request.
  • the information application 43 is an example of an application program. Note that the information application 43 itself does not need to have a function to print the displayed information.
  • the general-purpose printing program 41 is an OS standard program provided together with the OS 21, and has a function of causing the printer 2 or the like to print the information displayed on the display 13a by the information application 43 or the like.
  • the general-purpose printing program 41 of this embodiment is a program that includes a function of generating intermediate data based on image data to be printed.
  • the general-purpose printing program 41 supports functions that can be commonly used by multiple types of printer models provided by various printer vendors. Unlike printer drivers specific to various printers, the general-purpose printing program 41 does not support all of the functions unique to various printers, and only supports general-purpose functions.
  • the auxiliary program 42 is a program or a group of programs that executes processing based on instructions from the OS 21 in conjunction with the processing of the general-purpose printing program 41, and is a program that supports control of target hardware.
  • the auxiliary program 42 of this embodiment corresponds to the model of the printer 2 connected to the PC 1.
  • the auxiliary program 42 corresponds to the model of the printer 2 connected to the PC 1. It is started from the print program 41. That is, the auxiliary program 42 is registered in the general-purpose printing program 41 or the OS 21 as a program that is started based on the selection of the printer 2.
  • the auxiliary program 42 is, for example, a print support application (abbreviation: PSA) or a hardware support application (abbreviation: HSA).
  • the auxiliary program 42 is an example of a support program.
  • auxiliary program 42 may be a combination of a plurality of programs, each of which accepts an execution command, or may be a single program that can execute different processes depending on the command. Further, the auxiliary program 42 may be a program prepared for each type of printer by the printer vendor. For example, an auxiliary program for an inkjet printer and an auxiliary program for a laser printer may be prepared. There may be an auxiliary program prepared not only for each printer type but also for each printer model or printer model series.
  • the general-purpose printing program 41 has a pass-through function for passing the image data as is to the auxiliary program without generating intermediate data for PDF data.
  • PDF is an example of a predetermined file format.
  • registration for enabling the pass-through function is referred to as "pass-through registration.”
  • the auxiliary program 42 has a function of setting whether or not to execute pass-through registration. If the image data passed based on the print instruction is PDF and pass-through registration has not been executed by the auxiliary program 42, the general-purpose printing program 41 generates intermediate data and sends the intermediate data to the auxiliary program 42. However, if pass-through registration is executed from the auxiliary program 42, the image data of the PDF will be passed as is to the auxiliary program 42 without generating intermediate data.
  • registration permission information 46 indicating whether or not to perform pass-through registration is stored in the memory 12. The registration permission information 46 is set to ON when pass-through registration is executed, and set to OFF when pass-through registration is not executed.
  • the auxiliary program 42 has a setting screen for setting the registration permission information 46 to ON or OFF, for example, and accepts settings for the registration permission information 46 via the setting screen.
  • the printer 2 has at least a printing function and a communication function.
  • the printer 2 receives a print job including print data and print settings from an external device, and prints an image shown in the print data according to the print settings.
  • processing and each processing step in the flowchart and sequence diagram in the following description basically indicates processing by the CPU 11 according to instructions written in a program such as the auxiliary program 42.
  • the processing by the CPU 11 also includes hardware control using the API of the OS 21.
  • the detailed description of the OS 21 will be omitted and the operation of each program will be explained.
  • acquisition is used as a concept that does not require a request.
  • the user launches the information application 43 (A01).
  • the information application 43 displays various information on the display 13a according to the user's instructions (A02). If the user wants to print an image based on the information being displayed, the user selects print from the menu of the information application 43 (A03).
  • the information application 43 receives the print selection, it sends a print setting screen display request and image data to be printed to the general-purpose printing program 41 of the OS 21 (A04).
  • the information application 43 transmits image data to be printed in a file format according to its own capabilities. Therefore, the general-purpose printing program 41 receives image data of an image to be printed in a file format according to the capabilities of the data transmission source, such as the information application 43.
  • the general-purpose printing program 41 displays a general-purpose printing setting screen on the display 13a in response to the display request (A06).
  • the general-purpose print setting screen is a screen that accepts print setting instructions and print execution instructions.
  • the setting contents of various setting items related to printing are displayed, a preview display is executed based on the image data received from the information application 43 in A04, and various settings related to printing are accepted.
  • the general-purpose printing program 41 accepts the selection of a printer to perform printing via the general-purpose printing setting screen.
  • the general-purpose printing program 41 receives the selection of the printer 2 as the printer for printing (A07), it starts the auxiliary program 42 and requests processing corresponding to the printer selection (A08).
  • the general-purpose printing program 41 may pass information on print settings that were set at the time of printer selection to the auxiliary program 42.
  • printer 2 is set as the normally used printer in the OS 21, the general-purpose printing program 41 displays the general-purpose printing setting screen with printer 2 selected (A06), and runs the auxiliary program 42. Start it up (A08). That is, the printer 2 is automatically selected by the OS 21, and the general-purpose printing program 41 executes A08 based on the selection of the printer 2. In this case, the operation A07 by the user is not necessary.
  • the information application 43 displays the general-purpose print setting screen.
  • the information application 43 starts the general-purpose printing program 41 in response to the selection of print in A03, acquires data to be displayed on the general-purpose printing setting screen from the general-purpose printing program 41, and sets the general-purpose printing setting.
  • the screen is displayed on the display 13a.
  • the information application 43 passes information on the selected printer to the general-purpose printing program 41 in response to the printer 2 being selected or in response to the printer 2 being selected at A07.
  • the general-purpose printing program 41 starts up the auxiliary program 42 at A08.
  • the auxiliary program 42 Upon activation, the auxiliary program 42 requests the OS 21 for capability information of the selected printer (A11). Since the printer 2 is selected, the OS 21 sends an acquisition request requesting capability information to the printer 2, and receives the capability information sent from the printer 2 in response to the acquisition request. Acquire ability information (A12). A12 is an example of the second acquisition process. The OS 21 passes the capability information acquired from the selected printer, that is, the printer 2, to the auxiliary program 42 (A13).
  • the OS 21 communicates with the selected printer, for example, by communication according to IPP (abbreviation for internet printing protocol).
  • IPP abbreviation for internet printing protocol
  • the auxiliary program 42 instead of requesting capability information from the OS 21, the auxiliary program 42 obtains connection information such as the IP address of the selected printer from the OS 21, and uses MIB (Management Information Base) to determine the selected printer. Capability information may also be obtained directly from the printer.
  • MIB Management Information Base
  • the capability information acquired from the printer 2 includes information on parameters that can be set as print settings.
  • the capacity information includes, for example, status information, information on the remaining amount of consumables, information on installed trays, paper information on paper set for each tray, and information on compatible print resolutions. You can leave it there.
  • the capability information may include printer model information and firmware version information.
  • the capability information of this embodiment includes information indicating whether or not PDF data is supported.
  • the information indicating whether or not it is compatible with PDF data may be information that directly indicates whether or not it is compatible with PDF data, or information that is compatible with PDF data, such as the printer model. It may also be information that can be used to determine whether or not the person is present.
  • information indicating whether or not PDF data is compatible may include information regarding compatibility depending on the version.
  • PDF is an example of a predetermined file format
  • a version of PDF is an example of the type of predetermined file format.
  • the auxiliary program 42 that has acquired the capability information performs printer discrimination processing (A14).
  • the printer determination process is a process for determining whether or not the selected printer, that is, printer 2, is compatible with PDF data, based on information indicating whether or not it is compatible with PDF data included in the capability information. be.
  • A14 is an example of the second determination process.
  • the auxiliary program 42 reads the registration permission information 46 from the memory 12 (A15).
  • the auxiliary program 42 sends a message to the general-purpose printing program 41. Then, pass-through registration is executed (A16).
  • A16 is an example of registration processing. Pass-through registration is accepted by the general-purpose printing program 41 for each auxiliary program. Therefore, after pass-through registration by the auxiliary program 42, if a printer associated with the auxiliary program 42 is selected, the pass-through registration from the auxiliary program 42 becomes valid. On the other hand, if a printer that is not associated with the auxiliary program 42 is selected, pass-through registration from the auxiliary program 42 is not valid. Note that if pass-through registration has already been completed, A16 may be omitted.
  • the auxiliary program 42 does not execute pass-through registration, Processing to cancel pass-through registration is executed (A17). In other words, the auxiliary program 42 limits execution of pass-through registration.
  • A17 is an example of cancellation processing. Note that if pass-through has already been canceled or pass-through registration has not been performed, A17 may be omitted.
  • a print execution button is provided, and an instruction to execute printing is accepted by operating the print execution button. Since the general-purpose print setting screen is displayed in response to a request from the information application 43, this means that the information application 43 accepts operations on the general-purpose print setting screen. Therefore, in this embodiment, an instruction to execute printing is accepted by the information application 43 (D01), and a print instruction is output from the information application 43 to the general-purpose printing program 41 in accordance with the instruction (D02). . Note that the information application 43 may directly receive an instruction to execute printing separately from the general-purpose print setting screen, and in that case, the information application 43 outputs a print instruction to the general-purpose printing program 41 in response to the instruction. .
  • the general-purpose printing program 41 When the general-purpose printing program 41 receives a print instruction from the information application 43, it starts the auxiliary program 42, and prints the image data passed from the information application 43 at A04 in FIG. 2 and the printing received via the general-purpose print setting screen. The settings and are passed to the auxiliary program 42 (D03). The auxiliary program 42 then determines the file format and file format version of the passed image data (D04).
  • the general-purpose printing program 41 handles the image data passed from the information application 43 differently depending on the presence or absence of pass-through registration and the file format of the image data to be printed. That is, when pass-through registration is executed by the auxiliary program 42 at A16 in FIG. hand over.
  • general-purpose printing The program 41 generates intermediate data from the image data passed from the information application 43.
  • the general-purpose printing program 41 passes the generated intermediate data to the auxiliary program 42 as image data.
  • the image data passed from the information application 43 is of various types, and the general-purpose printing program 41 converts the image data to be printed into intermediate data suitable for generating print data.
  • the intermediate data is, for example, XPS data.
  • the auxiliary program 42 acquires the printer model (D11).
  • the printer model may be obtained by acquiring capability information from the printer and based on that capability information in the same way as in steps A11, A12, and A13 in FIG. You may also save the ability information and read out the saved ability information. Further, if the printer 2 has a function of responding with model information indicating a model, the auxiliary program 42 may directly request the printer 2 for the model information.
  • D11 is an example of the first acquisition process.
  • the auxiliary program 42 obtains whether or not the model obtained in D11 is compatible with the PDF version (D12).
  • D12 for example, the auxiliary program 42 has a version correspondence table 421 in which the printer model and the compatibility with the PDF version are associated with each other, as shown in FIG. 4, and refers to the version correspondence table 421.
  • the version correspondence table 421 may be obtained by accessing the server.
  • the printer 2 may be configured to send the model of the printer 2 to the server and receive information about compatible versions.
  • the version correspondence table 421 is an example of a table. Since the auxiliary program 42 has the version correspondence table 421, the printer 2 does not need to store information regarding compatible versions of PDF, and the load on the printer's memory is reduced.
  • the auxiliary program 42 analyzes the PDF image data passed from the general-purpose printing program 41 and extracts the PDF version (D13). D12 and D13 may be performed in reverse order or at the same time.
  • the auxiliary program 42 compares the version of the image data of the PDF passed from the general-purpose printing program 41 with the version compatible with the printer 2, and prints the PDF passed from the general-purpose printing program 41. It is determined whether the printer 2 can print the image data of (D14). D14 is an example of the first determination process.
  • the capability information acquired from the printer 2 includes version information indicating the version of PDF compatible with the printer 2, that version information is acquired instead of D11 and D12 (in the first acquisition process). For example, it is preferable to perform the determination of D14 using the acquired version information.
  • the auxiliary program 42 If it is determined by D14 that the printer 2 cannot print the PDF image data passed from the general-purpose printing program 41 (alt: print not possible), the auxiliary program 42 generates print data based on the PDF image data. (D15). That is, the auxiliary program 42 generates print data, which is PDL data compatible with the printer 2, from the PDF data passed from the general-purpose printing program 41. D15 is an example of generation processing. On the other hand, if it is determined in D14 that the printer 2 can print the PDF image data passed from the general-purpose printing program 41, the auxiliary program 42 does not generate print data.
  • the auxiliary program 42 generates print data based on the passed intermediate data (D21). That is, the auxiliary program 42 executes rasterization on the intermediate data processed by the general-purpose printing program 41, and generates print data representing the image to be printed.
  • the print data generated in D21 is, for example, PDL data compatible with the printer 2.
  • the auxiliary program 42 adds information indicating print settings to the print job including the PDF image data passed in D03 or the print data generated in D15 to D21 (D31).
  • the print settings to be provided are, for example, print settings unique to the printer.
  • the general-purpose printing program 41 supports general-purpose print settings and does not support printer-specific print settings. Examples of print settings supported by the general-purpose printing program 41 include number of copies, double-sided printing, color printing, paper feed tray, paper type, paper size, and layout printing (Nin1). Print settings specific to the printer include, for example, print settings related to post-processing such as watermarking, economical printing, PIN settings, poster printing, booklet printing, and stapling.
  • the auxiliary program 42 sends the print job to which the print settings have been added to the selected printer 2 (D32), and returns a notification of completion of the process in D03 to the general-purpose printing program 41 (D33).
  • the printer 2 that has received the print job executes printing based on the received print job (D34). As a result, printed matter is generated.
  • the printer 2 may perform authority authentication based on PIN information when acquiring a print job.
  • the printer 2 is compatible with PDF
  • the image data to be printed is a version of PDF compatible with the printer 2
  • the auxiliary program 42 directly transfers the PDF to the printer 2 in D32. will be sent to.
  • the process of transmitting this PDF as is to the printer 2 is an example of the first transmission process.
  • the printer 2 receives a print job including PDF image data, it can print the PDF image data as is without converting the file format.
  • the printer 2 can support the PDF version of image data, the image data is no longer converted from PDF to intermediate data to PDF, and unnecessary processing can be omitted. . Furthermore, deterioration in image quality due to file format conversion is suppressed.
  • the auxiliary program 42 generates print data compatible with the printer 2 in D15, and in D32. Then, the print data is sent to the printer 2.
  • the process of transmitting this print data is an example of the second transmission process. Since the printer 2 receives compatible print data, it can perform printing based on the print data. In this way, in the printing system 100 of the present embodiment, even if the printer 2 cannot support the PDF version of the image data, it is converted into print data that can be handled by the printer 2 and then passed to the printer 2. Therefore, the occurrence of errors in the printer 2 is suppressed, and the possibility that the user can obtain printed matter increases.
  • the auxiliary program 42 does not perform pass-through registration, so it receives intermediate data from the general-purpose printing program 41 and generates print data compatible with the printer 2 in D21.
  • the print data is transmitted to the printer 2 in D32.
  • the intermediate data is generated by the general-purpose printing program 41 in a file format that can be commonly used by multiple types of printer models provided by various printer vendors. Therefore, even if the image data output from the information application 43 has a file format that cannot be handled by the printer 2, the printer 2 can receive and print print data based on intermediate data. In this case as well, the printer 2 can perform printing based on the print settings given to the print job, as in the case of executing a print job including PDF image data.
  • the sending of the print job to the printer 2 may not be performed by the auxiliary program 42, but by the general-purpose printing program 41. That is, the auxiliary program 42 may pass the generated print data to the general-purpose print program 41 so that it is transmitted from the PC 1 with the printer 2 as the destination. In that case, the general-purpose printing program 41 transmits the print data etc. received from the auxiliary program 42 to the printer 2.
  • the auxiliary program 42 receives PDF image data, if the printer 2 is compatible with the PDF version of the delivered image data, the auxiliary program 42 sends a print job including the image data to the printer 2.
  • the printer 2 is compatible with the image data version of the PDF to be printed, the image data to be printed will be passed to the printer 2 without being converted to intermediate data, and the processing will be completed.
  • FIG. 5 is a sequence diagram showing an example of the procedure when printing is selected.
  • the image data passed from the general-purpose printing program 41 is a PDF and it is determined that the PDF cannot be printed, printing is canceled.
  • This point differs from the first embodiment in which printing is not canceled and PDF image data is converted into print data that can be handled by the printer 2.
  • differences from the first embodiment will be mainly explained. Note that in the second embodiment, the same reference numerals as in the first embodiment are used for configurations or processes that are common to the first embodiment, and explanations thereof will be omitted as appropriate.
  • the determination result in D04 is PDF (alt: PDF), and D14 indicates that the printer 2 cannot print the PDF image data passed from the general-purpose printing program 41. If it is determined (alt: printing not possible), the auxiliary program 42 does not generate print data and causes the display 13a to display a cancellation message notifying that printing is canceled (D16).
  • the auxiliary program 42 requests the general-purpose printing program 41 to cancel printing (D17).
  • the general-purpose printing program 41 cancels processing based on the print instruction.
  • the auxiliary program 42 sets the registration permission information 46 to OFF (D18).
  • the auxiliary program 42 may request the general-purpose printing program 41 to cancel pass-through registration in D18.
  • the execution order of the processes D16, D17, and D18 does not matter.
  • D16 is an example of notification processing
  • D17 is an example of cancellation processing
  • D18 is an example of cancellation processing.
  • the auxiliary program 42 responds to the general-purpose printing program 41 with a notification of completion of the process in D03, without executing the processes after D31 (D19). That is, a print job based on the image data passed from the general-purpose printing program 41 is not sent to the printer 2.
  • the pass-through registration is canceled at A17 in FIG. 2 when the printer 2 is selected on the general-purpose print setting screen from now on. Even if a print instruction is subsequently input and the same PDF image data is passed, the general-purpose printing program 41 passes image data converted to intermediate data. Therefore, print data based on the intermediate data is generated in D21, and the print data is sent to the printer 2. Therefore, printing with the printer 2 becomes possible. Note that, as described above, since printing is enabled by a subsequent print instruction, the message notified in D16 may include guidance for operating the print button again.
  • the printer 2 can print the PDF image data passed from the general-purpose printing program 41, then execute D16 to D19.
  • the auxiliary program 42 adds information indicating print settings to the print job including the PDF image data passed in D03 (D31 in FIG. 3), and adds the print settings.
  • the selected print job is sent to the selected printer 2 (D32 in FIG. 3), and a notification of completion of the process in D03 is returned to the general-purpose printing program 41 (D33 in FIG. 3).
  • the auxiliary program 42 cancels printing and cancels the pass-through registration, so that the printer 2 can handle the version. This suppresses the occurrence of an error in the printer 2 due to the transmission of image data that does not correspond to the original image data.
  • the general-purpose printing program 41 passes intermediate data instead of PDF image data, and print data based on that intermediate data is passed to the printer 2. The instruction enables the printer 2 to print.
  • the second embodiment compared to the case where print data is generated from PDF image data as in the first embodiment, there is no need to implement processing for generating print data from PDF, and the auxiliary program 42 The implementation load is low.
  • print data is generated from PDF image data as in the first embodiment, there is no need to input print instructions again for printing, and the possibility that printed matter can be obtained early by the printer 2 increases.
  • the device connected to the PC 1 is not limited to a printer, but may be any device having a printing function such as a multifunction peripheral, a copying machine, or a fax machine.
  • the device connected to the printer 2 is not limited to a PC, and may be any device that can control the printer, such as a PDA (personal digital assistant) or a smartphone.
  • pass-through registration is possible for PDF, but pass-through registration may be performed for file formats other than PDF, that is, the general-purpose printing program 41 may not generate intermediate data.
  • multiple file formats may be registered in the general-purpose printing program 41 as file formats that do not generate intermediate data in one pass-through registration, or pass-through registration may be executed by specifying a file format. That is, pass-through registration may be possible for each file format.
  • pass-through registration is executed when a printer is selected, but the timing at which pass-through registration is executed is not limited to this. For example, there are times when the auxiliary program 42 is installed, when a printer queue is created, and when a print instruction is accepted. For example, when accepting a print instruction, if the image data to be printed passed from the general-purpose printing program 41 is PDF, it can be determined that pass-through registration has not been performed. Pass-through registration may be performed on the condition that the registration permission information 46 is set to ON.
  • the start of printing may be delayed, so by executing pass-through registration before issuing a print instruction, such as when selecting a printer, the start of printing due to pass-through registration may be delayed. Delays can be suppressed.
  • the auxiliary program 42 when the registration permission information 46 is stored in the memory 12 and the registration permission information is set to OFF, the auxiliary program 42 does not execute pass-through registration, but the registration permission information 46 If the selected printer is compatible with PDF, pass-through registration may be executed without storing the information or making a determination regarding the registration permission information.
  • the auxiliary program 42 cancels the pass-through registration, it is not necessary to cancel the pass-through registration.
  • the selected printer is not compatible with PDF, by canceling the pass-through registration, for example, when the registration permission information 46 is changed from ON to OFF, a printing procedure corresponding to the change can be realized.
  • the capability information of the selected printer is acquired, and pass-through registration is executed on the condition that the selected printer is compatible with PDF.
  • Pass-through registration may be executed regardless of whether the printer is compatible with PDF or not.
  • the image data to be printed will be converted into PDF. If there is, intermediate data will be passed from the general-purpose printing program 41, and errors due to the selected printer's inability to handle PDF will be less likely to occur.
  • the execution order of the plurality of processes in any plurality of steps can be arbitrarily changed or executed in parallel within the range where there is no inconsistency in the processing contents.
  • processing disclosed in the embodiments may be executed by a single CPU, multiple CPUs, hardware such as ASIC, or a combination thereof. Further, the processes disclosed in the embodiments can be realized in various forms such as a recording medium recording a program for executing the processes, or a method.

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

OS標準の汎用印刷プログラムが組み込まれた情報処理装置において、プリンタでのエラーの発生を防ぎつつ、処理の改善を図る技術を実現すること。 PC1には、プリンタ2に対応し、OS21にあらかじめ組み込まれた汎用印刷プログラム41をサポートする補助プログラム42が組み込まれている。補助プログラム42は、所定のファイル形式について中間データを生成しないファイル形式として汎用印刷プログラム41に登録する。また、補助プログラム42は、情報アプリ43からプリンタ2に印刷させる印刷指示があり、汎用印刷プログラム41から所定のファイル形式の画像データが渡された場合、プリンタ2の能力を示す能力情報を取得し、その能力情報に基づいて、画像データの所定のファイル形式の種類にプリンタ2が対応可能と判断した場合に、渡された画像データを含む印刷ジョブをプリンタ2に送信する。

Description

サポートプログラム
 本明細書に開示される技術分野は、プリンタの制御をサポートするサポートプログラムに関する。
 近年、プリンタドライバを利用せず、オペレーティングシステム(OS)に標準に組み込まれている汎用印刷プログラムによってプリンタを制御する技術が実用化されている。この技術では、OSがプリンタを検知するとOS標準の汎用印刷プログラムとの関連付けを行い、以後、そのプリンタに対する印刷指示を受け付けた場合に、プリンタドライバを用いずに、OS標準の汎用印刷プログラムによる印刷が可能になる。
 また、OS標準の汎用印刷プログラムにサポートプログラムを関連付け、汎用印刷プログラムとサポートプログラムとの連携によって印刷を実現する構成が知られている。例えば特許文献1には、汎用印刷プログラムが印刷対象の画像データに基づいてXPS形式の中間データを生成し、サポートプログラムがその中間データに基づいてPDL形式の印刷データを生成し、その印刷データが汎用印刷プログラムによってプリンタに送信される構成、あるいはサポートプログラムがその中間データを編集した後、汎用印刷プログラムがその編集後の中間データに基づいてRWGrasterまたはPDF形式の印刷データを生成し、その印刷データをプリンタに送信する構成が開示されている。
特開2021-056755号公報
 例えばプリンタがPDFに対応可能なモデルである場合、そのプリンタにはPDFのデータを投入すればよい。しかしながら、汎用印刷プログラムを経由する印刷では、前述したように印刷対象の画像データに基づいて中間データが生成され、さらにその中間データに基づいて印刷データが生成される。そのため、印刷対象の画像データがPDFのデータであった場合、プリンタが画像データに対応できるにもかかわらず、PDF→中間データ→印刷データといったファイル形式の変換が行われることから、処理が冗長である。また、ファイル形式を変換する際に画質が劣化する可能性があり、ファイル形式の変換の機会は少ない方が好ましい。
 また、同じファイル形式であってもバージョン等の違いによって様々な種類がある場合がある。そのため、例えばPDFに対応するプリンタであっても、PDFのバージョンによっては対応できない場合もあり、仮に汎用印刷プログラムないしサポートプログラムからPDFのデータを送信してもプリンタでエラーになる可能性がある。これらのことから、汎用印刷プログラムを経由する印刷には改善の余地がある。
 上述した課題の解決を目的としてなされたサポートプログラムは、
 情報処理装置のコンピュータによって実行可能であり、前記情報処理装置と接続する特定のプリンタに対応し、前記情報処理装置のオペレーティングシステムにあらかじめ組み込まれた汎用印刷プログラムをサポートするサポートプログラムであって、
 前記コンピュータに、
  所定のファイル形式について中間データを生成しないファイル形式として前記汎用印刷プログラムに登録する登録処理を実行させ、
 さらに前記コンピュータに、
  前記情報処理装置に組み込まれているアプリケーションプログラムから出力された印刷指示であって、前記汎用印刷プログラムに対して画像の印刷を前記特定のプリンタに行わせる前記印刷指示があったことによって、前記汎用印刷プログラムから処理が要求された場合に、
   前記汎用印刷プログラムから前記中間データが渡された場合、渡された前記中間データに基づいて印刷データを生成し、生成された前記印刷データを含む印刷ジョブを前記特定のプリンタに送信するための処理を実行させ、
   前記汎用印刷プログラムから前記所定のファイル形式の画像データが渡された場合、前記特定のプリンタの能力を示す能力情報を取得する第1取得処理と、前記第1取得処理にて取得された前記能力情報に基づいて、渡された前記画像データの前記所定のファイル形式の種類に前記特定のプリンタが対応可能か否かを判断する第1判断処理と、を実行させ、さらに前記第1判断処理にて前記特定のプリンタが対応可能と判断された場合に、渡された前記画像データを含む印刷ジョブを前記特定のプリンタに送信するための第1送信処理を実行させる、
 ように構成される。
 所定のファイル形式について、中間データを生成しないファイル形式として汎用印刷プログラムに登録されていると、所定のファイル形式のデータが印刷対象の画像データであった場合に、汎用印刷プログラムからその画像データがそのままサポートプログラムに渡される。そこで、サポートプログラムは、中間データに変換されていない所定のファイル形式の画像データが渡された場合、その画像データの所定のファイル形式の種類に特定のプリンタが対応可能であれば、第1送信処理を実行して、その画像データを含む印刷ジョブをその特定のプリンタに送信する。これにより、印刷対象の画像データの種類も含めて対応可能な特定のプリンタであれば、印刷対象の画像データが中間データに変換されることなくその特定のプリンタに渡されることになるため、処理が冗長にならず、画質の劣化も抑制される。一方で、特定のプリンタ側の都合で特定のファイル形式でも対応できない場合には、第1送信処理を実行しないため、その特定のプリンタにおいて画像データに対応できないことに起因するエラーは発生し難い。
 上記装置の機能を実現するための制御方法および当該コンピュータプログラムを格納するコンピュータにて読取可能な記憶媒体も、新規で有用である。
 本明細書に開示される技術によれば、OS標準の汎用印刷プログラムが組み込まれた情報処理装置において、プリンタでのエラーの発生を防ぎつつ、処理の改善を図る技術が実現される。
第1の形態にかかる印刷システムの概略構成図である。 第1の形態にかかる情報アプリにて印刷が選択された場合の手順の例を示すシーケンス図である。 第1の形態にかかる印刷指示を受け付けた場合の手順の例を示すシーケンス図である。 プリンタのモデルによるPDFのバージョンごとの対応可否を示すテーブルの一例を示す図である。 第2の形態にかかる印刷指示を受け付けた場合の手順の例を示すシーケンス図である。
 以下、本形態のサポートプログラムを利用するパーソナルコンピュータ(以下、「PC」とする)について、添付図面を参照しつつ詳細に説明する。本明細書は、OS標準の汎用印刷プログラムからプリンタに印刷を行わせる印刷システムを開示する。
[第1実施形態]
 [システム構成]
 印刷システム100は、図1に示すように、PC1とプリンタ2とを有する。PC1とプリンタ2とは、インターネット等のネットワークを介して接続されていてもよいし、ネットワークを介さずに接続されていてもよい。PC1は、情報処理装置の一例である。プリンタ2は、特定のプリンタの一例である。
 PC1は、CPU11と、メモリ12と、を含むコントローラ10を備えている。CPU11は、コンピュータの一例である。また、PC1は、ユーザインタフェース(以下、「ユーザIF」とする)13と、通信インタフェース(以下、「通信IF」とする)14と、を備え、これらがコントローラ10に電気的に接続されている。なお、図1中のコントローラ10は、PC1の制御に利用されるハードウェアやソフトウェアを纏めた総称であって、実際にPC1に存在する単一のハードウェアを表すとは限らない。
 CPU11は、メモリ12から読み出したプログラムに従って、また、ユーザの操作に基づいて、各種の処理を実行する。メモリ12には、各種のプログラムや各種のデータが記憶されている。メモリ12は、各種の処理が実行される際の作業領域としても利用される。CPU11が備えるバッファも、メモリ12の一例である。なお、メモリ12の一例は、PC1に内蔵されるROM、RAM、HDD等に限らず、CPU11が読み取り可能かつ書き込み可能なストレージ媒体、例えば、CD-ROM、DVD-ROM等の記録媒体であっても良い。
 ユーザIF13は、ユーザに情報を報知するための画面を表示するハードウェアと、ユーザによる操作を受け付けるハードウェアと、を含む。なお、ユーザIF13は、情報を表示可能なディスプレイ13aと、入力受付機能を有するマウスやキーボード等と、の組であっても良いし、ディスプレイ13aと入力受付機能とを備えるタッチパネルであっても良い。
 通信IF14は、プリンタ2等の外部装置と通信を行うためのハードウェアを含む。通信IF14の通信規格は、イーサネット(登録商標)、Wi-Fi(登録商標)、USBなどである。PC1は、通信IF14を介して、インターネットに接続可能であっても良い。PC1は、複数の通信規格に対応する複数の通信IF14を備えていてもよい。
 PC1のメモリ12には、汎用印刷プログラム41を含むオペレーティングシステム(以下、「OS」とする)21と、補助プログラム42と、各種のアプリケーションプログラム(以下、「アプリ」とする)と、が記憶されている。OS21は、例えば、Windows(登録商標)、macOS(登録商標)、Linux(登録商標)、iOS(登録商標)、Android(登録商標)である。OS21は、接続されているプリンタごとに、プリンタキューを作成してそのプリンタ宛ての印刷ジョブを管理し、各プリンタに関する情報であるプリンタ情報を登録する。
 本形態のPC1には、各種のアプリとして、例えば、情報アプリ43が組み込まれている。情報アプリ43は、例えば、地図アプリ、カレンダアプリ、ブラウザ、であり、ユーザの要求に応じて各種の情報をディスプレイ13aに表示させる機能を備えている。情報アプリ43は、アプリケーションプログラムの一例である。なお、情報アプリ43自身は、表示させた情報を印刷させる機能を備えていなくても良い。
 汎用印刷プログラム41は、OS21とともに提供されるOS標準のプログラムであり、情報アプリ43等によってディスプレイ13aに表示されている情報を、プリンタ2等に印刷させるための機能を有する。本形態の汎用印刷プログラム41は、印刷対象の画像データに基づいて、中間データを生成する機能を含むプログラムである。汎用印刷プログラム41は、各種のプリンタのベンダによって提供される複数種類のモデルのプリンタが共通に利用できる機能をサポートしている。汎用印刷プログラム41は、各種のプリンタに固有のプリンタドライバとは異なり、各種のプリンタが固有に備える機能の全てに対応するものではなく、サポートする機能は汎用的なものに限られる。
 補助プログラム42は、汎用印刷プログラム41の処理に付随してOS21からの指示に基づいて処理を実行するプログラムまたはプログラム群であり、対象のハードウェアの制御をサポートするプログラムである。本形態の補助プログラム42は、PC1に接続されているプリンタ2のモデルに対応するものであり、例えば、汎用印刷プログラム41を使用してプリンタ2に印刷を実行させる指示を受け付けた場合に、汎用印刷プログラム41から起動される。すなわち、補助プログラム42は、プリンタ2の選択に基づいて起動されるプログラムとして、汎用印刷プログラム41あるいはOS21に登録されている。補助プログラム42は、例えば、印刷サポートアプリ(略称、PSA)、またはハードウェアサポートアプリ(略称、HSA)と呼ばれるものである。補助プログラム42は、サポートプログラムの一例である。
 なお、補助プログラム42は、それぞれが実行命令を受け付ける複数のプログラムの組み合わせであっても良いし、1つのプログラムであって命令に応じてそれぞれ異なる処理を実行できるプログラムであっても良い。また、補助プログラム42は、プリンタのベンダによってプリンタのタイプごとに用意されるプログラムであっても良い。例えば、インクジェットプリンタ用の補助プログラムやレーザプリンタ用の補助プログラムが、それぞれ用意されても良い。プリンタのタイプごとに限らず、プリンタのモデルごとやプリンタのモデルのシリーズごとに用意される補助プログラムが有っても良い。
 また、汎用印刷プログラム41は、PDFのデータについて、中間データを生成せずに、画像データをそのまま補助プログラムに渡すパススルー機能を有している。PDFは所定のファイル形式の一例である。汎用印刷プログラム41は、補助プログラムごとに、パススルー機能を有効にするか否かの登録が可能である。本形態では、パススルー機能を有効にする登録を「パススルー登録」とする。
 また、補助プログラム42は、パススルー登録を実行するか否かを設定する機能を有する。汎用印刷プログラム41は、印刷指示に基づいて渡された画像データがPDFであった場合に、補助プログラム42からパススルー登録が実行されていなければ、中間データを生成してその中間データを補助プログラム42に渡すことになるが、補助プログラム42からパススルー登録が実行されていると、中間データを生成することなくそのPDFの画像データをそのまま補助プログラム42に渡すことになる。本実施形態では、パススルー登録を実行するか否かを示す登録可否情報46がメモリ12に記憶されている。登録可否情報46は、パススルー登録を実行する場合にはONに設定され、パススルー登録を実行しない場合にはOFFに設定される。補助プログラム42は、例えば登録可否情報46をONないしOFFに設定するための設定画面を有し、その設定画面を介して登録可否情報46への設定を受け付ける。
 プリンタ2は、少なくとも印刷機能と通信機能とを有する。プリンタ2は、印刷データおよび印刷設定を含む印刷ジョブを外部装置から受信し、印刷設定に従って印刷データに示される画像の印刷を行う。
 [プリンタ選択時の手順]
 続いて、本形態の補助プログラム42の動作を含む印刷の手順であって、情報アプリ43にて印刷が選択された場合の各プログラムによる手順について、図2のシーケンス図を参照して説明する。なお、図2および後述する他のシーケンス図では、プリンタ2に対応する補助プログラム42がPC1に組み込まれている場合の動作について示している。
 なお、以下の説明における処理およびフローチャート、シーケンス図の各処理ステップは、基本的に、補助プログラム42などのプログラムに記述された命令に従ったCPU11の処理を示す。CPU11による処理は、OS21のAPIを用いたハードウェア制御も含む。本明細書では、OS21の詳細な記載を省略して各プログラムの動作を説明する。また、「取得」は要求を必須とはしない概念で用いる。
 手順の始めに、ユーザが情報アプリ43を起動する(A01)。情報アプリ43は、ユーザの指示に応じて、各種の情報をディスプレイ13aに表示させる(A02)。表示中の情報に基づく画像を印刷させたい場合、ユーザは、情報アプリ43のメニューから印刷を選択する(A03)。情報アプリ43は、印刷の選択を受け付けると、OS21の汎用印刷プログラム41に印刷設定画面の表示要求と印刷対象の画像データを送る(A04)。情報アプリ43は、自身の能力に応じたファイル形式で印刷対象の画像データを送信する。よって、汎用印刷プログラム41は、情報アプリ43などのデータ送信元の能力に応じたファイル形式で印刷対象となる画像の画像データを受け取る。
 汎用印刷プログラム41は、表示要求がされたことに応じて、汎用印刷設定画面をディスプレイ13aに表示させる(A06)。汎用印刷設定画面は、印刷設定の指示や印刷実行の指示を受け付ける画面である。汎用印刷設定画面では、印刷に関する各種の設定項目の設定内容が表示され、A04にて情報アプリ43から受け取った画像データに基づいてプレビュー表示が実行され、印刷に関する各種の設定を受け付ける。
 また、汎用印刷プログラム41は、汎用印刷設定画面を介して、印刷を実行するプリンタの選択を受け付ける。汎用印刷プログラム41は、印刷を実行するプリンタとしてプリンタ2の選択を受け付けると(A07)、補助プログラム42を起動して、プリンタの選択に対応する処理を要求する(A08)。A08では、汎用印刷プログラム41は、プリンタの選択時に設定されていた印刷設定の情報を、補助プログラム42に渡してもよい。
 なお、汎用印刷プログラム41は、OS21にて通常使用するプリンタとしてプリンタ2が設定されている場合には、プリンタ2が選択された状態で汎用印刷設定画面を表示し(A06)、補助プログラム42を起動する(A08)。すなわち、OS21によってプリンタ2が自動的に選択され、汎用印刷プログラム41は、プリンタ2の選択に基づいて、A08を実行する。この場合、ユーザによるA07の操作は不要である。
 また、汎用印刷プログラム41が汎用印刷設定画面を表示する代わりに、情報アプリ43が汎用印刷設定画面を表示させる構成でも良い。その場合、情報アプリ43は、A03で印刷が選択されたことに応じて汎用印刷プログラム41を起動し、汎用印刷設定画面に表示させるためのデータを汎用印刷プログラム41から取得して、汎用印刷設定画面をディスプレイ13aに表示させる。そして、情報アプリ43は、プリンタ2が選択されていることに応じて、もしくは、A07にてプリンタ2が選択されたことに応じて、選択されたプリンタの情報を汎用印刷プログラム41に渡す。これにより、汎用印刷プログラム41は、A08にて、補助プログラム42を起動する。
 補助プログラム42は、起動されたことに応じて、OS21に対して選択されたプリンタの能力情報を要求する(A11)。OS21は、プリンタ2が選択されていることから、プリンタ2に能力情報を要求する取得要求を送信し、その取得要求に応じてプリンタ2から送信される能力情報を受信することで、プリンタ2から能力情報を取得する(A12)。A12は、第2取得処理の一例である。OS21は、選択されたプリンタ、すなわちプリンタ2から取得した能力情報を補助プログラム42に渡す(A13)。
 OS21は、例えば、IPP(internet printing protocolの略)に応じた通信によって、選択されたプリンタとの通信を行う。なお、補助プログラム42は、OS21に能力情報を要求する代わりに、例えば、選択されたプリンタのIPアドレス等の接続情報をOS21から取得し、MIB(Management Information Baseの略)を使って、選択されたプリンタから直接、能力情報を取得しても良い。
 プリンタ2から取得される能力情報には、印刷設定として設定可能なパラメータの情報が含まれる。また、能力情報には、例えば、ステータス情報、消耗品の残量情報、装着されているトレイの情報、トレイごとに設定されている用紙の用紙情報、対応可能な印刷解像度の情報、が含まれていてもよい。また、能力情報には、プリンタのモデル情報やファームウェアのバージョン情報が含まれていてもよい。本形態の能力情報には、PDFのデータに対応しているか否かを示す情報が含まれる。PDFのデータに対応しているか否かを示す情報は、PDFのデータに対応しているか否かを直接的に示す情報であってもよいし、プリンタのモデル等、PDFのデータに対応しているか否かの判定に利用できる情報であってもよい。また、PDFに対応する場合であっても、バージョンによって対応可否が異なる場合、PDFのデータに対応しているか否かを示す情報に、そのバージョンによる対応可否に関する情報を含めてもよい。PDFは、所定のファイル形式の一例であり、PDFのバージョンは、所定のファイル形式の種類の一例である。
 能力情報を取得した補助プログラム42は、プリンタ判別処理を行う(A14)。プリンタ判別処理は、能力情報に含まれるPDFのデータに対応しているか否かを示す情報に基づいて、選択されたプリンタ、すなわちプリンタ2がPDFに対応可能か否かを判別するための処理である。A14は、第2判断処理の一例である。さらに、補助プログラム42は、登録可否情報46をメモリ12から読み出す(A15)。
 補助プログラム42は、選択されたプリンタがPDFに対応可能であり、かつ、登録可否情報46がONに設定されている場合(alt:PDF対応可かつ登録可否情報ON)、汎用印刷プログラム41に対して、パススルー登録を実行する(A16)。A16は登録処理の一例である。パススルー登録は、補助プログラムごとに汎用印刷プログラム41に受け付けられる。そのため、補助プログラム42によるパススルー登録後、補助プログラム42に関連付けられたプリンタが選択されている場合には、補助プログラム42からのパススルー登録が有効になる。一方、補助プログラム42に関連付けられていないプリンタが選択されている場合には、補助プログラム42からのパススルー登録が有効にならない。なお、既にパススルー登録済みである場合には、A16を省略してもよい。
 一方、補助プログラム42は、選択されたプリンタがPDF対応不可、または、登録可否情報46がOFFに設定されている場合(alt:PDF対応不可または登録可否情報OFF)、パススルー登録を実行せず、パススルー登録を解除する処理を実行する(A17)。つまり、補助プログラム42は、パススルー登録の実行を制限する。A17は、解除処理の一例である。なお、既にパススルー解除済みあるいはパススルー登録を行っていない場合には、A17を省略してもよい。
 [印刷実行時の手順]
 続いて、汎用印刷プログラム41の汎用印刷設定画面を介して印刷実行の指示を受け付けた場合の各プログラムによる手順について、図3のシーケンス図を参照して説明する。図3に示すシーケンス図では、プリンタ2が選択された状態で印刷実行の指示を受け付けた場合の動作について示している。
 例えば図2のA06によって表示される汎用印刷設定画面では、印刷実行ボタンが設けられており、その印刷実行ボタンへの操作によって印刷実行の指示を受け付ける。汎用印刷設定画面は、情報アプリ43からの要求によって表示されていることから、汎用印刷設定画面への操作は、情報アプリ43が受け付けることを意味する。そのため、本形態では、印刷実行の指示は、情報アプリ43によって受け付けられ(D01)、その指示に応じて情報アプリ43から汎用印刷プログラム41に対して印刷指示が出力されることになる(D02)。なお、情報アプリ43が汎用印刷設定画面とは別に印刷実行の指示を直接受け付けてもよく、その場合も、その指示に応じて情報アプリ43から汎用印刷プログラム41に対して印刷指示が出力される。
 汎用印刷プログラム41は、情報アプリ43から印刷指示を受け付けると、補助プログラム42を起動し、図2のA04にて情報アプリ43から渡された画像データと、汎用印刷設定画面を介して受け付けた印刷設定と、を補助プログラム42に渡す(D03)。そして、補助プログラム42は、渡された画像データについてファイル形式およびファイル形式のバージョンを判別する(D04)。
 汎用印刷プログラム41は、パススルー登録の有無や印刷対象の画像データのファイル形式によって、情報アプリ43から渡された画像データの取り扱いが異なる。すなわち、図2のA16にてパススルー登録が補助プログラム42によって実行され、かつ、情報アプリ43からPDFの画像データが渡された場合、汎用印刷プログラム41は、PDFの画像データをそのまま補助プログラム42に渡す。
 一方、パススルー登録が補助プログラム42によって実行されていない場合、あるいはパススルー登録が補助プログラム42によって解除されている場合、あるいは、情報アプリ43から渡された画像データのファイル形式がPDFでない場合、汎用印刷プログラム41は、情報アプリ43から渡された画像データから中間データを生成する。汎用印刷プログラム41は、その生成された中間データを画像データとして補助プログラム42に渡す。情報アプリ43から渡される画像データは種々のタイプのものであり、汎用印刷プログラム41は、印刷対象の画像データを、印刷データの生成に適した中間データに変換する。中間データは、例えば、XPSデータである。
 D04による判別結果がPDFの場合(alt:PDF)、補助プログラム42は、プリンタのモデルを取得する(D11)。プリンタのモデルは、図2のA11、A12、A13の手順と同様に、プリンタから能力情報を取得し、その能力情報に基づいて取得してもよいし、A13にて取得した能力情報をメモリ12に保存しておき、保存した能力情報を読み出してもよい。また、プリンタ2がモデルを示すモデル情報を応答する機能を有している場合には、補助プログラム42からプリンタ2に直接そのモデル情報を要求してもよい。D11は、第1取得処理の一例である。
 また、補助プログラム42は、D11にて取得したモデルについて、PDFのバージョンに関する対応可否を取得する(D12)。D12では、例えば補助プログラム42が、図4に示すように、プリンタのモデルと、PDFのバージョンに関する対応可否と、が関連付けられたバージョン対応テーブル421を有しており、バージョン対応テーブル421を参照することで、プリンタ2のモデルで対応可能なPDFのバージョンを取得する。なお、バージョン対応テーブル421がサーバにある場合、そのサーバにアクセスすることで、バージョン対応テーブル421を取得してもよい。あるいはそのサーバにプリンタ2のモデルを送信し、対応可能なバージョンについての情報を受信するように構成してもよい。バージョン対応テーブル421は、テーブルの一例である。補助プログラム42がバージョン対応テーブル421を有することで、プリンタ2はPDFの対応可能バージョンに関する情報を記憶しておく必要が無く、プリンタのメモリへの負担が少ない。
 また、補助プログラム42は、汎用印刷プログラム41から渡されたPDFの画像データを解析し、PDFのバージョンを抽出する(D13)。D12とD13とは逆順であっても同時であってもよい。
 D12およびD13の後、補助プログラム42は、汎用印刷プログラム41から渡されたPDFの画像データのバージョンと、プリンタ2で対応可能なバージョンと、を照合して、汎用印刷プログラム41から渡されたPDFの画像データを、プリンタ2が印刷できるか否かを判定する(D14)。D14は、第1判断処理の一例である。
 なお、プリンタ2から取得される能力情報に、プリンタ2で対応可能なPDFのバージョンを示すバージョン情報まで含まれている場合、D11およびD12に代えてそのバージョン情報を取得し(第1取得処理の一例)、取得したバージョン情報を用いてD14の判定を行うとよい。
 D14によって、汎用印刷プログラム41から渡されたPDFの画像データを、プリンタ2が印刷できないと判定された場合(alt:印刷不可)、補助プログラム42は、PDFの画像データに基づく印刷データを生成する(D15)。すなわち、補助プログラム42は、汎用印刷プログラム41から渡されたPDFのデータから、プリンタ2で対応可能なPDLのデータである印刷データを生成する。D15は、生成処理の一例である。一方、D14によって、汎用印刷プログラム41から渡されたPDFの画像データを、プリンタ2が印刷できると判定された場合、補助プログラム42は、印刷データを生成しない。
 また、D04による判別結果がPDFでないファイル形式、すなわち中間データである場合(alt:非PDF)、補助プログラム42は、渡された中間データに基づく印刷データを生成する(D21)。すなわち、補助プログラム42は、汎用印刷プログラム41によって加工された中間データにラスタライズを実行し、印刷対象の画像を示す印刷データを生成する。D21にて生成される印刷データは、例えば、プリンタ2が対応可能なPDLデータである。
 補助プログラム42は、D03にて渡されたPDFの画像データ、あるいは、D15ないしD21にて生成された印刷データを含む印刷ジョブに、印刷設定を示す情報を付与する(D31)。付与する印刷設定は、例えば、プリンタ固有の印刷設定である。汎用印刷プログラム41は、汎用的な印刷設定をサポートし、プリンタ固有の印刷設定をサポートしていない。汎用印刷プログラム41がサポートする印刷設定の例としては、部数、両面印刷、カラー印刷、給紙トレイ、用紙種類、用紙サイズ、割り付け印刷(Nin1)などがある。プリンタ固有の印刷設定としては、例えば、ウォータマーク、節約印刷、PIN設定、ポスター印刷、小冊子印刷、ステープルなどの後処理に関する印刷設定がある。
 補助プログラム42は、印刷設定を付与した印刷ジョブを、選択されたプリンタ2に送信し(D32)、汎用印刷プログラム41に対してD03による処理の終了通知を返す(D33)。印刷ジョブを受信したプリンタ2は、受信した印刷ジョブに基づく印刷を実行する(D34)。これにより、印刷物が生成される。なお、プリンタ2は、印刷ジョブを取得する際に、PIN情報に基づく権限認証を行ってもよい。
 本実施形態において、プリンタ2がPDFに対応可能であった場合、補助プログラム42は、印刷対象の画像データがプリンタ2で対応可能なバージョンのPDFであれば、D32にてそのままそのPDFをプリンタ2に送信することになる。このPDFをそのままプリンタ2に送信する処理が第1送信処理の一例になる。プリンタ2は、PDFの画像データを含む印刷ジョブを受信した場合、ファイル形式を変換しなくても、PDFの画像データをそのまま印刷することができる。このように、本実施形態の印刷システム100では、プリンタ2が画像データのPDFのバージョンに対応できる場合に、画像データがPDF→中間データ→PDFのように変換されなくなり、無駄な処理を省略できる。また、ファイル形式の変換に伴う画質の劣化が抑制される。
 また、PDFの画像データであっても、その画像データのPDFのバージョンにプリンタ2が対応していない場合、補助プログラム42は、D15にてプリンタ2が対応可能な印刷データを生成し、D32にてその印刷データをプリンタ2に送信することになる。この印刷データを送信する処理が第2送信処理の一例になる。プリンタ2は、対応可能な印刷データを受信することになるため、その印刷データに基づく印刷を実行できる。このように、本実施形態の印刷システム100では、プリンタ2が画像データのPDFのバージョンに対応できない場合であっても、プリンタ2で対応可能な印刷データに変換されてプリンタ2に渡されることになるため、プリンタ2でのエラーの発生が抑制され、ユーザが印刷物を得られる可能性が高まる。
 一方、プリンタ2がPDFに対応不可であった場合、補助プログラム42はパススルー登録を行わないため、汎用印刷プログラム41から中間データを受け取り、D21にてプリンタ2が対応可能な印刷データを生成し、D32にてその印刷データをプリンタ2に送信することになる。中間データは、汎用印刷プログラム41によって、各種のプリンタのベンダによって提供される複数種類のモデルのプリンタが共通に利用できるファイル形式で生成されている。よって、情報アプリ43から出力された画像データが、プリンタ2で対応できないファイル形式であるとしても、プリンタ2は、中間データに基づく印刷データを受信して印刷することができる。この場合も、プリンタ2は、PDFの画像データを含む印刷ジョブを実行する場合と同様、印刷ジョブに付与された印刷設定に基づく印刷を行うことができる。
 なお、プリンタ2への印刷ジョブの送信は、補助プログラム42が行わず、汎用印刷プログラム41が行っても良い。つまり、補助プログラム42は、生成した印刷データを、プリンタ2を送信先としてPC1から送信されるように、汎用印刷プログラム41に渡しても良い。その場合、汎用印刷プログラム41は、補助プログラム42から受け取った印刷データ等をプリンタ2に送信する。
 以上詳細に説明したように第1実施形態の汎用印刷プログラム41では、PDFについて中間データを生成しないファイル形式としてパススルー登録されていると、印刷対象の画像データがPDFであった場合に、汎用印刷プログラム41からそのPDFの画像データがそのまま補助プログラム42に渡される。そこで、補助プログラム42は、PDFの画像データが渡された場合、渡された画像データのPDFのバージョンにプリンタ2が対応可能であればその画像データを含む印刷ジョブをプリンタ2に送信する。これにより、プリンタ2が印刷対象のPDFの画像データのバージョンも含めて対応可能であれば、印刷対象の画像データが中間データに変換されることなくプリンタ2に渡されることになるため、処理が冗長にならず、画質の劣化も抑制される。一方で、プリンタ2の都合でそのバージョンに対応できない場合には、PDFの画像データをそのまま送信せず、印刷データに変換したものをプリンタ2に送信する。そのため、プリンタ2において、画像データに対応できないことに起因するエラーは発生に難い。
[第2実施形態]
 [印刷実行時の手順]
 続いて、本明細書にて開示するサポートプログラムおよび印刷システムの第2実施形態について説明する。図5は、印刷が選択された場合の手順の例を示すシーケンス図である。第2実施形態では、汎用印刷プログラム41から渡された画像データがPDFであってそのPDFが印刷不可と判定された場合に、印刷をキャンセルする。この点、印刷をキャンセルせず、PDFの画像データをプリンタ2で対応可能な印刷データに変換する第1実施形態と相違する。ここでは、第1実施形態と相違する点を中心に説明する。なお、第2実施形態において第1実施形態と共通する構成あるいは処理には、第1実施形態と同じ符号を使用し、説明を適宜省略する。
 第2実施形態では、図5に示すように、D04による判別結果がPDFであり(alt:PDF)、D14によって、汎用印刷プログラム41から渡されたPDFの画像データを、プリンタ2が印刷できないと判定された場合(alt:印刷不可)、補助プログラム42は、印刷データを生成せず、印刷をキャンセルすることを通知するキャンセルメッセージをディスプレイ13aに表示させる(D16)。
 そして、補助プログラム42は、汎用印刷プログラム41に対して印刷のキャンセルを要求する(D17)。汎用印刷プログラム41は、キャンセルが要求されると、印刷指示に基づく処理をキャンセルする。また、補助プログラム42は、登録可否情報46にOFFを設定する(D18)。また、補助プログラム42は、D18にて汎用印刷プログラム41に対してパススルー登録の解除を要求してもよい。D16、D17、D18の処理の実行順序は問わない。D16は、通知処理の一例であり、D17は、キャンセル処理の一例であり、D18は、解除処理の一例である。
 D16、D17、およびD18の後は、補助プログラム42は、D31以降の処理を実行せずに、汎用印刷プログラム41に対してD03による処理の終了通知を応答する(D19)。すなわち、汎用印刷プログラム41から渡された画像データに基づく印刷ジョブをプリンタ2に送信しない。
 登録可否情報46にOFFを設定することで、以降、汎用印刷設定画面にてプリンタ2を選択した場合に、図2のA17にてパススルー登録が解除される。そして、その後に印刷指示が入力され、同じPDFの画像データが渡されたとしても、汎用印刷プログラム41からは中間データに変換された画像データが渡される。そのため、D21にて中間データに基づく印刷データが生成され、その印刷データがプリンタ2に送信されることになる。そのため、プリンタ2での印刷が可能になる。なお、上述したようにその後の印刷指示によって印刷が可能になるため、D16にて通知されるメッセージには、もう一度印刷ボタンを操作することの案内を含めてもよい。
 なお、D04による判別結果がPDFであり(alt:PDF)、D14によって、汎用印刷プログラム41から渡されたPDFの画像データを、プリンタ2が印刷できると判定された場合、D16からD19を実行せず、第1実施形態と同様に、補助プログラム42は、D03にて渡されたPDFの画像データを含む印刷ジョブに、印刷設定を示す情報を付与し(図3のD31)、印刷設定を付与した印刷ジョブを、選択されたプリンタ2に送信し(図3のD32)、汎用印刷プログラム41に対してD03による処理の終了通知を返す(図3のD33)。
 以上詳細に説明したように第2実施形態では、プリンタ2が印刷対象のPDFのバージョンに対応しない場合には、補助プログラム42が印刷をキャンセルし、パススルー登録を解除することで、プリンタ2で対応しない画像データが送信されてプリンタ2でエラーが発生することが抑制される。さらに次回の印刷指示があった場合、汎用印刷プログラム41からPDFの画像データではなく中間データが渡されることで、その中間データに基づく印刷データがプリンタ2に渡されることになるため、次回の印刷指示ではプリンタ2による印刷が可能になる。
 また、第2実施形態では、第1実施形態のようにPDFの画像データから印刷データを生成する場合と比較して、PDFから印刷データを生成する処理を実装する必要が無く、補助プログラム42の実装負荷が少ない。一方で、第1実施形態のようにPDFの画像データから印刷データを生成すると、印刷のために印刷指示を再度入力する手間がなく、プリンタ2で印刷物を早期に入手できる可能性が高まる。
 なお、本明細書に開示される実施の形態は単なる例示にすぎず、本発明を何ら限定するものではない。したがって本明細書に開示される技術は当然に、その要旨を逸脱しない範囲内で種々の改良、変形が可能である。例えば、PC1に接続される装置は、プリンタに限らず、複合機、複写機、FAX装置といった印刷機能を有する装置であればよい。また、プリンタ2と接続する装置は、PCに限らず、PDA(パーソナルデジタルアシスタント)やスマートフォンといったプリンタを制御できる装置であればよい。
 また、実施の形態では、PDFについてパススルー登録が可能であるが、PDF以外のファイル形式についてもパススルー登録、すなわち汎用印刷プログラム41が中間データを生成しないようにしてもよい。この場合、1つのパススルー登録で複数のファイル形式を中間データを生成しないファイル形式として汎用印刷プログラム41に登録してもよいし、ファイル形式を指定してパススルー登録を実行できてもよい。すなわち、ファイル形式ごとにパススルー登録できてもよい。
 また、実施の形態では、プリンタの選択時にパススルー登録を実行しているが、パススルー登録を実行するタイミングは、これに限るものではない。例えば、補助プログラム42のインストール時、プリンタキューの作成時、印刷指示の受け付け時、がある。例えば印刷指示の受け付け時であれば、汎用印刷プログラム41から渡された印刷対象の画像データがPDFであればパススルー登録が行われていないと判断できることから、その場合に、選択されたプリンタがPDFに対応可能であり、かつ、登録可否情報46がONに設定されていることを条件として、パススルー登録を実行すればよい。なお、印刷指示の際に行う場合、印刷開始が遅延する可能性があるため、プリンタの選択時のように、印刷指示よりも前にパススルー登録を実行することで、パススルー登録に伴う印刷開始の遅延を抑制できる。
 また、実施の形態では、登録可否情報46をメモリ12に記憶し、登録可否情報にOFFが設定されている場合には、補助プログラム42は、パススルー登録を実行していないが、登録可否情報46を記憶せず、登録可否情報に関する判断を行わずに、選択されたプリンタがPDF対応可であれば、パススルー登録を実行してもよい。
 また、実施の形態では、プリンタの選択時、選択されたプリンタがPDF対応不可、または、登録可否情報46がOFFに設定されている場合(図2のalt:PDF対応可かつ登録可否情報ON)、補助プログラム42は、パススルー登録を解除しているが、パススルー登録を解除しなくてもよい。ただし、選択されたプリンタがPDF対応不可であればパススルー登録を解除することで、例えば登録可否情報46がONからOFFに変更された場合に、その変更にあった印刷手順を実現できる。
 また、実施の形態では、プリンタの選択時、選択されたプリンタの能力情報を取得し、選択されたプリンタがPDF対応可であることを条件として、パススルー登録を実行しているが、選択されたプリンタがPDF対応可か不可かにかかわらず、パススルー登録を実行してもよい。ただし、選択されたプリンタがPDF対応可であることを条件としてパススルー登録を実行する、すなわち選択されたプリンタがPDF対応不可であればパススルー登録を実行しないことで、印刷対象の画像データがPDFであった場合に汎用印刷プログラム41から中間データが渡されることになり、選択プリンタにおいてPDFに対応できないためのエラーが発生し難くなる。
 また、実施の形態に開示されている任意のフローチャートにおいて、任意の複数のステップにおける複数の処理は、処理内容に矛盾が生じない範囲で、任意に実行順序を変更できる、または並列に実行できる。
 また、実施の形態に開示されている処理は、単一のCPU、複数のCPU、ASICなどのハードウェア、またはそれらの組み合わせで実行されてもよい。また、実施の形態に開示されている処理は、その処理を実行するためのプログラムを記録した記録媒体、または方法等の種々の態様で実現することができる。
1  PC
2  プリンタ
21 OS
41 汎用印刷プログラム
42 補助プログラム
43 情報アプリ

Claims (9)

  1.  情報処理装置のコンピュータによって実行可能であり、前記情報処理装置と接続する特定のプリンタに対応し、前記情報処理装置のオペレーティングシステムにあらかじめ組み込まれた汎用印刷プログラムをサポートするサポートプログラムであって、
     前記コンピュータに、
      所定のファイル形式について中間データを生成しないファイル形式として前記汎用印刷プログラムに登録する登録処理を実行させ、
     さらに前記コンピュータに、
      前記情報処理装置に組み込まれているアプリケーションプログラムから出力された印刷指示であって、前記汎用印刷プログラムに対して画像の印刷を前記特定のプリンタに行わせる前記印刷指示があったことによって、前記汎用印刷プログラムから処理が要求された場合に、
       前記汎用印刷プログラムから前記中間データが渡された場合、渡された前記中間データに基づいて印刷データを生成し、生成された前記印刷データを含む印刷ジョブを前記特定のプリンタに送信するための処理を実行させ、
       前記汎用印刷プログラムから前記所定のファイル形式の画像データが渡された場合、前記特定のプリンタの能力を示す能力情報を取得する第1取得処理と、前記第1取得処理にて取得された前記能力情報に基づいて、渡された前記画像データの前記所定のファイル形式の種類に前記特定のプリンタが対応可能か否かを判断する第1判断処理と、を実行させ、さらに前記第1判断処理にて前記特定のプリンタが対応可能と判断された場合に、渡された前記画像データを含む印刷ジョブを前記特定のプリンタに送信するための第1送信処理を実行させる、
     ように構成されるサポートプログラム。
  2. 請求項1に記載するサポートプログラムにおいて、
     前記登録処理では、
      PDFを前記所定のファイル形式とし、PDFについて中間データを生成しないファイル形式として前記汎用印刷プログラムに登録する、
     ように構成されるサポートプログラム。
  3. 請求項1または請求項2に記載するサポートプログラムにおいて、
     前記コンピュータに、
      前記特定のプリンタが選択されたことによって前記汎用印刷プログラムから処理が要求された場合に、前記登録処理を実行させる、
     ように構成されるサポートプログラム。
  4. 請求項1から請求項3のいずれか1つに記載するサポートプログラムにおいて、
     前記コンピュータに、
      前記登録処理を実行する前に、前記特定のプリンタの能力を示す能力情報を取得する第2取得処理と、前記第2取得処理にて取得された前記能力情報に基づいて、前記所定のファイル形式に前記特定のプリンタが対応可能か否かを判断する第2判断処理と、を実行させ、
      前記第2判断処理にて前記特定のプリンタが対応可能と判断された場合に、前記登録処理を実行させ、
      前記第2判断処理にて前記特定のプリンタが対応可能と判断されなかった場合、前記登録処理を実行させない、
     ように構成されるサポートプログラム。
  5. 請求項4に記載するサポートプログラムにおいて、
     前記コンピュータに、
      前記第2判断処理にて前記特定のプリンタが対応可能と判断されなかった場合、前記登録処理を実行させず、前記所定のファイル形式について前記中間データを生成しないファイル形式とした登録を解除する解除処理を実行させる、
     ように構成されるサポートプログラム。
  6. 請求項1から請求項5のいずれか1つに記載するサポートプログラムにおいて、
     前記登録処理を実行するか否かの設定が可能であり、
     前記コンピュータに、
      前記登録処理を実行しないことが設定されている場合、前記登録処理の実行を制限する、
     ように構成されるサポートプログラム。
  7. 請求項1から請求項6のいずれか1つに記載するサポートプログラムにおいて、
     前記コンピュータに、
      前記情報処理装置に組み込まれている前記アプリケーションプログラムから出力された印刷指示であって、前記汎用印刷プログラムに対して画像の印刷を前記特定のプリンタに行わせる前記印刷指示があったことによって、前記汎用印刷プログラムから処理が要求され、前記汎用印刷プログラムから前記所定のファイル形式の画像データが渡された場合に、前記第1取得処理と、前記第1判断処理と、を実行させ、さらに前記第1判断処理にて前記所定のファイル形式の種類に対応しないと判断された場合に、渡された前記画像データに基づいて印刷データを生成する生成処理と、前記生成処理にて生成された前記印刷データを含む印刷ジョブを前記特定のプリンタに送信するための第2送信処理と、を実行させる、
     ように構成されるサポートプログラム。
  8. 請求項1から請求項6のいずれか1つに記載するサポートプログラムにおいて、
     前記コンピュータに、
      前記情報処理装置に組み込まれている前記アプリケーションプログラムから出力された印刷指示であって、前記汎用印刷プログラムに対して画像の印刷を前記特定のプリンタに行わせる前記印刷指示があったことによって、前記汎用印刷プログラムから処理が要求され、前記汎用印刷プログラムから前記所定のファイル形式の画像データが渡された場合に、前記第1取得処理と、前記第1判断処理と、を実行させ、さらに前記第1判断処理にて前記所定のファイル形式の種類に対応しないと判断された場合に、前記印刷指示に基づく印刷をキャンセルするためのキャンセル処理と、前記所定のファイル形式について前記中間データを生成しないファイル形式とした登録を解除するための解除処理と、印刷をキャンセルしたことを通知する通知処理と、を実行させる、
     ように構成されるサポートプログラム。
  9. 請求項1から請求項8のいずれか1つに記載するサポートプログラムにおいて、
     プリンタのモデルと、対応可能な前記所定のファイル形式の種類と、を対応付けたテーブルを有し、
     前記第1取得処理では、
      前記能力情報として、前記特定のプリンタのモデルを識別するモデル情報を取得し、
     前記第1判断処理では、
      前記テーブルを用いて、前記第1取得処理にて取得された前記モデル情報に示されるモデルに関連付けられた前記所定のファイル形式の種類を特定し、渡された前記画像データの前記所定のファイル形式の種類が、特定された前記所定のファイル形式の種類に含まれている場合には、前記特定のプリンタが前記所定のファイル形式の種類に対応可能と判断する、
     ように構成されるサポートプログラム。
PCT/JP2023/011795 2022-03-30 2023-03-24 サポートプログラム WO2023190151A1 (ja)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2022-055495 2022-03-30
JP2022055495A JP2023147784A (ja) 2022-03-30 2022-03-30 サポートプログラム

Publications (1)

Publication Number Publication Date
WO2023190151A1 true WO2023190151A1 (ja) 2023-10-05

Family

ID=88201355

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2023/011795 WO2023190151A1 (ja) 2022-03-30 2023-03-24 サポートプログラム

Country Status (2)

Country Link
JP (1) JP2023147784A (ja)
WO (1) WO2023190151A1 (ja)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002328795A (ja) * 2001-05-01 2002-11-15 Jekku:Kk 印刷用共通フォーマットデータ一括作成システム及び記録媒体
JP2013250628A (ja) * 2012-05-30 2013-12-12 Brother Ind Ltd サーバ
JP2020126316A (ja) * 2019-02-01 2020-08-20 ブラザー工業株式会社 サポートプログラム、情報処理装置、および印刷方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002328795A (ja) * 2001-05-01 2002-11-15 Jekku:Kk 印刷用共通フォーマットデータ一括作成システム及び記録媒体
JP2013250628A (ja) * 2012-05-30 2013-12-12 Brother Ind Ltd サーバ
JP2020126316A (ja) * 2019-02-01 2020-08-20 ブラザー工業株式会社 サポートプログラム、情報処理装置、および印刷方法

Also Published As

Publication number Publication date
JP2023147784A (ja) 2023-10-13

Similar Documents

Publication Publication Date Title
JP4987099B2 (ja) 情報処理装置、情報処理装置の制御方法、及びコンピュータプログラム
WO2020158714A1 (ja) アプリケーションプログラム、情報処理装置、および印刷方法
US20110019226A1 (en) Server, printer, and computer readable medium
JP2018106373A (ja) サーバー装置、画像処理ユニット及びプログラム
US8218185B2 (en) Information processing apparatus and information processing method
WO2023190151A1 (ja) サポートプログラム
JP2023108440A (ja) サポートプログラム
WO2023189413A1 (ja) サポートプログラム
WO2023176579A1 (ja) サポートプログラム
JP5042926B2 (ja) 印刷設定装置,プログラム,および記録媒体
WO2022163430A1 (ja) サポートプログラム
WO2023145636A1 (ja) サポートプログラム
WO2023181987A1 (ja) サポートプログラムおよび印刷システム
JP2023143184A (ja) サポートプログラムおよび印刷システム
WO2022163429A1 (ja) サポートプログラム
WO2023145533A1 (ja) サポートプログラム
WO2023190149A1 (ja) サポートプログラムおよび印刷システム
WO2023145531A1 (ja) サポートプログラム
WO2023140240A1 (ja) サポートプログラム
WO2023190147A1 (ja) サポートプログラム
WO2023145532A1 (ja) サポートプログラム
WO2023162772A1 (ja) サポートプログラム
WO2022163428A1 (ja) サポートプログラム
US11880619B2 (en) Computer product storing supporting program for managing common print settings for each identified printer
JP2023147323A (ja) サポートプログラム

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 23780161

Country of ref document: EP

Kind code of ref document: A1