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

サポートプログラム Download PDF

Info

Publication number
WO2023162772A1
WO2023162772A1 PCT/JP2023/004921 JP2023004921W WO2023162772A1 WO 2023162772 A1 WO2023162772 A1 WO 2023162772A1 JP 2023004921 W JP2023004921 W JP 2023004921W WO 2023162772 A1 WO2023162772 A1 WO 2023162772A1
Authority
WO
WIPO (PCT)
Prior art keywords
print
setting
display
data
program
Prior art date
Application number
PCT/JP2023/004921
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 WO2023162772A1 publication Critical patent/WO2023162772A1/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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N1/00Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof

Definitions

  • the technical field disclosed in this specification relates to a support program that supports printer control.
  • Japanese Patent Application Laid-Open No. 2002-200002 discloses a configuration in which customization data is installed when a print setting application corresponding to a printer driver is installed, and the print setting application displays a print setting screen according to the customization data.
  • a support program intended to solve the above-described problems is executable by a computer of an information processing device, corresponds to a printer connected to the information processing device, and is pre-installed in the operating system of the information processing device.
  • a support program for supporting a print program wherein the general-purpose print program can handle data for displaying a print setting screen on the display of the information processing device, and the computer is provided with the printer selected.
  • the support program with the above configuration reads the setting data for customizing the print setting screen when a process is requested from the general-purpose printing program due to the selection of the printer, and the display reflects the settings shown in the setting data. Pass data to a generic print program.
  • the general-purpose print program is an OS-standard print program that differs from the printer driver corresponding to each printer model.
  • the general-purpose print program displays the print setting screen on the display of the information processing device according to the display data received from the support program.
  • the device, control method, and computer-readable storage medium for storing the support program for realizing the function of the above support program are also novel and useful.
  • a technology for customizing the print setting screen displayed by the OS-standard general-purpose print program is realized in an information processing device in which the OS-standard general-purpose print program is installed.
  • FIG. 10 is a sequence diagram showing an example of a procedure when printing is selected;
  • FIG. 10 is a diagram showing an example of a print setting screen;
  • FIG. 10 is a diagram showing a display example of a print setting screen;
  • FIG. 10 is a diagram showing a display example of a print setting screen;
  • FIG. 10 is a diagram showing a display example of a print setting screen;
  • FIG. 10 is a diagram showing a display example of a print setting screen;
  • FIG. 10 is a sequence diagram showing an example of a procedure when a print instruction is accepted;
  • 9 is a flowchart illustrating an example of a control procedure for registration processing; It is a figure which shows an example of a customization screen.
  • PC personal computer
  • the PC 1 of this embodiment includes a controller 10 including a CPU 11 and a memory 12, as shown in FIG.
  • the PC 1 is an example of an information processing device.
  • 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 hereinafter referred to as "communication IF”
  • 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 programs read from the memory 12 and based on user's operations. Various programs and various data are stored in the memory 12 .
  • the memory 12 is also used as a work area when various processes are executed.
  • a buffer provided in the CPU 11 is also an example of a memory. Note that an example of the memory 12 is not limited to the ROM, RAM, HDD, etc. built into the PC 1, but is a storage medium readable and writable by the CPU 11, such as a recording medium such as a CD-ROM, DVD-ROM, etc. Also good.
  • the user IF 13 includes hardware for displaying screens for notifying the user of information, and hardware for accepting user operations.
  • the user IF 13 may be a combination of a display 13a capable of displaying information and a mouse or keyboard having an input reception function, or may be a touch panel having the display 13a and an input reception function.
  • User IF 13 includes an example of a display.
  • the communication IF 14 includes hardware for communicating with an external device such as the printer 2.
  • the communication standard of the communication IF 14 is Ethernet (registered trademark), Wi-Fi (registered trademark), USB, or the like.
  • the PC 1 may be connectable to the Internet via the communication IF 14 . Also, the PC 1 may include a plurality of communication IFs 14 corresponding to a plurality of communication standards.
  • the memory 12 of the PC 1 stores an operating system (hereinafter referred to as "OS") 21 including a general-purpose print program 41, an auxiliary program 42, and various application programs (hereinafter referred to as “apps”). ), is stored.
  • the OS 21 is, for example, Windows (registered trademark), macOS (registered trademark), Linux (registered trademark), iOS (registered trademark), and Android (registered trademark).
  • the auxiliary program 42 is an example of a support program.
  • an information application 43 is built into the PC 1 of this embodiment 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 types of information on the display 13a in response to user requests.
  • the information application 43 is an example of an application program. Note that the information application 43 itself does not have to have the function of printing the displayed information.
  • the general-purpose print 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 information displayed on the display 13a by the information application 43 or the like.
  • the general-purpose print program 41 of this embodiment is a program including a function of generating intermediate image 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 a printer driver specific to various printers, the general-purpose print program 41 does not support all functions unique to various printers, and supports only general-purpose functions.
  • the auxiliary program 42 is a program or program group that executes processing based on instructions from the OS 21 accompanying 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. For example, when receiving an instruction to cause the printer 2 to execute printing using the general-purpose printing program 41, the general-purpose It is started from the print program 41 .
  • the auxiliary program 42 is called, for example, a print support application (abbreviated as PSA) or a hardware support application (abbreviated as HSA).
  • 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 capable of executing different processes according to commands.
  • the auxiliary program 42 may be a program prepared for each type of printer by the vendor of the printer. For example, an auxiliary program for inkjet printers and an auxiliary program for laser printers may be prepared. There may be an auxiliary program prepared for each printer model or printer model series, not just for each printer type.
  • the OS 21 of the PC 1 can download an appropriate auxiliary program from a server or the like and install it in the PC 1 according to the type and model of the connected printer.
  • the OS 21 associates the identification information of the incorporated auxiliary program with the printer information of the newly connected printer and stores it in the memory 12 .
  • the PC 1 of this embodiment is connected to a printer 2 as shown in FIG.
  • the printer 2 is a device having at least a printing function and a communication function.
  • the printer 2 receives print data and print settings from an external device such as the PC 1 and performs printing according to the print settings.
  • Examples of print setting items include number of copies, print orientation, print quality, paper size, paper feed tray, paper type, double-sided printing, color printing, and borderless printing.
  • Examples of setting items for print settings include processing options for processing the image to be printed, in addition to the setting items described above.
  • finishing options are layout printing, booklet printing, and poster printing.
  • Layout printing is a printing method in which images of N (N is a plurality) pages are reduced, arranged in order on one sheet of paper, and printed.
  • Booklet printing is a printing method in which images of N (N is a plurality) pages are reduced, rearranged, and printed by arranging two pages each on the front side and the back side of a sheet.
  • Poster printing is a printing method in which an image for one page is enlarged to a poster size and printed on M (M is a plurality of) sheets of paper.
  • the setting items of the print settings may further include post-processing that the printer 2 performs on printed matter. Post-processing includes, for example, stapling, in which printed matter is stapled.
  • the printer 2 can accept various print settings based on the functions that the printer 2 has.
  • the auxiliary program 42 can accept print settings via a print setting screen dedicated to the printer 2 (hereinafter referred to as a "detailed setting screen"). Settings similar to those of the printer 2 can be accepted on the detailed setting screen. On the detailed setting screen, settings may be accepted for items that cannot be set by the printer 2 . For example, in the detailed setting screen, if the auxiliary program 42 performs the process for the processing option and the printer 2 does not, the setting for the processing option may be accepted on the detailed setting screen.
  • the general-purpose print program 41 can accept print settings via the print setting screen D2 (see FIG. 3).
  • the general-purpose print program 41 can handle data for displaying the print setting screen D2 on the display 13a of the PC1.
  • the general-purpose print program 41 can display information received from the auxiliary program 42 on the print setting screen D2.
  • the information that can be displayed includes, for example, print setting items and parameters, and notification images.
  • a setting file 45 is stored in the memory of the PC1.
  • the storage destination of the setting file 45 is registered in the auxiliary program 42, and the setting file 45 can be read.
  • the setting file 45 stores setting data indicating setting contents for customizing the contents displayed on the print setting screen D2.
  • the setting data may be the contents listing the objects to be displayed or the contents listing the objects not to be displayed.
  • the setting file 45 may be a text file, or a file in a predetermined format such as json, csv, or xml.
  • the setting file 45 may be prepared by the vendor or system administrator of the printer 2 to customize the operation of the printer 2, or may be prepared by the individual user to improve convenience. Registration of the setting file 45 to be read is performed by registration processing described later.
  • the auxiliary program 42 can customize the display contents of the print setting screen D2 based on the setting data stored in the setting file 45.
  • Examples of setting contents for customizing the print setting screen D2 include addition or deletion of print setting items, addition or deletion of parameters that can be set for each print setting item, and addition or deletion of print setting items or parameters that can be set for each item. , a change in the notation of the print setting screen D2, and a change in the image displayed on the print setting screen D2.
  • FIG. 2 and other sequence diagrams to be described later show operations when the auxiliary program 42 corresponding to the printer 2 is installed in the PC 1 .
  • each processing step in the processing and flowcharts in this embodiment basically indicates the processing of the CPU 11 according to the instructions written in the program such as the auxiliary program 42 .
  • the processing by the CPU 11 also includes hardware control using API of the OS 21 .
  • OS 21 In this specification, detailed description of the OS 21 will be omitted and the operation of each program will be described. Also, "obtain" is used as a concept that does not require a request.
  • the user activates the information application 43 (A01).
  • the information application 43 causes the display 13a to display an information screen containing various kinds of information according to the user's instruction (A02).
  • the user selects printing on the information screen (A03).
  • the information application 43 sends a display request and information screen data to the general-purpose print program 41 of the OS 21 (A04).
  • the general-purpose printing program 41 displays the print setting screen on the display 13a in response to the display request (A06).
  • the print setting screen is a screen for accepting print setting instructions and print execution instructions.
  • the print setting screen D2 includes a printer selection field 51 for receiving printer selection, a notification field 52 for displaying a notification image, and a print setting field 53 for receiving designation of various print settings.
  • a preview field 54 showing an image of an information screen to be printed, a detailed setting button SW2 for receiving instructions for making detailed print settings, and a print button SW3 for receiving instructions to execute printing.
  • Notification column 52 is an example of a specific display area.
  • the general-purpose print program 41 can display print setting items and accept parameter settings.
  • the print setting field 53 displays print setting items and parameters supported by the general-purpose print program 41 .
  • FIG. 4A shows an example of the print setting field 53 displayed when the general-purpose print program 41 does not request the auxiliary program 42 to process.
  • a setting field 111 and a list box 112 are provided for each item.
  • the list button 113 is operated, the list box 112 displays selectable parameters supported by the general-purpose printing program 41 for that item.
  • the notification information received from the auxiliary program 42 is displayed in the notification column 52.
  • the general-purpose printing program 41 can display an image in the notification column 52 or stop displaying the image.
  • the user can select a printer by operating the printer selection field 51 on the print setting screen D2 being displayed (A07). If the selected printer is the printer 2, the general-purpose printing program 41 activates the auxiliary program 42 corresponding to the printer 2 and requests the processing corresponding to the printer selection (A08). At A08, the general-purpose print program 41 passes the selected printer information and the print setting information set at the time of printer selection to the auxiliary program .
  • the general-purpose print program 41 displays the print setting screen D2 with the printer 2 selected, for example, as shown in FIG. (A06), and start the auxiliary program 42 (A08). That is, the printer 2 is automatically selected by the OS 21, and the general-purpose print program 41 executes A08 based on the information on the selected printer 2. FIG. In this case, the user does not need to operate A07.
  • the information application 43 may display the print setting screen D2 instead of the general-purpose print program 41 displaying the print setting screen D2.
  • the information application 43 activates the general-purpose print program 41 in response to the selection of print in A03, acquires data to be displayed on the print setting screen D2 from the general-purpose print program 41, and displays the data on the print setting screen. D2 is displayed on the display 13a.
  • the information application 43 passes the information of the selected printer 2 to the general-purpose printing program 41 in response to the printer 2 being selected or in response to the printer 2 being selected in A07.
  • the general-purpose printing program 41 activates the auxiliary program 42 corresponding to the printer 2 at A08.
  • the auxiliary program 42 requests the capability information of the printer 2 from the OS 21 (A11).
  • the OS 21 transmits an acquisition request requesting the printer 2 for the capability information, and acquires the capability information from the printer 2 (A12).
  • the OS 21 passes the capability information acquired from the printer 2 to the auxiliary program 42 (A13).
  • the OS 21 communicates with the printer 2 by, for example, communication according to IPP (abbreviation for internet printing protocol).
  • IPP abbreviation for internet printing protocol
  • the auxiliary program 42 may acquire capability information directly from the printer 2 using, for example, MIB (abbreviation of Management Information Base) instead of requesting it from the OS 21 .
  • MIB abbreviation of Management Information Base
  • the capability information acquired from the printer 2 includes information on parameters that can be set as print settings. Also, the capability information includes information indicating an appropriate combination of print settings. In addition, the capability information includes, for example, status information, information on the remaining amount of consumables, information on the installed tray, information on the paper set for each tray, and information on the print resolution that can be handled. . In addition, the printer 2 performs image processing based on the received print job and performs printing based on the data after the image processing. It may have a function to perform saving printing. If the printer 2 has a function of image processing that can be executed, the printer 2 may pass information on that function to the OS 21 as capability information.
  • the auxiliary program 42 stores the capability information notified from the OS 21 at A13 in a predetermined area in the memory 12 that can be used by the auxiliary program 42 (A14). If the ability information is already stored in the memory 12, the auxiliary program 42 overwrites the stored ability information and stores the current ability information.
  • the auxiliary program 42 reads the setting file 45 (A20).
  • A20 is an example of read processing.
  • the setting file 45 is an example of setting data.
  • the file name of the setting file 45 and the storage area for storing the setting file 45 are determined in advance, and the auxiliary program 42 accesses the storage area and sets based on the predetermined file name. Read file 45. On the other hand, if the path of the setting file 45 is registered in the auxiliary program 42, the auxiliary program 42 may access the setting file 45 and read the setting file 45 based on the path.
  • the setting file 45 may be stored in the memory 12 of the PC 1 or may be stored in an external device such as a server provided outside the PC 1 .
  • the auxiliary program 42 After reading the setting file 45, the auxiliary program 42 performs display data generation processing (A21).
  • the display data generation process is a process of generating display data based on the setting contents indicated by the setting data in the setting file 45 read in A20.
  • the display data is data indicating the display contents of the print setting screen D2 shown in FIG.
  • the setting data in the setting file 45 are set by the user, the vendor of the printer 2, the administrator of the printer 2, etc. (hereinafter referred to as "administrator 4, etc.") to customize the display of the print setting screen D2. contains the configured settings.
  • the setting data is, for example, print setting items, parameters, and image data.
  • the setting contents of the setting data are registered by the registration process. Registration processing will be described later.
  • the display contents indicated by the display data include, for example, print setting items displayed in the print setting field 53 of FIG. 3, parameters that can be set for each item, and notification images displayed in the notification field 52.
  • the notification image may include, for example, text, still images, moving images, or a combination thereof.
  • the display content may include an instruction to hide the notification column 52 .
  • A21 is an example of generation processing.
  • the auxiliary program 42 passes the display information including the generated display data to the general-purpose printing program 41 (A22), and ends the process.
  • A22 is an example of display processing.
  • the general-purpose print program 41 displays the notification column 52 and the print setting column 53 of the print setting screen D2 displayed on the display 13a (A23).
  • the information application 43 may display the print setting screen D2 in the process of A23. In this case, the information application 43 receives the display data and controls the display contents of the notification column 52 and the print setting column 53 .
  • the display data includes items and parameters different from the print setting items and parameters supported by the general-purpose print program 41
  • the setting data includes a setting that does not display the print setting item "paper type”.
  • the setting data also includes setting contents for displaying "booklet printing", which is a setting item specific to the auxiliary program 42 or the printer 2, and displaying "yes" and "no" as parameters for the item.
  • the auxiliary program 42 generates display data that displays the "booklet printing” item and parameters without displaying the "paper type” item and parameters, and passes it to the general-purpose printing program 41 for display.
  • the item "Paper Type” and its list box are displayed in the print setting field 53 before the change.
  • the print setting field 53 after the change as indicated by an arrow 121 in FIG. 4B, the item “paper type” and its list box parameters are not displayed.
  • the item of "booklet printing” which was not displayed before the change and its parameters "Yes", "No” is additionally displayed.
  • "Booklet printing” is an example of the third item.
  • the auxiliary program 42 can increase or decrease the items that can be set on the print setting screen D2 by customizing the print setting items displayed on the print setting screen D2. operation can be customized.
  • the setting data includes setting content that limits the range of “number of copies” to “1 copy or more and 10 copies or less”.
  • the setting data includes setting content for adding "cloth” to the "paper type” parameter.
  • the setting data includes setting content that limits the parameter that can be set for the item “double-sided printing” to “double-sided printing”.
  • the setting data includes setting content that limits the parameter that can be set for the item "color” to "monochrome”.
  • the setting data includes setting contents that limit the parameters that can be set in the item of "layout printing” to "standard (1 in 1)" and "2 in 1".
  • the auxiliary program 42 sets the parameters of the items "number of copies”, “paper type”, “duplex printing”, “color printing”, and “layout printing” displayed on the print setting screen D2 shown in FIG. , generate display data to be changed as indicated by arrows 131 to 136 in FIG.
  • the "number of copies" limit was not displayed in the print setting screen D2 before the change shown in FIG. 4A.
  • the settable number of copies range "1 to 10" is displayed next to the "number of copies" setting field 111. is displayed.
  • the general-purpose printing program 41 does not accept numerical values other than 1-10 in the setting field 111 .
  • "Double-sided printing" as a parameter is an example of a “first parameter.”
  • "color” and “monochrome” are selectably displayed in the "color printing” list box on the print setting screen D2 before the change shown in FIG. 4A.
  • print setting items or parameters for which settings are not accepted are hidden so that settings are not accepted.
  • items or parameters for which settings are not accepted may be grayed out so as not to accept settings. This allows the user to recognize which items or parameters are restricted in use, and to notice the functions of the auxiliary program 42 or the printer 2 .
  • the setting data may include "additional tray” as a parameter that can be set in the "paper feed tray” item.
  • the print setting screen D2 displays the data indicated by the arrow 136 in FIG. 5(a). As shown, “Additional Tray” is added to the "Paper Tray” list box.
  • the auxiliary program 42 may compare the setting data with the capability information acquired from the printer 2 to generate display data. If no additional tray is attached to the printer 2, the capability information obtained from the printer 2 does not include "additional tray” as a settable tray. The auxiliary program 42 generates display data based on the setting data and the capability information, thereby generating display data that does not additionally display "Additional Tray” in the "Paper Feed Tray” list box. In the print setting screen D2 displayed based on this display data, "Additional tray” is not displayed in the "Paper feed tray” list box. Therefore, when the printer 2 to which the additional tray is not attached is designated and printing is performed, the 'additional tray' is not set in the 'paper feed tray', and printing failure can be prevented.
  • the setting data includes setting contents for setting the paper size to the top.
  • the auxiliary program 42 generates display data in which the items are displayed side by side with the “paper size” at the top, and passes the data to the general-purpose printing program 41 .
  • FIG. 4A "paper size” was displayed third from the top on the print setting screen D2 before the change.
  • FIG. 5B "PAPER SIZE" is displayed at the top of the print setting screen after the change.
  • the setting data includes setting contents for displaying "monochrome” first and “color” second among the parameters that can be set for "color printing”.
  • the auxiliary program 42 generates display data to display “monochrome” at the top of the “color printing” list box and “color” at the second, and passes it to the general-purpose printing program 41 .
  • FIG. 4A “color” and “monochrome” are displayed from the top in the "color printing” list box on the print setting screen D2 before the change.
  • “monochrome” and “color” are displayed from the top in the "color printing” list box. .
  • the notation of each item and each parameter on the print setting screen D2 can be changed to the notation of the auxiliary program 42 and the printer 2, or the notation of each item and each parameter can be changed to a wording that is easy to imagine. , and the usability of the print setting screen D2 can be improved.
  • a sixth specific example of customizing the language used for the print setting screen D2 will be described.
  • the print setting screen D2 displayed by the general-purpose print program 41 is also displayed in Chinese.
  • the setting data includes setting content for setting the language to be used to "Japanese”
  • the auxiliary program 42 generates display data in Japanese and passes it to the general-purpose printing program 41.
  • FIG. The general-purpose print program 41 displays the received display data as it is in Japanese on the print setting screen D2. That is, the language used in the print setting screen D2 is changed from "Chinese" to "Japanese".
  • a seventh specific example of customizing the image displayed on the print setting screen D2 will be described.
  • the setting data includes image data of the contact information of the vendor of the printer 2 .
  • the auxiliary program 42 generates display data for displaying the image data in the notification column 52 and passes it to the general-purpose printing program 41 .
  • the notification image of the contact is displayed in the notification column 52 of the print setting screen D2, as indicated by 201 in FIG. You can immediately reach out to your contacts and take action.
  • the auxiliary program 42 generates display data that does not display an image in the notification column 52 and passes it to the general-purpose printing program 41 . In this case, nothing is displayed in the notification column 52 of the print setting screen D2. In this case, the notification column 52 itself may be deleted.
  • the auxiliary program 42 may acquire information in the notification column 52 from the general-purpose printing program 41 and determine notification data to be displayed in the notification column 52 based on the acquired information. For example, if there are multiple layouts where the notification column 52 can be displayed, and the auxiliary program 42 can specify the display location, the auxiliary program 42 sends notification data including information specifying the display location to the general-purpose printing program 41. You can give it to Also, if the size of the notification column 52 can be selected, the auxiliary program 42 may pass information designating the size to the general-purpose printing program 41 .
  • the auxiliary program 42 can also display information by itself instead of generating display data and passing it to the general-purpose printing program 41 . However, in that case, a screen is displayed separately from the print setting screen D2. Displaying it in the print setting screen D2 of the general-purpose print program 41 of the OS 21 simplifies the display and avoids stress on the user.
  • the user's instruction to execute printing may be directly input to the general-purpose printing program 41 , or may be input to the information application 43 and output from the information application 43 to the general-purpose printing program 41 .
  • the general-purpose print program 41 When the general-purpose print program 41 receives a print execution instruction from the user (D01), it uses the print settings received on the print setting screen D2 to change the format of the image data representing the image to be printed into the format of the intermediate image data.
  • Intermediate image data is generated by conversion (D02), and the generated intermediate image data is delivered to the auxiliary program 42 (D03).
  • Various types of image data are included in the information application 43, and the general-purpose print program 41 converts image data to be printed into intermediate image data suitable for generating print data. Note that if the image data to be printed is data suitable for generating print data, the generation of the intermediate image data may be omitted and the intermediate image data may be used as it is.
  • the intermediate image data is, for example, XPS data.
  • the auxiliary program 42 reflects the print settings set in the auxiliary program 42 on the intermediate image data received in D03, and processes the intermediate image data (D04).
  • the auxiliary program 42 rasterizes the processed intermediate image data to generate print data representing an image to be printed (D05).
  • the print data generated in D05 is data in a format that can be used for printing by the printer 2, such as PDL data.
  • the degree of freedom is greater than when rasterizing with the general-purpose print program 41, and there is a possibility that print data suitable for printing with the printer 2 will be generated. expensive.
  • the print data generated by the auxiliary program 42 may be data in a format dedicated to the model of the printer 2 .
  • the auxiliary program 42 sends the print data generated in D05 to the printer 2 together with a print command instructing execution of printing (D06).
  • D06 is an example of transmission processing. If there is image processing determined to be executed by the printer 2, the auxiliary program 42 generates a print command including information on that processing.
  • the auxiliary program 42 may also notify the general-purpose printing program 41 that the transmission of the print data has ended (D08). The notification may include an instruction to cancel transmission of print data by the general-purpose print program 41 .
  • the printer 2 Upon receiving the print data and the print command, the printer 2 prints the image of the print data based on the received print command (D07). A printed matter is thus generated.
  • the general-purpose print program 41 may generate print data.
  • the auxiliary program 42 may pass the intermediate image data processed in D03 and the print execution information to the general-purpose printing program 41, and the general-purpose printing program 41 may rasterize the intermediate image data to generate print data.
  • the general-purpose print program 41 passes the generated print data to the auxiliary program 42 .
  • the auxiliary program 42 transmits the print data received from the general-purpose print program 41 to the printer 2 together with a print command instructing execution of printing.
  • the print data generated by the general-purpose print program 41 is print data in a format that can be used for printing by various printers, such as PWGRaster data or PDF data. If rasterization is performed by the general-purpose printing program 41, the processing of the auxiliary program 42 is small, and an increase in processing time can be expected to be avoided, and the program size of the auxiliary program 42 can be suppressed.
  • the transmission of print data and print commands to the printer 2 may be performed by the general-purpose print program 41 .
  • the auxiliary program 42 may pass the generated print data to the general-purpose print program 41 so that it is sent from the PC 1 with the printer 2 as the destination.
  • the general-purpose print program 41 transmits the print data and the like received from the auxiliary program 42 to the printer 2 .
  • the process in which the auxiliary program 42 passes print data and the like to the general-purpose print program 41 is an example of the transmission process.
  • the CPU 11 first causes the display 13a of the PC 1 to display a customization screen for accepting customization details (S1).
  • An example of the customization screen is shown in FIG.
  • the customization screen D11 shown in FIG. 10 includes a print setting customization area 71, a notation customization area 72, a notification image customization area 73, a save destination setting area 74, and a registration button SW21.
  • the print setting customization area 71 is an area for customizing print setting items and parameters to be displayed on the print setting screen D2.
  • the print setting customization area 71 includes, for example, an item name display field 711, a display enable/disable selection field 712, a parameter selection field 713, and a check box 713a. Items and parameters that can be set by the auxiliary program 42 are displayed in the item name display column 711 and the parameter selection column 713 . In other words, on the customization screen D11, functions that can be realized by the auxiliary program 42 and functions that are unique to the printer 2 are included in the customization target.
  • the item name displayed in the item name display field 711 can be edited by double-clicking.
  • the display enable/disable selection column 712 is a setting column for setting whether or not to display on the print setting screen D2, and is provided for each item. Items for which "possible” is set in the display permission/inhibition selection column 712 are displayed on the print setting screen D2, and items for which "impossible” is set in the display permission/inhibition selection column 712 are not displayed on the print setting screen D2.
  • a check box 713a is a setting column for setting whether or not to display on the print setting screen D2, and is provided for each parameter. Parameters whose check boxes 713a are checked are displayed on the print setting screen D2, and parameters whose check boxes 713a are not checked are not displayed on the print setting screen D2.
  • the print setting customization area 71 includes a display order setting field 714 for setting the order of items to be displayed on the print setting screen D2.
  • the display order setting column 714 the display order can be input among the items for which “possible” is set in the display availability selection column 712 .
  • the parameters in the parameter selection field 713 are displayed in the list box 112 of the print setting screen D2 in the displayed order.
  • the order of the parameters displayed in the parameter selection field 713 can be changed by dragging or the like to change the display order. By double-clicking the parameter whose name you want to change, you can edit the name of that parameter.
  • a setting field for setting the display order may be provided separately from the print setting customization area 71 on the customization screen D11.
  • Print settings (items, parameters, display order, etc.) set in the general-purpose print program 41 may be reflected in the print setting customization area 71 .
  • print setting items and parameters that can be set by the general-purpose printing program 41 may be displayed so as to be distinguishable from items and parameters that cannot be set.
  • the notation customization area 72 is an area for setting the notation of the print setting screen D2. Examples of notation include language used and wording. The notation may be selected from a plurality of candidates, or may be entered manually.
  • the notification image customization area 73 is an area for setting an image to be displayed in the notification column 52 of the print setting screen D2.
  • images are default images and arbitrary images.
  • the default image is, for example, the printer manufacturer's logo mark.
  • the arbitrary image is, for example, an image such as an advertisement, a link for displaying the advertisement or the like, a contact, etc., and can be set arbitrarily.
  • the notification image customizing area 73 may accept a setting not to display an image in the notification column 52 .
  • the save destination setting area 74 is a setting column for setting the file name and save destination of the setting file 45 . If the file name and storage destination of the setting file 45 are determined in advance, they may be displayed in the storage destination setting area 74 as fixed values, or the storage destination setting area 74 may not be displayed. If the file name and storage destination of the setting file 45 are not determined in advance, the user can arbitrarily set the file name and storage destination via the storage destination setting area 74 . In this case, the path of the setting file 45 may be registered in the auxiliary program 42. FIG.
  • the storage destination of the setting file 45 is not limited to the PC 1, and may be an external server or the like.
  • the CPU 11 displaying the customization screen D11 determines that the registration instruction has been received (S2: YES), and creates the setting file 45. (S3). That is, the setting data received via the customization screen D11 are filed.
  • the CPU 11 assigns the file name set in the save destination setting area 74 of the customization screen D11 to the created setting file 45, and stores it in the save destination set in the save destination setting area 74 of the customize screen D11 ( S4). Further, the CPU 11 stores the file name and save destination set in the save destination setting area 74 of the customization screen D11 (S5). After that, the CPU 11 terminates the registration process.
  • the auxiliary program 42 of this embodiment reads the setting file 45 for customizing the print setting screen D2 when a process is requested from the general-purpose printing program 41 by selecting the printer 2,
  • the display data reflecting the setting contents shown in the setting file 45 is passed to the general-purpose printing program 41 .
  • the general-purpose print program 41 is an OS-standard print program that differs from the printer driver corresponding to each model of the printer 2 .
  • the general-purpose print program 41 displays the print setting screen D2 on the display 13a of the PC 1 according to the display data received from the auxiliary program 42.
  • FIG. As a result, in the PC 1 using the OS-standard general-purpose print program 41, the print setting screen D2 that matches the user's preference and the specifications or operation of the printer 2 can be displayed on the display 13a.
  • the device connected to the PC 1 is not limited to a printer, and may be a device having a printing function such as a multifunction machine, a copier, a FAX machine, or the like.
  • the number of printers connected to the PC 1 is not limited to the illustrated example, and may be two or more.
  • the auxiliary program 42 does not have to generate display data including items unique to the auxiliary program 42 or the printer 2 (eg, booklet printing) or unique parameters (eg, cloth).
  • the auxiliary program 42 generates display data including unique items and parameters, as shown in FIGS. 4B and 5A, new items (for example, booklet printing) and parameters (for example, cloth) can be added, and the auxiliary program 42 or the printer 2 can perform unique processing corresponding to the added items and parameters.
  • the auxiliary program 42 does not have to change the display order of the print setting screen D2.
  • the auxiliary program 42 can generate display data including the display order, it is possible to increase the display order of, for example, items or parameters that are frequently changed by the user, as shown in FIG. 5B. This makes it easier to change the setting of the item or parameter, increasing convenience.
  • the auxiliary program 42 does not have to change the notation of the print setting screen D2.
  • the print setting screen D2 can be changed to a notation in a language that the user can understand. This makes it easier for the user to change the setting of the item or parameter, increasing convenience.
  • the auxiliary program 42 does not have to customize the image displayed in the notification column 52 of the print setting screen D2. However, by customizing the image displayed in the notification column 52, the flexibility of the image displayed on the print setting screen D2 increases.
  • the auxiliary program 42 may always display an image in the notification column 52 of the print setting screen D2.
  • the print setting screen D2 can be displayed more freely. Also, frequent display of unnecessary images in the notification column 52 can be avoided.
  • the registration process shown in FIG. 9 may be executed by a program separate from the auxiliary program 42.
  • the auxiliary program 42 executes the registration process using the CPU 11, reads the setting data, and generates the display data, thereby increasing the flexibility of the setting data.
  • management of setting data is facilitated.
  • the display of the print setting screen D2 can be customized using the auxiliary program 42 incorporated in the PC 1, another program can be read into the PC 1 separately from the auxiliary program 42, or the setting data registered in another place can be changed. There is no need to store the data in the PC 1 from an external storage device, which is convenient.
  • the auxiliary program 42 may be started. Also in this case, the auxiliary program 42 should execute the display data generation process and pass the display data to the general-purpose printing program 41, as in the case where the printer 2 is selected.
  • auxiliary program 42 only the printing operation is described in detail as the operation of the auxiliary program 42, but the auxiliary program 42 may also have other roles.
  • the program that executes the processing of this embodiment is not limited to the auxiliary program 42, and may be any program that receives instructions from the OS 21 or the general-purpose printing program 41 when printing using the general-purpose printing program 41.
  • a print workflow application Print workflow
  • Microsoft Corporation may be used.
  • the execution timing of the auxiliary program 42 is not limited to the example of the embodiment. For example, it may be directly instructed by the OS 21 to be executed, or may be a resident auxiliary program 42 . In the case of being resident, the auxiliary program 42 may perform the operations described above upon receiving an execution instruction.
  • 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, a method, and the like.

Abstract

OS標準の汎用印刷プログラムが組み込まれた情報処理装置において、OS標準の汎用印刷プログラムが表示する印刷設定画面をカスタマイズすること。 PC1と接続するプリンタ2に対応し、PC1のOS21にあらかじめ組み込まれた汎用印刷プログラム41をサポートする補助プログラム42である。補助プログラム42は、PC1のCPU11に、プリンタ2が選択されたことによって汎用印刷プログラム41から処理が要求された場合に、印刷設定画面D2をカスタマイズする設定内容を示す設定データを読み込む処理と、読み込まれた設定データに示される設定内容に基づいて、印刷設定画面の表示内容を示す表示データを生成する処理と、生成された表示データを汎用印刷プログラム41に渡し、PC1のディスプレイ13aに表示される印刷設定画面を表示データに従って表示させる処理と、を実行させる。

Description

サポートプログラム
 本明細書に開示される技術分野は、プリンタの制御をサポートするサポートプログラムに関する。
 従来、プリンタドライバにて表示される印刷設定画面のカスタマイズを行う技術が知られている。例えば特許文献1には、プリンタドライバに対応する印刷設定アプリケーションをインストールする際にカスタマイズデータもインストールし、印刷設定アプリケーションは、カスタマイズデータに従って印刷設定画面を表示する構成が開示されている。
特開2019-75011号公報
 近年、プリンタドライバを利用せず、オペレーティングシステム(OS)に標準に組み込まれている汎用印刷プログラムによってプリンタを制御する技術が実用化されている。この技術では、OSがプリンタを検知するとOS標準の汎用印刷プログラムとの関連付けを行い、以後、そのプリンタに対する印刷指示を受け付けた場合に、プリンタドライバを用いずに、OS標準の汎用印刷プログラムによる印刷が可能になる。
 しかしながら、OS標準の汎用印刷プログラムを用いる情報処理装置において、OS標準の汎用印刷プログラムが表示する印刷設定画面を、プリンタの仕様等に合わせてカスタマイズする構成は知られていない。そのため、OS標準の汎用印刷プログラムを用いた環境での印刷設定画面の表示技術には、改善の余地がある。
 上述した課題の解決を目的としてなされたサポートプログラムは、情報処理装置のコンピュータによって実行可能であり、前記情報処理装置と接続するプリンタに対応し、前記情報処理装置のオペレーティングシステムにあらかじめ組み込まれた汎用印刷プログラムをサポートするサポートプログラムであって、前記汎用印刷プログラムは、前記情報処理装置のディスプレイに印刷設定画面を表示させるためのデータを取り扱うことが可能であり、前記コンピュータに、前記プリンタが選択されたことによって前記汎用印刷プログラムから処理が要求された場合に、前記印刷設定画面をカスタマイズする設定内容を示す設定データを読み込む読込処理と、前記読込処理にて読み込まれた前記設定データに示される前記設定内容に基づいて、前記印刷設定画面の表示内容を示す表示データを生成する生成処理と、前記生成処理にて生成された前記表示データを前記汎用印刷プログラムに渡し、前記情報処理装置の前記ディスプレイに表示される前記印刷設定画面を前記表示データに従って表示させる表示処理と、を実行させる、ように構成される。
 上記構成のサポートプログラムは、プリンタが選択されたことによって汎用印刷プログラムから処理が要求された際、印刷設定画面をカスタマイズするための設定データを読み込み、その設定データに示される設定内容を反映した表示データを汎用印刷プログラムに渡す。汎用印刷プログラムは、プリンタのモデルごとに対応するプリンタドライバとは異なるOS標準の印刷プログラムである。その汎用印刷プログラムが、サポートプログラムから受け取った表示データに従って印刷設定画面を情報処理装置のディスプレイに表示する。これにより、OS標準の汎用印刷プログラムを用いる情報処理装置において、ユーザの好みやプリンタの仕様ないし運用にあった印刷設定画面をディスプレイに表示することができる。
 上記サポートプログラムの機能を実現するための装置、制御方法、サポートプログラムを格納するコンピュータにて読取可能な記憶媒体も、新規で有用である。
 本明細書に開示される技術によれば、OS標準の汎用印刷プログラムが組み込まれた情報処理装置において、OS標準の汎用印刷プログラムが表示する印刷設定画面をカスタマイズする技術が実現される。
PCの電気的構成の概略を示すブロック図である。 印刷が選択された場合の手順の例を示すシーケンス図である。 印刷設定画面の例を示す図である。 印刷設定画面の表示例を示す図である。 印刷設定画面の表示例を示す図である。 印刷設定画面の表示例を示す図である。 印刷設定画面の表示例を示す図である。 印刷指示を受け付けた場合の手順の例を示すシーケンス図である。 登録処理の制御手順の一例を示すフローチャートである。 カスタマイズ画面の一例を示す図である。
 以下、本形態のサポートプログラムを利用するパーソナルコンピュータ(以下、「PC」とする)について、添付図面を参照しつつ詳細に説明する。本明細書は、PCにて実行されるサポートプログラムを開示する。
 本形態のPC1は、図1に示すように、CPU11と、メモリ12と、を含むコントローラ10を備えている。PC1は、情報処理装置の一例である。CPU11は、コンピュータの一例である。また、PC1は、ユーザインタフェース(以下、「ユーザIF」とする)13と、通信インタフェース(以下、「通信IF」とする)14と、を備え、これらがコントローラ10に電気的に接続されている。なお、図1中のコントローラ10は、PC1の制御に利用されるハードウェアやソフトウェアを纏めた総称であって、実際にPC1に存在する単一のハードウェアを表すとは限らない。
 CPU11は、メモリ12から読み出したプログラムに従って、また、ユーザの操作に基づいて、各種の処理を実行する。メモリ12には、各種のプログラムや各種のデータが記憶されている。メモリ12は、各種の処理が実行される際の作業領域としても利用される。CPU11が備えるバッファも、メモリの一例である。なお、メモリ12の一例は、PC1に内蔵されるROM、RAM、HDD等に限らず、CPU11が読み取り可能かつ書き込み可能なストレージ媒体、例えば、CD-ROM、DVD-ROM等の記録媒体であっても良い。
 ユーザIF13は、ユーザに情報を報知するための画面を表示するハードウェアと、ユーザによる操作を受け付けるハードウェアと、を含む。なお、ユーザIF13は、情報を表示可能なディスプレイ13aと、入力受付機能を有するマウスやキーボード等と、の組であっても良いし、ディスプレイ13aと入力受付機能とを備えるタッチパネルであっても良い。ユーザIF13は、ディスプレイの一例を含む。
 通信IF14は、プリンタ2等の外部装置と通信を行うためのハードウェアを含む。通信IF14の通信規格は、イーサネット(登録商標)、Wi-Fi(登録商標)、USBなどである。PC1は、通信IF14を介して、インターネットに接続可能であっても良い。また、PC1は、複数の通信規格に対応する複数の通信IF14を備えていてもよい。
 PC1のメモリ12には、図1に示すように、汎用印刷プログラム41を含むオペレーティングシステム(以下、「OS」とする)21と、補助プログラム42と、各種のアプリケーションプログラム(以下、「アプリ」とする)と、が記憶されている。OS21は、例えば、Windows(登録商標)、macOS(登録商標)、Linux(登録商標)、iOS(登録商標)、Android(登録商標)である。補助プログラム42は、サポートプログラムの一例である。
 本形態の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は、例えば、印刷サポートアプリ(略称、PSA)、またはハードウェアサポートアプリ(略称、HSA)と呼ばれるものである。
 なお、補助プログラム42は、それぞれが実行命令を受け付ける複数のプログラムの組み合わせであっても良いし、1つのプログラムであって命令に応じてそれぞれ異なる処理を実行できるプログラムであっても良い。また、補助プログラム42は、プリンタのベンダによってプリンタのタイプごとに用意されるプログラムであっても良い。例えば、インクジェットプリンタ用の補助プログラムやレーザプリンタ用の補助プログラムが、それぞれ用意されても良い。プリンタのタイプごとに限らず、プリンタのモデルごとやプリンタのモデルのシリーズごとに用意される補助プログラムが有っても良い。
 PC1のOS21は、例えば、新たなプリンタがPC1に接続された場合、接続されたプリンタのタイプやモデルに応じて、適切な補助プログラムをサーバ等からダウンロードしてPC1に組み込むことができる。OS21は、組み込んだ補助プログラムの識別情報を新たに接続されたプリンタのプリンタ情報に対応付けて、メモリ12に記憶させる。
 本形態のPC1は、図1に示すように、プリンタ2に接続されている。プリンタ2は、少なくとも印刷機能と通信機能とを有する装置である。プリンタ2は、印刷データと印刷設定とをPC1等の外部装置から受信し、印刷設定に従って印刷を行う。印刷設定の設定項目の例としては、部数、印刷向き、印刷品質、用紙サイズ、給紙トレイ、用紙種類、両面印刷、カラー印刷、ふちなし印刷がある。
 印刷設定の設定項目の例としては、前述した設定項目の他、印刷対象の画像を加工する加工オプションがある。加工オプションの例としては、割り付け印刷、小冊子印刷、ポスター印刷がある。割り付け印刷は、N(Nは複数)ページの画像を縮小して1枚の用紙に順番に配置して印刷する印刷方法である。小冊子印刷は、N(Nは複数)ページの画像を縮小して並べ替えて用紙の表面と裏面に2ページずつ配置して印刷する印刷方法である。ポスター印刷は、1ページ分の画像をポスターサイズに拡大してM(Mは複数)枚の用紙に分割して印刷する印刷方法である。印刷設定の設定項目は、さらに、プリンタ2が印刷物に対して行う後処理があってもよい。後処理には、例えば、印刷物を針などで留めるステープルがある。
 プリンタ2は、プリンタ2が有する機能に基づいて、各種の印刷設定を受け付けることができる。補助プログラム42は、プリンタ2に専用の印刷設定画面(以下「詳細設定画面」とする)を介して、印刷設定を受け付けることができる。詳細設定画面では、プリンタ2と同様の設定を受け付けることができる。詳細設定画面では、プリンタ2が設定できない項目について設定を受け付けてもよい。例えば、詳細設定画面では、加工オプションについての処理を補助プログラム42が行い、プリンタ2が行わない場合、詳細設定画面で、加工オプションについて設定を受け付けてもよい。
 汎用印刷プログラム41は、印刷設定画面D2(図3参照)を介して印刷設定を受け付けることができる。汎用印刷プログラム41は、PC1のディスプレイ13aに印刷設定画面D2を表示させるデータを取り扱うことができる。例えば、汎用印刷プログラム41は、補助プログラム42から受け取った情報を印刷設定画面D2に表示させることができる。表示可能な情報には、例えば、印刷設定の項目やパラメータ、通知画像が含まれる。
 図1に示すように、PC1のメモリには設定ファイル45が保存されている。補助プログラム42には、設定ファイル45の保存先が登録されており、設定ファイル45を読み出すことができる。設定ファイル45には、印刷設定画面D2に表示する内容をカスタマイズする設定内容を示す設定データが記憶されている。設定データは、表示する対象を列記した内容であってもよし、表示しない対象を列記した内容であってもよい。設定ファイル45は、テキストファイルでもよいし、jsonやcsvやxmlのような決められた形式のファイルでもよい。設定ファイル45は、プリンタ2のベンダやシステム管理者がプリンタ2の運用のカスタマイズのために用意したものでもよいし、ユーザ個人が利便性の向上のために用意したものでもよい。読み込み対象となる設定ファイル45の登録は後述する登録処理により行われる。
 補助プログラム42は、設定ファイル45に記憶されている設定データに基づいて、印刷設定画面D2の表示内容をカスタマイズすることができる。印刷設定画面D2をカスタマイズする設定内容の例としては、印刷設定の項目の追加ないし削除、印刷設定の各項目に設定可能なパラメータの追加ないし削除、印刷設定の項目ないし各項目に設定可能なパラメータの表示順序の変更、印刷設定画面D2の表記の変更、印刷設定画面D2に表示する画像の変更、がある。
 次に、本形態の補助プログラム42の動作を含む印刷の手順であって、情報アプリ43にて印刷が選択された場合の各プログラムによる手順について、図2のシーケンス図を参照して説明する。なお、図2および後述する他のシーケンス図では、プリンタ2に対応する補助プログラム42がPC1に組み込まれている場合の動作について示している。
 なお、本形態における処理およびフローチャートの各処理ステップは、基本的に、補助プログラム42などのプログラムに記述された命令に従ったCPU11の処理を示す。CPU11による処理は、OS21のAPIを用いたハードウェア制御も含む。本明細書では、OS21の詳細な記載を省略して各プログラムの動作を説明する。また、「取得」は要求を必須とはしない概念で用いる。
 手順の最初に、ユーザが情報アプリ43を起動する(A01)。情報アプリ43は、ユーザの指示に応じて、各種の情報を含む情報画面をディスプレイ13aに表示させる(A02)。表示中の情報画面の画像を印刷させたい場合、ユーザは、情報画面にて印刷を選択する(A03)。すると、情報アプリ43は、OS21の汎用印刷プログラム41に表示要求と情報画面のデータを送る (A04)。
 汎用印刷プログラム41は、表示要求がされたことに応じて、印刷設定画面をディスプレイ13aに表示させる(A06)。印刷設定画面は、印刷設定の指示や印刷実行の指示を受け付ける画面である。例えば、図3に示すように、印刷設定画面D2には、プリンタの選択を受け付けるプリンタ選択欄51と、通知画像を表示する通知欄52と、各種の印刷設定の指定を受け付ける印刷設定欄53と、印刷対象となる情報画面の画像を示すプレビュー欄54と、詳細な印刷設定を行う指示を受け付ける詳細設定ボタンSW2と、印刷実行の指示を受け付ける印刷ボタンSW3と、が含まれる。通知欄52は特定の表示エリアの一例である。
 印刷設定欄53では、汎用印刷プログラム41が印刷設定の項目を表示して、パラメータの設定を受け付けることができる。汎用印刷プログラム41が補助プログラム42に処理を要求していない場合、印刷設定欄53には、汎用印刷プログラム41がサポートする印刷設定の項目とパラメータが表示される。例えば図4(a)は、汎用印刷プログラム41が、補助プログラム42に処理を要求していない場合に表示される印刷設定欄53の一例を示している。印刷設定欄53では、項目ごとに設定欄111やリストボックス112が設けられている。リストボックス112は、リストボタン113が操作されると、その項目について汎用印刷プログラム41がサポートするパラメータが選択可能に表示される。
 図3に戻り、通知欄52には、補助プログラム42から受け取った通知情報が表示される。汎用印刷プログラム41は、補助プログラム42から受け取った情報に基づいて、通知欄52に画像を表示したり、画像の表示を停止したりすることができる。
 図2に示すように、ユーザは、表示中の印刷設定画面D2にて、プリンタ選択欄51への操作を行うことでプリンタの選択を行うことができる(A07)。選択されたプリンタがプリンタ2である場合、汎用印刷プログラム41は、プリンタ2に対応する補助プログラム42を起動して、プリンタの選択に対応する処理を要求する(A08)。A08では、汎用印刷プログラム41は、選択されたプリンタの情報や、プリンタの選択時に設定されていた印刷設定の情報を、補助プログラム42に渡す。
 なお、汎用印刷プログラム41は、OS21にて通常使用するプリンタとしてプリンタ2が設定されている場合には、例えば、図3に示すように、プリンタ2が選択された状態で印刷設定画面D2を表示し(A06)、補助プログラム42を起動する(A08)。すなわち、OS21によってプリンタ2が自動的に選択され、汎用印刷プログラム41は、選択されたプリンタ2の情報に基づいて、A08を実行する。この場合、ユーザによるA07の操作は不要である。
 なお、汎用印刷プログラム41が印刷設定画面D2を表示する代わりに、情報アプリ43が印刷設定画面D2を表示させる構成でも良い。その場合、情報アプリ43は、A03で印刷が選択されたことに応じて汎用印刷プログラム41を起動し、印刷設定画面D2に表示させるためのデータを汎用印刷プログラム41から取得して、印刷設定画面D2をディスプレイ13aに表示させる。そして、情報アプリ43は、プリンタ2が選択されていることに応じて、あるいは、A07にてプリンタ2が選択されたことに応じて、選択されたプリンタ2の情報を汎用印刷プログラム41に渡す。これにより、汎用印刷プログラム41は、A08にて、プリンタ2に対応する補助プログラム42を起動する。
 補助プログラム42は、起動されたことに応じて、OS21に対してプリンタ2の能力情報を要求する(A11)。OS21は、補助プログラム42からの要求を受けて、プリンタ2に能力情報を要求する取得要求を送信し、プリンタ2から能力情報を取得する(A12)。OS21は、プリンタ2から取得した能力情報を補助プログラム42に渡す(A13)。
 OS21は、例えば、IPP(internet printing protocolの略)に応じた通信によって、プリンタ2との通信を行う。なお、補助プログラム42は、OS21に要求する代わりに、例えば、MIB(Management Information Baseの略)を使って、プリンタ2から直接、能力情報を取得しても良い。
 プリンタ2から取得する能力情報には、印刷設定として設定可能なパラメータの情報が含まれる。また、能力情報には、適正な印刷設定の組み合わせを示す情報が含まれる。また、能力情報には、例えば、ステータス情報、消耗品の残量情報、装着されているトレイの情報、トレイごとに設定されている用紙の用紙情報、対応可能な印刷解像度の情報、が含まれる。また、プリンタ2は、受け付けた印刷ジョブに基づいて画像処理を行って,画像処理後のデータに基づいて印刷する機能、例えば、Nin1等の集約印刷、ウォータマーク等の合成印刷、着色剤を節約する節約印刷、を行う機能を有していても良い。プリンタ2にて実行可能な画像処理の機能を有している場合、プリンタ2は、その機能の情報を能力情報としてOS21に渡しても良い。
 補助プログラム42は、A13にてOS21から通知された能力情報を、メモリ12内の補助プログラム42にて使用可能な所定の領域に記憶する(A14)。なお、補助プログラム42は、能力情報が既にメモリ12に記憶されている場合、記憶されている能力情報に上書きして今回の能力情報を記憶する。
 図2に示すように、補助プログラム42は、設定ファイル45を読み込む(A20)。A20は読込処理の一例である。設定ファイル45は設定データの一例である。
 本実施形態では、あらかじめ設定ファイル45のファイル名と、設定ファイル45を保存する記憶領域が決まっており、補助プログラム42は、その記憶領域にアクセスして、あらかじめ決められたファイル名に基づいて設定ファイル45を読み込む。一方、補助プログラム42は、設定ファイル45のパスが補助プログラム42に登録されている場合、そのパスに基づいて設定ファイル45にアクセスし、設定ファイル45を読み込んでもよい。設定ファイル45は、PC1のメモリ12に保存されていてもよいし、サーバなどPC1の外部に設けられた外部装置に保存されていてもよい。
 設定ファイル45を読み込んだ補助プログラム42は、表示データ生成処理を行う(A21)。表示データ生成処理は、A20にて読み込んだ設定ファイル45内の設定データに示される設定内容に基づいて、表示データを生成する処理である。表示データは、図3に示す印刷設定画面D2の表示内容を示すデータである。
 設定ファイル45内の設定データは、ユーザや、プリンタ2のベンダや、プリンタ2の管理者など(以下「管4理者等」とする)によって、印刷設定画面D2の表示をカスタマイズするために設定された設定内容を含んでいる。設定データは、例えば、印刷設定の項目やパラメータや画像データである。設定データの設定内容は、登録処理により登録されている。登録処理については後述する。
 表示データが示す表示内容には、例えば、図3の印刷設定欄53に表示される印刷設定の項目、各項目に設定可能なパラメータ、通知欄52に表示される通知画像が含まれる。通知画像は、例えば、テキスト、静止画像、動画を含んでも良く、これらの組み合わせであっても良い。表示内容には、通知欄52を非表示にする指示が含まれてもよい。A21は生成処理の一例である。
 さらに、補助プログラム42は、生成した表示データを含む表示情報を汎用印刷プログラム41に渡し(A22)、処理を終了する。A22は表示処理の一例である。汎用印刷プログラム41は、補助プログラム42から受け取った表示情報に基づいて、ディスプレイ13aに表示されている印刷設定画面D2の通知欄52と印刷設定欄53の表示を行う(A23)。尚、A23の処理は情報アプリ43が印刷設定画面D2を表示してもよい。この場合、情報アプリ43が表示データを受けて通知欄52と印刷設定欄53の表示内容を制御する。
 汎用印刷プログラム41がサポートする印刷設定の項目およびパラメータと異なる項目およびパラメータを表示データが含む場合、図4(a)に示す印刷設定欄53あるいは通知欄52の表示内容が、設定内容に応じて図4(b)、図5(a)、図5(b)、図6(a)、図6(b)、あるいは、図7に示すように変更される。印刷設定画面のカスタマイズの詳細は後述する。なお、A03の印刷選択時にプリンタ2が選択されている場合には、A06、A07の処理を省略し、カスタマイズした印刷設定画面D2を表示してもよい。
 印刷設定画面D2のカスタマイズについて具体的に説明する。まず、印刷設定画面D2に表示される項目をカスタマイズする第1具体例について説明する。例えば、設定データには、印刷設定の項目「用紙種類」を表示しない設定内容が、含まれているとする。また、設定データには、補助プログラム42あるいはプリンタ2に固有の設定項目である「小冊子印刷」を表示し、その項目のパラメータとして「する」と「しない」を表示可能とする設定内容が、含まれているとする。
 この場合、補助プログラム42は、「用紙種類」の項目およびパラメータを表示せず、「小冊子印刷」の項目とパラメータを表示する表示データを生成し、それを汎用印刷プログラム41に渡して表示させる。これにより、図4(a)に示すように、変更前の印刷設定欄53には「用紙種類」の項目とそのリストボックスが表示されていた。しかし、変更後の印刷設定欄53には、図4(b)の図中矢印121に示すように、「用紙種類」の項目およびそのリストボックスパラメータが表示されなくなる。また、変更後の印刷設定欄53には、図4(b)の図中矢印122,123に示すように、変更前に表示されていなかった「小冊子印刷」の項目およびそのパラメータ「する」、「しない」が追加表示される。「小冊子印刷」は第3項目の一例である。
 このように、補助プログラム42は、印刷設定画面D2に表示される印刷設定の項目をカスタマイズすることで、印刷設定画面D2にて設定可能な項目を増やしたり、減らしたりすることができ、プリンタ2の運用をカスタマイズすることができる。
 印刷設定画面D2に表示されるパラメータをカスタマイズする第2具体例について説明する。例えば、設定データには、「部数」の範囲を「1部以上10部以下」に制限する設定内容が含まれているとする。また例えば、設定データには、「用紙種類」のパラメータに「布」を追加する設定内容が含まれているとする。また例えば、設定データには、項目としての「両面印刷」に設定可能なパラメータを「両面印刷」に限定する設定内容が含まれているとする。また例えば、設定データには、項目としての「カラー」に設定可能なパラメータを「モノクロ」に限定する設定内容が含まれているとする。また例えば、設定データには、「割り付け印刷」の項目に設定可能なパラメータを「標準(1in1)」と「2in1」に限定する設定内容が含まれているとする。
 この場合、補助プログラム42は、図4(a)に示す印刷設定画面D2に表示される項目「部数」、「用紙種類」、「両面印刷」、「カラー印刷」、「割り付け印刷」のパラメータを、図5(a)の矢印131~136に示すように変更する表示データを生成し、それを汎用印刷プログラム41に渡して表示させる。
 これにより、例えば、図4(a)に示す変更前の印刷設定画面D2では、「部数」は制限が表示されていなかった。しかし、図5(a)の図中矢印131に示すように、変更後の印刷設定画面D2には、「部数」の設定欄111の横に、設定可能な部数の範囲「1~10」が表示されている。この場合、汎用印刷プログラム41は、設定欄111において1~10以外の数値を受け付けない。
 また、例えば、図4(a)に示す変更前の印刷設定画面D2には、「用紙種類」のリストボックスに「普通紙」と「封筒」が選択可能に表示されていた。しかし、図5(a)の図中矢印132に示すように、変更後の印刷設定画面D2には、「用紙種類」のリストボックスに「布」が追加表示されている。そのため、ユーザは、例えば、印刷設定画面D2の詳細設定ボタンSW2を操作して補助プログラム42に詳細設定画面を表示させなくても、補助プログラム42あるいはプリンタ2に固有のパラメータを印刷設定画面D2に表示させ、設定を受け付けることができる。この場合、「用紙種類」は「第4項目」の一例である。「布」は「第4パラメータ」の一例である。
 また、例えば、図4(a)に示す変更前の印刷設定画面D2には、「両面印刷」のリストボックスに「片面印刷」と「両面印刷」が選択可能に表示されていた。しかし、変更後の印刷設定画面D2には、図5(a)の図中矢印133に示すように、「両面印刷」の項目に「両面印刷」のパラメータのみが表示されている。「両面印刷」の項目にはリストボタンが設けられていない。これにより、「両面印刷」の項目には、パラメータとしての「両面印刷」しか設定できないので、どの印刷でも「両面印刷」の項目について運用を同じにすることができる。この場合、項目としての「両面印刷」は「第1項目」の一例である。パラメータとしての「両面印刷」は「第1パラメータ」の一例である。「カラー印刷」の項目については、図4(a)に示す変更前の印刷設定画面D2には、「カラー印刷」のリストボックスに「カラー」と「モノクロ」が選択可能に表示されていた。変更後の印刷設定画面D2には、図5(a)の図中矢印134に示すように、「カラー印刷」の項目に「モノクロ」のパラメータのみが表示されている。
 また、例えば、図4(a)に示す変更前の印刷設定画面D2には、「割り付け印刷」のリストボックスに「標準(1in1)」と「2in1」と「4in1」と「9in1」と「16in1」とが選択可能に表示されていた。しかし、変更後の印刷設定画面D2には、図5(a)の図中矢印135に示すように、「割り付け印刷」のリストボックスに「標準(1in1)」と「2in1」のみが表示され、「4in1」、「9in1」、「16in1」が表示されていない。これにより、汎用印刷プログラム41が設定可能とするパラメータの一部(「4in1」、「9in1」、「16in1」)について利用を制限する運用が実現される。なお、「割り付け印刷」は「第2項目」の一例であり、「4in1」、「9in1」、「16in1」は「第2パラメータ」の一例である。
 なお、本実施形態では、設定を受け付けない印刷設定の項目あるいはパラメータを非表示にして、設定を受け付けないようにした。これに対して、設定を受け付けない項目あるいはパラメータは、グレーアウトして設定を受け付けないようにしてもよい。これによれば、ユーザは、どの項目あるいはパラメータの利用が制限されているかを認識したり、補助プログラム42あるいはプリンタ2が有する機能に気付いたりすることができる。
 ところで、プリンタ2が増設トレイを脱着可能な装置である場合、設定データが、「給紙トレイ」の項目に設定可能なパラメータとして「増設トレイ」を含むことがある。補助プログラム42がこの設定データのみに基づいて表示データを生成すると、プリンタ2に増設トレイが装着されているか否かに関係なく、印刷設定画面D2には、図5(a)の矢印136に示すように、「給紙トレイ」のリストボックスに「増設トレイ」が追加表示される。プリンタ2の選択時に、プリンタ2が増設トレイを装着されていない場合、図5(a)に示す印刷設定画面D2において「給紙トレイ」に「増設トレイ」が設定されると、印刷に失敗する可能性が高くなる。
 そこで、補助プログラム42は、図2のA21において、設定データと、プリンタ2から取得した能力情報とを比較して表示データを生成してもよい。増設トレイがプリンタ2に装着されていない場合、プリンタ2から取得した能力情報には、設定可能なトレイとして「増設トレイ」が含まれていない。補助プログラム42は、設定データと能力情報とに基づいて表示データを生成することにより、「給紙トレイ」のリストボックスに「増設トレイ」を追加表示させない表示データを生成する。この表示データに基づいて表示される印刷設定画面D2には、「給紙トレイ」のリストボックスに「増設トレイ」が表示されない。よって、増設トレイが装着されていないプリンタ2を指定して印刷を行う場合に「給紙トレイ」に「増設トレイ」が設定されることがなくなり、印刷の失敗を未然に防ぐことができる。
 印刷設定画面D2の表示順をカスタマイズする第3具体例について説明する。例えば、設定データには、用紙サイズを1番上にする設定内容が含まれているとする。この場合、補助プログラム42は、「用紙サイズ」を1番上にして各項目を並べて表示する表示データを生成し、汎用印刷プログラム41に渡す。これにより、図4(a)に示すように、変更前の印刷設定画面D2には「用紙サイズ」が上から3番目に表示されていた。しかし、変更後の印刷設定画面には、図5(b)の図中矢印141に示すように、「用紙サイズ」が1番上に表示されるようになる。
 パラメータの表示順をカスタマイズする第4具体例について説明する。例えば、設定データには、「カラー印刷」に設定可能なパラメータのうち、「モノクロ」を1番目、「カラー」を2番目に表示する設定内容が含まれているとする。この場合、補助プログラム42は、「カラー印刷」のリストボックスの1番上に「モノクロ」を表示し、2番目に「カラー」を表示する表示データを生成し、汎用印刷プログラム41に渡す。これにより、図4(a)に示すように、変更前の印刷設定画面D2には「カラー印刷」のリストボックスに上から「カラー」、「モノクロ」が表示されていた。しかし、変更後の印刷設定画面には、図6(a)の図中矢印161に示すように、「カラー印刷」のリストボックスに上から「モノクロ」、「カラー」が表示されるようになる。
 印刷設定画面D2の表記をカスタマイズする第5具体例について説明する。例えば、設定データには、「割り付け印刷」の表記を「1枚のシートに印刷する原稿の枚数」に変更し、「割り付け印刷」のパラメータ「標準(1in1)」、「2in1」、「4in1」、「9in1」、「16in1」の表記を「1枚」、「2枚」、「4枚」、「9枚」、「16枚」に変更する設定内容が含まれているとする。この場合、補助プログラム42は、「1枚のシートに印刷する原稿の枚数」の項目を表示し、その項目のリストボックスに「1枚」、「2枚」、「4枚」、「9枚」、「16枚」を表示する表示データを作成し、汎用印刷プログラム41に渡す。この表示データには、「割り付け印刷」の項目名や「標準(1in1)」、「2in1」…のパラメータ名が含まれていない。
 これにより、図4(a)に示すように変更前に印刷設定画面D2に表示されていた「割り付け印刷」の項目の表記が、図6の矢印(b)の図中矢印151に示すように、「1枚のシートに印刷する原稿の枚数」に変更される。また、図4(a)に示す「割り付け印刷」のパラメータ「標準(1in1)」、「2in1」、「4in1」、「9in1」、「16in1」の表記が、図6の矢印(b)の図中矢印152に示すように、「1枚」、「2枚」、「4枚」、「9枚」、「16枚」に変更される。よって、例えば、印刷設定画面D2の各項目や各パラメータの表記を補助プログラム42やプリンタ2の表記に変更したり、各項目や各パラメータの表記を内容の想像しやすい文言に変更したりすることができ、印刷設定画面D2の使い勝手を良くすることができる。
 印刷設定画面D2の使用言語をカスタマイズする第6具体例について説明する。例えば、OS21の使用言語が中国語に設定されている場合、汎用印刷プログラム41が表示する印刷設定画面D2も中国語で表示される。例えば、設定データが、使用言語を「日本語」とする設定内容を含む場合、補助プログラム42は、日本語で表示データを生成し、それを汎用印刷プログラム41に渡す。汎用印刷プログラム41は、受け取った表示データをそのまま日本語で印刷設定画面D2に表示させる。つまり、印刷設定画面D2の使用言語が「中国語」から「日本語」に変更される。
 印刷設定画面D2に表示する画像をカスタマイズする第7具体例について説明する。例えば、設定データには、プリンタ2のベンダの連絡先の画像データが含まれているとする。この場合、補助プログラム42は、その画像データを通知欄52に表示させる表示データを生成し、汎用印刷プログラム41に渡す。これにより、印刷設定画面D2の通知欄52には、図7の図中201に示すように、連絡先の通知画像が表示され、不具合等が生じた場合に、ユーザが通知欄52に表示される連絡先に直ぐに連絡して対応することができる。
 印刷設定画面D2の通知欄52を非表示にする第8具体例について説明する。例えば、補助プログラム42は、通知欄52に画像を表示させない表示データを生成し、汎用印刷プログラム41に渡す。この場合、印刷設定画面D2の通知欄52には何も表示されない。なお、この場合、通知欄52自体が消去されてもよい。
 なお、図3の例では、1つの通知欄52を含む印刷設定画面D2を示したが、通知欄52の配置や形状、大きさ、個数等は、この図の例に限らない。補助プログラム42は、汎用印刷プログラム41から通知欄52の情報を取得し、取得した情報に基づいて、通知欄52に表示させる通知データを決定しても良い。例えば、通知欄52を表示可能な配置が複数有って、補助プログラム42にて表示場所を指定できる場合には、補助プログラム42は、表示場所を指定する情報を含む通知データを汎用印刷プログラム41に渡しても良い。また、通知欄52の大きさを選択できる場合には、補助プログラム42は、大きさを指定する情報を汎用印刷プログラム41に渡しても良い。
 なお、補助プログラム42は、表示データを生成して汎用印刷プログラム41に渡す代わりに、補助プログラム42自身にて情報を表示することもできる。ただし、その場合、印刷設定画面D2とは別に画面を表示することになる。OS21の汎用印刷プログラム41の印刷設定画面D2の中に表示すれば、表示がシンプルになり、ユーザのストレスが回避される。
 次に、図4に示した印刷設定画面D2の表示中、印刷ボタンSW3へのユーザの操作による印刷実行の指示を受け付けた場合の各プログラムによる手順について、図8のシーケンス図を参照して説明する。なお、ユーザによる印刷実行の指示は、汎用印刷プログラム41に直接入力されてもよいし、情報アプリ43に入力され、情報アプリ43から汎用印刷プログラム41に出力されてもよい。
 汎用印刷プログラム41は、ユーザによる印刷実行の指示を受け付けると(D01)、印刷設定画面D2にて受け付けた印刷設定を用いて、印刷対象の画像を示す画像データの形式を中間画像データの形式に変換することで中間画像データを生成して(D02)、生成した中間画像データを補助プログラム42に渡す(D03)。情報アプリ43に含まれる画像データは種々のタイプのものであり、汎用印刷プログラム41は、印刷対象の画像データを、印刷データの生成に適した中間画像データに変換する。なお、印刷対象の画像データが印刷データの生成に適したデータであれば、中間画像データの生成を省略し、そのまま中間画像データとしても良い。中間画像データは、例えば、XPSデータである。
 補助プログラム42は、D03にて受け取った中間画像データに、補助プログラム42に設定されている印刷設定を反映させ、中間画像データを加工する(D04)。補助プログラム42は、加工した中間画像データにラスタライズを実行し、印刷対象の画像を示す印刷データを生成する(D05)。D05にて生成される印刷データは、プリンタ2にて印刷に使用できる形式のデータであり、例えば、PDLデータである。
 プリンタ2に対応する補助プログラム42にてラスタライズすることで、汎用印刷プログラム41にてラスタライズする場合に比較して自由度が大きく、プリンタ2での印刷に適した印刷データが生成される可能性が高い。なお、補助プログラム42によって生成される印刷データは、プリンタ2のモデル専用の形式のデータであっても良い。
 補助プログラム42は、D05にて生成した印刷データを、印刷の実行を指示する印刷コマンドとともにプリンタ2に送信する(D06)。D06は、送信処理の一例である。補助プログラム42は、プリンタ2に実行させると決定した画像処理がある場合、その処理の情報も含む印刷コマンドを生成する。補助プログラム42は、さらに、印刷データの送信を終了したことを汎用印刷プログラム41に通知しても良い(D08)。通知は、汎用印刷プログラム41による印刷データの送信をキャンセルする指示を含んでもよい。
 印刷データと印刷コマンドとを受信したプリンタ2は、受信した印刷コマンドに基づいて、印刷データの画像の印刷を実行する(D07)。これにより、印刷物が生成される。
 なお、補助プログラム42が印刷データを生成する代わりに、汎用印刷プログラム41が印刷データの生成を行っても良い。例えば、補助プログラム42は、D03にて加工した中間画像データと印刷実行の情報とを汎用印刷プログラム41に渡し、汎用印刷プログラム41が、中間画像データをラスタライズして印刷データを生成しても良い。その場合、汎用印刷プログラム41は、生成した印刷データを補助プログラム42に渡す。そして、補助プログラム42は、汎用印刷プログラム41から印刷データを受け取った場合、汎用印刷プログラム41から受け取った印刷データを、印刷の実行を指示する印刷コマンドとともにプリンタ2に送信する。
 汎用印刷プログラム41によって生成される印刷データは、各種のプリンタにて印刷に使用できる形式の印刷データであり、例えば、PWGRasterデータ、または、PDFデータである。汎用印刷プログラム41によってラスタライズするとすれば、補助プログラム42の処理が少なく、処理時間増大の回避が見込まれ、また、補助プログラム42のプログラムサイズが抑えられる。
 なお、プリンタ2への印刷データや印刷コマンドの送信は、汎用印刷プログラム41が行っても良い。つまり、補助プログラム42は、生成した印刷データを、プリンタ2を送信先としてPC1から送信されるように、汎用印刷プログラム41に渡しても良い。その場合、汎用印刷プログラム41は、補助プログラム42から受け取った印刷データ等をプリンタ2に送信する。この場合、補助プログラム42が汎用印刷プログラム41に印刷データ等を渡す処理が、送信処理の一例である。
 次に、上述した登録処理の手順について、図9のフローチャートを参照して説明する。ここでは、補助プログラム42を用いて登録処理を行う場合について説明する。例えば、管理者等は、ユーザIF13を用いて補助プログラム42を起動し、登録開始指示を入力する。すると、CPU11が、図9の登録処理を実行する。
 CPU11は、まず、カスタマイズ内容を受け付けるカスタマイズ画面をPC1のディスプレイ13aに表示させる(S1)。カスタマイズ画面の一例を図10に示す。例えば、図10に示すカスタマイズ画面D11には、印刷設定カスタマイズ領域71と、表記カスタマイズ領域72と、通知画像カスタマイズ領域73と、保存先設定領域74と、登録ボタンSW21とが含まれている。
 印刷設定カスタマイズ領域71は、印刷設定画面D2に表示させる印刷設定の項目およびパラメータをカスタマイズする領域である。印刷設定カスタマイズ領域71は、例えば、項目名表示欄711と、表示可否選択欄712と、パラメータ選択欄713と、チェックボックス713aと、を備える。項目名表示欄711と、パラメータ選択欄713には、補助プログラム42が設定可能な項目とパラメータが表示されている。つまり、カスタマイズ画面D11では、補助プログラム42により実現できる機能あるいはプリンタ2の固有の機能を含めて、カスタマイズ対象になる。なお、項目名表示欄711に表示される項目名はダブルクリックすることで編集することができる。
 表示可否選択欄712は、印刷設定画面D2に表示するか否かを設定する設定欄であり、項目ごとに設けられている。表示可否選択欄712に「可」が設定された項目は印刷設定画面D2に表示され、表示可否選択欄712に「不可」が設定された項目は印刷設定画面D2に表示されない。チェックボックス713aは、印刷設定画面D2に表示するか否かを設定する設定欄であり、パラメータごとに設けられている。チェックボックス713aにチェックが入れられたパラメータは印刷設定画面D2に表示され、チェックボックス713aにチェックが入れられていないパラメータは印刷設定画面D2に表示されない。
 印刷設定カスタマイズ領域71は、印刷設定画面D2に表示する項目の順番を設定する表示順設定欄714を含む。表示順設定欄714では、表示可否選択欄712において「可」が設定された項目の中で、表示順を入力することができる。
 例えば、パラメータ選択欄713のパラメータは、表示されている順番に、印刷設定画面D2のリストボックス112に表示される。パラメータ選択欄713に表示されるパラメータは、ドラッグなどにより順番を入れ替え、表示順を変更することができる。また、名称を変更したいパラメータをダブルクリックすれば、そのパラメータの名称を編集することができる。
 なお、カスタマイズ画面D11では、表示順を設定する設定欄を印刷設定カスタマイズ領域71と別に設けてもよい。印刷設定カスタマイズ領域71には、汎用印刷プログラム41に設定されている印刷設定(項目、パラメータ、表示順など)を反映させてもよい。また、汎用印刷プログラム41が設定可能な印刷設定の項目及びパラメータを、設定不可能の項目およびパラメータと区別できるように表示してもよい。
 表記カスタマイズ領域72は、印刷設定画面D2の表記を設定する領域である。表記の例としては、使用言語、文言が含まれる。表記は、複数の候補から選択してもよいし、手入力してもよい。
 通知画像カスタマイズ領域73は、印刷設定画面D2の通知欄52に表示させる画像を設定する領域である。画像の例としては、デフォルト画像と任意画像がある。デフォルト画像は、例えば、プリンタメーカのロゴマークである。任意画像は、例えば、広告などの画像や、広告などを表示するためのリンクや、連絡先などであり、任意に設定できる。なお、通知画像カスタマイズ領域73は、通知欄52に画像を表示しない設定を受け付けてもよい。
 保存先設定領域74は、設定ファイル45のファイル名と保存先を設定する設定欄である。設定ファイル45のファイル名、保存先があらかじめ決まっている場合には、それらを固定値として保存先設定領域74に表示してもよいし、保存先設定領域74を表示しなくてもよい。設定ファイル45のファイル名、保存先があらかじめ決まっていない場合には、ユーザが保存先設定領域74を介してファイル名と保存先を任意に設定することができる。この場合、設定ファイル45のパスを補助プログラム42に登録してもよい。設定ファイル45の保存先は、PC1に限らず、外部サーバなどであってもよい。
 図9に戻り、カスタマイズ画面D11を表示したCPU11は、カスタマイズ画面D11の登録ボタンSW21がユーザIF13を用いて操作されると、登録指示を受け付けたと判断し(S2:YES)、設定ファイル45を作成する(S3)。すなわち、カスタマイズ画面D11を介して受け付けた設定データをファイル化する。
 CPU11は、作成した設定ファイル45に、カスタマイズ画面D11の保存先設定領域74にて設定されたファイル名をつけて、カスタマイズ画面D11の保存先設定領域74にて設定された保存先に記憶する(S4)。さらに、CPU11は、カスタマイズ画面D11の保存先設定領域74に設定されたファイル名と保存先を記憶する(S5)。その後、CPU11は、登録処理を終了する。
 以上説明したように、本実施形態の補助プログラム42は、プリンタ2が選択されたことによって汎用印刷プログラム41から処理が要求された際、印刷設定画面D2をカスタマイズするための設定ファイル45を読み込み、その設定ファイル45に示される設定内容を反映した表示データを汎用印刷プログラム41に渡す。汎用印刷プログラム41は、プリンタ2のモデルごとに対応するプリンタドライバとは異なるOS標準の印刷プログラムである。その汎用印刷プログラム41が、補助プログラム42から受け取った表示データに従って印刷設定画面D2をPC1のディスプレイ13aに表示する。これにより、OS標準の汎用印刷プログラム41を用いるPC1において、ユーザの好みやプリンタ2の仕様ないし運用にあった印刷設定画面D2をディスプレイ13aに表示することができる。
 なお、本明細書に開示される実施の形態は単なる例示にすぎず、本発明を何ら限定するものではない。したがって本明細書に開示される技術は当然に、その要旨を逸脱しない範囲内で種々の改良、変形が可能である。例えば、PC1に接続される装置は、プリンタに限らず、複合機、複写機、FAX装置、等印刷機能を有する装置であればよい。また、PC1に接続されるプリンタの数は、図示の例に限らず、2台以上でも良い。
 また、例えば、補助プログラム42は、補助プログラム42あるいはプリンタ2に固有の項目(例えば、小冊子印刷)や固有のパラメータ(例えば、布)を含む表示データを生成しなくてもよい。ただし、補助プログラム42が、固有の項目やパラメータを含む表示データを生成することで、図4(b)および図5(a)に示すように、印刷設定画面D2に新たな項目(例えば、小冊子印刷)やパラメータ(例えば、布)を追加することができ、補助プログラム42ないしプリンタ2が追加した項目やパラメータに対応する固有の処理を実行することができる。
 また、例えば、補助プログラム42は、印刷設定画面D2の表示順を変更しなくてもよい。ただし、補助プログラム42は、表示順を含む表示データを生成できれば、図5(b)に示すように、例えば、ユーザの変更頻度が高い項目ないしパラメータについて表示順位を高くすることができる。これにより、その項目ないしパラメータについて設定変更がし易くなり、利便性が高まる。
 また、例えば、補助プログラム42は、印刷設定画面D2の表記を変更しなくてもよい。ただし、表記を変更することで、例えば、ユーザが理解できる言語での表記に印刷設定画面D2を変更することができる。これにより、ユーザがその項目ないしパラメータについて設定変更し易くなり、利便性が高まる。
 また、例えば、補助プログラム42は、印刷設定画面D2の通知欄52に表示させる画像をカスタマイズしなくてもよい。ただし、通知欄52に表示させる画像をカスタマイズすることで、印刷設定画面D2に表示させる画像の自由度が高まる。
 また、例えば、補助プログラム42は、印刷設定画面D2の通知欄52に常に画像を表示させてもよい。ただし、補助プログラム42が、印刷設定画面D2の通知欄52に画像を表示させないことで、印刷設定画面D2の表示の自由度が高まる。また、頻繁に通知欄52に不要な画像が表示されることを回避できる。
 また、例えば、図9に示す登録処理は、補助プログラム42と別のプログラムにより実行してもよい。ただし、上記実施形態のように、補助プログラム42がCPU11を用いて登録処理を実行し、その設定データを読み込んで表示データを生成することで、設定データの自由度が高まる。また、設定データの管理が容易になる。さらに、PC1に組み込まれた補助プログラム42を用いて印刷設定画面D2の表示のカスタマイズが可能となるので、別のプログラムを補助プログラム42と別にPC1に読み込んだり、別の場所で登録した設定データを外部記憶装置からPC1に記憶させたりする必要がなく、使い勝手がよい。
 また、汎用印刷プログラム41によって印刷設定画面D2が表示された後に、ユーザの操作によって、OS21を介して、通常使うプリンタが他のプリンタからプリンタ2に変更された場合にも、汎用印刷プログラム41は、補助プログラム42を起動しても良い。その場合も、プリンタ2が選択された場合と同様に、補助プログラム42は、表示データ生成処理を実行し、表示データを汎用印刷プログラム41に渡すと良い。
 また、実施の形態では、補助プログラム42の動作として、印刷動作のみを詳細に記載しているが、補助プログラム42は、さらに他の役割を有していても良い。また、本形態の処理を実行するプログラムは、補助プログラム42に限らず、汎用印刷プログラム41を用いた印刷を行う際に、OS21または汎用印刷プログラム41から指示を受け付けるプログラムであればよい。例えば、マイクロソフト社が仕様公開した印刷ワークフローアプリ(Print workflow)でも良い。
 また、補助プログラム42の実行タイミングは、実施の形態の例に限らない。例えば、OS21から直接実行指示されて実行されても良く、または、常駐される補助プログラム42であっても良い。常駐される場合には、補助プログラム42は、実行命令を受けて前述した動作を行うとすれば良い。
 また、実施の形態に開示されている任意のフローチャートにおいて、任意の複数のステップにおける複数の処理は、処理内容に矛盾が生じない範囲で、任意に実行順序を変更できる、または並列に実行できる。
 また、実施の形態に開示されている処理は、単一のCPU、複数のCPU、ASICなどのハードウェア、またはそれらの組み合わせで実行されてもよい。また、実施の形態に開示されている処理は、その処理を実行するためのプログラムを記録した記録媒体、または方法等の種々の態様で実現することができる。
1……PC、2……プリンタ、11……CPU、13a……ディスプレイ、21……OS、41……汎用印刷プログラム、42……補助プログラム

Claims (13)

  1.  情報処理装置のコンピュータによって実行可能であり、前記情報処理装置と接続するプリンタに対応し、前記情報処理装置のオペレーティングシステムにあらかじめ組み込まれた汎用印刷プログラムをサポートするサポートプログラムであって、前記汎用印刷プログラムは、前記情報処理装置のディスプレイに印刷設定画面を表示させるためのデータを取り扱うことが可能であり、
     前記コンピュータに、
      前記プリンタが選択されたことによって前記汎用印刷プログラムから処理が要求された場合に、
       前記印刷設定画面をカスタマイズする設定内容を示す設定データを読み込む読込処理と、
       前記読込処理にて読み込まれた前記設定データに示される前記設定内容に基づいて、前記印刷設定画面の表示内容を示す表示データを生成する生成処理と、
       前記生成処理にて生成された前記表示データを前記汎用印刷プログラムに渡し、前記情報処理装置の前記ディスプレイに表示される前記印刷設定画面を前記表示データに従って表示させる表示処理と、
      を実行させる、
     ように構成されるサポートプログラム。
  2. 請求項1に記載するサポートプログラムにおいて、
     前記設定データに示される前記設定内容には、印刷設定の項目あるいは各項目に設定可能なパラメータを含めることが可能であり、
     前記生成処理では、前記設定データに示される前記設定内容に、前記印刷設定の項目あるいは各項目に設定可能なパラメータが含まれる場合、前記印刷設定画面の表示内容として、前記設定データに従って、前記印刷設定画面にて表示される前記印刷設定の項目あるいは各項目にて設定可能なパラメータを決定する前記表示データを生成する、
     ように構成されるサポートプログラム。
  3. 請求項2に記載するサポートプログラムにおいて、
     前記生成処理では、前記設定データに示される前記設定内容に、前記印刷設定の第1項目を第1パラメータとする内容が含まれている場合、前記印刷設定画面の表示内容として、前記印刷設定画面に表示される前記印刷設定の前記第1項目を前記第1パラメータとし、前記第1項目の設定の変更を不可にする前記表示データを生成する、
     ように構成されるサポートプログラム。
  4. 請求項2または請求項3に記載するサポートプログラムにおいて、
     前記生成処理では、前記設定データに示される前記設定内容に、前記印刷設定の第2項目で設定可能な複数のパラメータのうち、第2パラメータを設定不可にする内容が含まれている場合、前記印刷設定画面の表示内容として、前記印刷設定画面に表示される前記印刷設定の前記第2項目で前記第2パラメータを設定不可にする前記表示データを生成する、
     ように構成されるサポートプログラム。
  5. 請求項2から請求項4のいずれか1つに記載するサポートプログラムにおいて、
     前記生成処理では、前記設定データに示される前記設定内容に、前記印刷設定に第3項目を追加する内容が含まれている場合、前記印刷設定画面に表示される前記印刷設定に前記第3項目を設定可能にする前記表示データを生成する、
     ように構成されるサポートプログラム。
  6. 請求項2から請求項5のいずれか1つに記載するサポートプログラムにおいて、
     前記生成処理では、前記設定データに示される前記設定内容に、前記印刷設定の第4項目に設定可能なパラメータとして第4パラメータを追加する内容が含まれている場合、前記印刷設定画面に表示される前記印刷設定の前記第4項目に前記第4パラメータを設定可能にする前記表示データを生成する、
     ように構成されるサポートプログラム。
  7. 請求項2から請求項6のいずれか1つに記載するサポートプログラムにおいて、
     前記生成処理では、前記設定データに示される前記設定内容に、前記印刷設定で設定可能な各項目の表示順序、あるいは前記項目ごとに設定可能な各パラメータの表示順序が含まれている場合、前記印刷設定画面に表示される前記印刷設定の各項目の表示順序、あるいは前記項目ごとに設定可能な各パラメータの表示順序を決定する前記表示データを生成する、
     ように構成されるサポートプログラム。
  8. 請求項2から請求項7のいずれか1つに記載するサポートプログラムにおいて、
     前記生成処理では、前記設定データに示される前記設定内容に、前記印刷設定で設定可能な各項目の表記、あるいは前記項目ごとに設定可能な各パラメータの表記が含まれている場合、前記印刷設定画面に表示される前記印刷設定で設定可能な各項目の表記、あるいは前記項目ごとに設定可能な各パラメータの表記を決定する前記表示データを生成する、
     ように構成されるサポートプログラム。
  9. 請求項1から請求項8のいずれか1つに記載するサポートプログラムにおいて、
     前記印刷設定画面には、画像を表示する特定の表示エリアが設けられており、
     前記生成処理では、前記設定データに示される前記設定内容に、画像データが含まれる場合、前記印刷設定画面の表示内容として、前記画像データに示される画像を前記印刷設定画面の前記特定の表示エリアに表示させる前記表示データを生成する、
     ように構成されるサポートプログラム。
  10. 請求項1から請求項9のいずれか1つに記載するサポートプログラムにおいて、
     前記印刷設定画面には、画像を表示する特定の表示エリアが設けられており、
     前記生成処理では、前記設定データに示される前記設定内容に、前記印刷設定画面の前記特定の表示エリアに画像を表示しないことを示す情報が含まれる場合、前記印刷設定画面の表示内容として、前記特定の表示エリアに画像を表示しない前記表示データを生成する、
     ように構成されるサポートプログラム。
  11. 請求項1から請求項10のいずれか1つに記載するサポートプログラムにおいて、
     前記コンピュータに、
      読み込み対象の前記設定データを登録する登録処理を実行させ、
     前記読込処理では、前記登録処理にて登録された前記設定データを読み込む、
     ように構成されるサポートプログラム。
  12. 請求項11に記載するサポートプログラムにおいて、
     前記コンピュータに、
      前記印刷設定画面のカスタマイズ内容を受け付けるカスタマイズ画面を前記情報処理装置の前記ディスプレイに表示させ、
     前記登録処理では、受け付けた前記カスタマイズ内容に基づき前記設定データを登録する、
     ように構成されるサポートプログラム。
  13. 請求項1から請求項12のいずれか1つに記載するサポートプログラムにおいて、
     前記コンピュータに、
      前記情報処理装置に組み込まれているアプリケーションプログラムから出力された印刷指示であって、前記汎用印刷プログラムに対して画像の印刷を前記プリンタに行わせる前記印刷指示があったことによって、前記汎用印刷プログラムから処理が要求された場合に、
       前記汎用印刷プログラムから前記画像を示す画像データを取得し、前記画像データに基づいて印刷コマンドを前記プリンタに送信するための送信処理を実行させる、
     ように構成されるサポートプログラム。
PCT/JP2023/004921 2022-02-24 2023-02-14 サポートプログラム WO2023162772A1 (ja)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2022026765A JP2023122977A (ja) 2022-02-24 2022-02-24 サポートプログラム
JP2022-026765 2022-02-24

Publications (1)

Publication Number Publication Date
WO2023162772A1 true WO2023162772A1 (ja) 2023-08-31

Family

ID=87765829

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2023/004921 WO2023162772A1 (ja) 2022-02-24 2023-02-14 サポートプログラム

Country Status (2)

Country Link
JP (1) JP2023122977A (ja)
WO (1) WO2023162772A1 (ja)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006074601A (ja) * 2004-09-03 2006-03-16 Canon Inc 文書管理システム及びその方法
JP2016035658A (ja) * 2014-08-01 2016-03-17 株式会社リコー プログラム、情報処理装置、画面表示方法及び画像処理システム
JP2017215750A (ja) * 2016-05-31 2017-12-07 ブラザー工業株式会社 プログラム及びシステム
JP2020126364A (ja) * 2019-02-01 2020-08-20 ブラザー工業株式会社 サポートプログラム、情報処理装置、および印刷方法
WO2021117278A1 (ja) * 2019-12-12 2021-06-17 ブラザー工業株式会社 サポートプログラム、情報処理装置、および印刷方法

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006074601A (ja) * 2004-09-03 2006-03-16 Canon Inc 文書管理システム及びその方法
JP2016035658A (ja) * 2014-08-01 2016-03-17 株式会社リコー プログラム、情報処理装置、画面表示方法及び画像処理システム
JP2017215750A (ja) * 2016-05-31 2017-12-07 ブラザー工業株式会社 プログラム及びシステム
JP2020126364A (ja) * 2019-02-01 2020-08-20 ブラザー工業株式会社 サポートプログラム、情報処理装置、および印刷方法
WO2021117278A1 (ja) * 2019-12-12 2021-06-17 ブラザー工業株式会社 サポートプログラム、情報処理装置、および印刷方法

Also Published As

Publication number Publication date
JP2023122977A (ja) 2023-09-05

Similar Documents

Publication Publication Date Title
EP2388685B1 (en) Information processing apparatus and control method thereof, and storage medium
US9544454B2 (en) Information processing apparatus, information processing method, and computer-readable medium for displaying device settings via a device setting screen
JP5201188B2 (ja) デバイス制御プログラム、及び、印刷プログラム
CN102756573A (zh) 信息处理装置及打印设置方法
JP2024052771A (ja) 情報処理装置、制御方法およびプログラム
JP2023108440A (ja) サポートプログラム
WO2023162772A1 (ja) サポートプログラム
WO2023145636A1 (ja) サポートプログラム
WO2023176579A1 (ja) サポートプログラム
WO2023145531A1 (ja) サポートプログラム
WO2023181987A1 (ja) サポートプログラムおよび印刷システム
WO2022163430A1 (ja) サポートプログラム
JP7362384B2 (ja) 情報処理装置、その制御方法、及びプログラム
WO2023140240A1 (ja) サポートプログラム
WO2023145532A1 (ja) サポートプログラム
JP2023145003A (ja) サポートプログラム
WO2023190151A1 (ja) サポートプログラム
WO2022138317A1 (ja) サポートプログラム
WO2023190147A1 (ja) サポートプログラム
WO2023189413A1 (ja) サポートプログラム
WO2022163429A1 (ja) サポートプログラム
US8773711B2 (en) Data processing apparatus, data processing method, and storage medium for controlling display setting screen based on selected printer driver
WO2022163428A1 (ja) サポートプログラム
JP7324009B2 (ja) 情報処理装置、印刷装置、それらの制御方法、及びプログラム
JP2023143184A (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: 23759774

Country of ref document: EP

Kind code of ref document: A1