JP2015166917A - Information processing apparatus, program, information processing system, and information processing method - Google Patents

Information processing apparatus, program, information processing system, and information processing method Download PDF

Info

Publication number
JP2015166917A
JP2015166917A JP2014040886A JP2014040886A JP2015166917A JP 2015166917 A JP2015166917 A JP 2015166917A JP 2014040886 A JP2014040886 A JP 2014040886A JP 2014040886 A JP2014040886 A JP 2014040886A JP 2015166917 A JP2015166917 A JP 2015166917A
Authority
JP
Japan
Prior art keywords
model
information
information processing
device driver
model information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2014040886A
Other languages
Japanese (ja)
Other versions
JP6337520B2 (en
Inventor
滋朗 荒木
Shigeo Araki
滋朗 荒木
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2014040886A priority Critical patent/JP6337520B2/en
Publication of JP2015166917A publication Critical patent/JP2015166917A/en
Application granted granted Critical
Publication of JP6337520B2 publication Critical patent/JP6337520B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • Accessory Devices And Overall Control Thereof (AREA)

Abstract

PROBLEM TO BE SOLVED: To add model information to a device driver.SOLUTION: An information processing apparatus 20 is connected to another information processing apparatus 10 with a device driver mounted thereon over a network, and includes an application installed therein to add information on a model that is supported by the device driver, to the device driver. The information processing apparatus 20 includes: installation means which acquires the device driver from the other information processing apparatus, and installs the device driver in the information processing apparatus; model information adding means which stores the model information, by means of the application, in a predetermined first storage area to be used by the device driver installed by the installation means; and model information synchronization means which stores the model information stored in the predetermined first storage area, in a predetermined second storage area to be used by the device driver mounted on the other information processing apparatus.

Description

本発明は、情報処理装置、プログラム、情報処理システム、情報処理方法に関する。   The present invention relates to an information processing apparatus, a program, an information processing system, and an information processing method.

複数の機種をサポートしている機種共通プリンタドライバは、接続している機種によって複数の機種情報を読み替えることで、接続している機種に対応するユーザインタフェースを表示させたり、接続している機種に対応する印刷データに変更する機能を有している。   The model common printer driver that supports multiple models displays the user interface corresponding to the connected model by changing the information of multiple models depending on the connected model. It has a function to change to corresponding print data.

このような機種共通プリンタドライバにおいて、インストーラなどによって機種情報を追加することで、この機種共通プリンタドライバがサポートする機種を追加することができる技術が従来より知られている(例えば特許文献1参照)。   In such a model-common printer driver, a technique that can add a model supported by the model-common printer driver by adding model information using an installer or the like has been conventionally known (see, for example, Patent Document 1). .

一方、Windows(登録商標)などのOSの標準の機能として、クライアントPCからサーバPCに対してプリンタドライバをインストールする技術が従来より知られている。   On the other hand, as a standard function of an OS such as Windows (registered trademark), a technique for installing a printer driver from a client PC to a server PC is conventionally known.

しかしながら、上記の従来技術においては、サーバPCに機種共通プリンタドライバをインストールした後に、OSの標準の機能を用いて、クライアントPCからサーバPCの機種共通プリンタドライバに機種情報を追加をすることはできなかった。   However, in the above prior art, after installing the common printer driver on the server PC, the model information can be added from the client PC to the common printer driver on the server PC using the standard OS function. There wasn't.

本発明の一実施形態は、上記の点に鑑みてなされたもので、デバイスドライバに機種情報を追加することができる情報処理装置、プログラム、情報処理システム、及び情報処理方法を提供することを目的とする。   An embodiment of the present invention has been made in view of the above points, and an object thereof is to provide an information processing apparatus, a program, an information processing system, and an information processing method capable of adding model information to a device driver. And

上記目的を達成するため、本発明の一実施形態は、デバイスドライバが搭載された他の情報処理装置とネットワークを介して接続され、デバイスドライバに対して該デバイスドライバがサポートしている機種に関する情報を追加することができるアプリケーションが搭載された情報処理装置であって、前記他の情報処理装置からデバイスドライバを取得し、該デバイスドライバを前記情報処理装置にインストールするインストール手段と、前記インストール手段でインストールされたデバイスドライバが使用する所定の第1の記憶領域に、前記アプリケーションで前記機種に関する情報を保存する機種情報追加手段と、前記所定の第1の記憶領域に保存された前記機種に関する情報を、前記他の情報処理装置に搭載されているデバイスドライバが使用する所定の第2の記憶領域に保存させる機種情報同期手段と、を有することを特徴とする。   In order to achieve the above object, according to an embodiment of the present invention, information on a model connected to another information processing apparatus equipped with a device driver via a network and supported by the device driver with respect to the device driver. An information processing apparatus equipped with an application that can add a device driver, obtains a device driver from the other information processing apparatus, and installs the device driver in the information processing apparatus; and the installation means Model information adding means for storing information about the model by the application in a predetermined first storage area used by the installed device driver, and information about the model stored in the predetermined first storage area , Device driver installed in the other information processing apparatus There and having a model information synchronization means for saving in a predetermined second storage area to be used, the.

本発明の一実施形態によれば、デバイスドライバに機種情報を追加することができる。   According to an embodiment of the present invention, model information can be added to a device driver.

第一の実施形態に係る印刷システムの一例の構成図である。1 is a configuration diagram of an example of a printing system according to a first embodiment. 第一の実施形態に係るコンピュータの一例のハードウェア構成図である。It is a hardware block diagram of an example of the computer which concerns on 1st embodiment. 第一の実施形態に係るサーバ装置の一例の機能ブロック図である。It is a functional block diagram of an example of a server device concerning a first embodiment. 第一の実施形態に係る管理者端末の一例の機能ブロック図である。It is a functional block diagram of an example of the manager terminal concerning a first embodiment. 第一の実施形態に係るクライアント端末の一例の機能ブロック図である。It is a functional block diagram of an example of a client terminal concerning a first embodiment. 第一の実施形態に係るプリンタドライバの一例の機能ブロック図である。2 is a functional block diagram of an example of a printer driver according to the first embodiment. FIG. 第一の実施形態に係る機種追加アプリケーションの一例の機能ブロック図である。It is a functional block diagram of an example of a model addition application concerning a first embodiment. 第一の実施形態に係る処理の概略を説明するための説明図である。It is explanatory drawing for demonstrating the outline of the process which concerns on 1st embodiment. 第一の実施形態に係る機種情報追加処理の一例のシーケンス図である。It is a sequence diagram of an example of model information addition processing according to the first embodiment. 第一の実施形態に係る印刷設定画面表示処理の一例のフローチャートである。6 is a flowchart of an example of a print setting screen display process according to the first embodiment. 印刷設定画面の一例のイメージ図である。It is an image figure of an example of a print setting screen. 第一の実施形態に係る印刷処理の一例のフローチャートである。6 is a flowchart of an example of a printing process according to the first embodiment. 第二の実施形態に係るプリンタドライバの一例の機能ブロック図である。FIG. 10 is a functional block diagram of an example of a printer driver according to a second embodiment. 第二の実施形態に係る機種追加アプリケーションの一例の機能ブロック図である。It is a functional block diagram of an example of a model addition application concerning a second embodiment. 第二の実施形態に係る機種情報追加処理の一例のシーケンス図である。It is a sequence diagram of an example of model information addition processing according to the second embodiment.

次に、本発明の実施の形態について、詳細に説明する。
[第一の実施形態]
<システム構成>
図1は、第一の実施形態に係る印刷システムの一例の構成図である。図1の印刷システム1は、サーバ装置10と、管理者端末20と、1台以上のクライアント端末30と、3台の印刷装置40とがネットワークN1に有線又は無線で接続されている。なお、本実施形態では、本発明を印刷システムに適用した場合について説明するが、本発明が適用される場面は印刷システムに限定されず、印刷システム以外に適用してもよい。
Next, embodiments of the present invention will be described in detail.
[First embodiment]
<System configuration>
FIG. 1 is a configuration diagram of an example of a printing system according to the first embodiment. In the printing system 1 of FIG. 1, a server device 10, an administrator terminal 20, one or more client terminals 30, and three printing devices 40 are connected to a network N1 by wire or wirelessly. In the present embodiment, the case where the present invention is applied to a printing system will be described. However, the scene to which the present invention is applied is not limited to the printing system, and may be applied to other than the printing system.

サーバ装置10は、クライアント端末30から印刷指示を受け付けて、印刷装置40に印刷データと印刷要求(印刷ジョブ)を送信するPC(パーソナルコンピュータ)などの情報処理装置である。また、サーバ装置10には、複数機種の印刷装置40に対応するプリンタドライバ(機種共通プリンタドライバ)がインストールされている。例えばプリンタドライバは、機種Aである印刷装置40、機種Bである印刷装置40など複数の機種をサポートしている。 The server apparatus 10 is an information processing apparatus such as a PC (personal computer) that receives a print instruction from the client terminal 30 and transmits print data and a print request (print job) to the printing apparatus 40. In addition, a printer driver (model common printer driver) corresponding to a plurality of types of printing apparatuses 40 is installed in the server apparatus 10. For example the printer driver, the printing apparatus 40 1 is type A, supports multiple types such as the printing device 40 2 is a model B.

なお、印刷データとは、クライアント端末30にインストールされている文書作成ソフトなどにより作成された、文書などの印刷対象データを印刷装置40が解釈可能な形式に変換した電子データである。印刷装置40が解釈可能な形式には、例えばPDL(Page Description Language)などである。   The print data is electronic data that is created by document creation software installed in the client terminal 30 and converted from print target data such as a document into a format that can be interpreted by the printing apparatus 40. The format interpretable by the printing apparatus 40 is, for example, PDL (Page Description Language).

管理者端末20は、印刷システム1の管理者が操作するPC(パーソナルコンピュータ)などの情報処理装置である。管理者端末20は、タブレット端末、スマートフォンや携帯電話、PDAなどの携帯情報端末などでもよい。管理者端末20には、プリンタドライバ(機種共通プリンタドライバ)に機種情報を追加するための機種追加アプリケーションがインストールされている。また、管理者端末20は、機種追加アプリケーションを用いて、サーバ装置10からプリンタドライバを取得(ダウンロード)し、インストールすることができる。   The administrator terminal 20 is an information processing apparatus such as a PC (personal computer) operated by the administrator of the printing system 1. The administrator terminal 20 may be a tablet terminal, a smart phone, a mobile phone, a portable information terminal such as a PDA, or the like. The administrator terminal 20 is installed with a model addition application for adding model information to a printer driver (model common printer driver). Further, the administrator terminal 20 can acquire (download) a printer driver from the server device 10 and install it using the model addition application.

クライアント端末30は、印刷システム1のユーザが操作するPC(パーソナルコンピュータ)などの情報処理装置である。クライアント端末30には、印刷対象データに印刷指示を行うことができるアプリケーション(印刷アプリケーション)がインストールされている。印刷指示を行うことができるアプリケーションとは、例えば文書作成ソフト、ブラウザソフト、プレゼン資料作成ソフトなどである。また、印刷対象データとは、アプリケーションから印刷指示を行うことができる文書データ、画像データなどの電子データである。クライアント端末30にインストールされた印刷アプリケーションから印刷指示を行うと、印刷対象データと印刷指示がサーバ装置10に送信される。   The client terminal 30 is an information processing apparatus such as a PC (personal computer) operated by a user of the printing system 1. The client terminal 30 is installed with an application (print application) that can issue a print instruction to the print target data. Examples of applications that can issue a print instruction include document creation software, browser software, and presentation material creation software. The print target data is electronic data such as document data and image data for which a print instruction can be issued from an application. When a print instruction is issued from a print application installed on the client terminal 30, the print target data and the print instruction are transmitted to the server device 10.

印刷装置40は、サーバ装置10から印刷要求と印刷データ(印刷ジョブ)を取得し、印刷を行うプリンタなどの画像形成装置である。印刷装置40は、プリント機能の他、コピー機能、スキャナ機能、FAX機能など複数の機能を有するMFP(Multifunction Peripheral)などの複合機でもよい。本実施形態では、印刷システム1には、それぞれ機種A、機種B、機種Cである、印刷装置40、印刷装置40、印刷装置40の3台の印刷装置40が接続されている。 The printing apparatus 40 is an image forming apparatus such as a printer that acquires a print request and print data (print job) from the server apparatus 10 and performs printing. The printing apparatus 40 may be a multifunction peripheral such as an MFP (Multifunction Peripheral) having a plurality of functions such as a copy function, a scanner function, and a FAX function in addition to the print function. In the present embodiment, the printing system 1 is connected with three printing apparatuses 40, which are a printing apparatus 40 1 , a printing apparatus 40 2 , and a printing apparatus 40 3 , which are a model A, a model B, and a model C, respectively.

なお、図1において、管理者端末20は2台以上であってもよいが、1台であることが好ましい。また、図1において、サーバ装置10は2台以上であってもよい。また、図1において、印刷装置40は、1台以上であればよい。   In FIG. 1, the number of administrator terminals 20 may be two or more, but is preferably one. Further, in FIG. 1, two or more server devices 10 may be provided. In FIG. 1, one or more printing apparatuses 40 may be used.

<ハードウェア構成>
本実施形態に係るサーバ装置10、管理者端末20、クライアント端末30は、例えば図2に示すようなハードウェア構成のコンピュータ等により実現される。図2は、本実施形態に係るコンピュータの一例のハードウェア構成図である。図2に示すコンピュータ100は、入力装置101、表示装置102、外部I/F103、RAM(Random Access Memory)104、ROM(Read Only Memory)105、CPU(Central Processing Unit)106、通信I/F107、HDD(Hard Disk Drive)108を有し、それぞれバスB1で相互に接続されている。
<Hardware configuration>
The server device 10, the administrator terminal 20, and the client terminal 30 according to the present embodiment are realized by, for example, a computer having a hardware configuration as illustrated in FIG. FIG. 2 is a hardware configuration diagram of an example of a computer according to the present embodiment. A computer 100 shown in FIG. 2 includes an input device 101, a display device 102, an external I / F 103, a RAM (Random Access Memory) 104, a ROM (Read Only Memory) 105, a CPU (Central Processing Unit) 106, a communication I / F 107, HDDs (Hard Disk Drives) 108 are provided and are connected to each other via a bus B1.

入力装置101は、キーボードやマウス、タッチパネルなどを含み、コンピュータ100に各操作信号を入力するのに用いられる。表示装置102は、LCD(Liquid Crystal Display)やCRT(Cathode Ray Tube)などを含み、コンピュータ100による処理結果を表示する。なお、入力装置101及び/又は表示装置102がない構成であってもよい。   The input device 101 includes a keyboard, a mouse, a touch panel, etc., and is used to input each operation signal to the computer 100. The display device 102 includes an LCD (Liquid Crystal Display), a CRT (Cathode Ray Tube), and the like, and displays a processing result by the computer 100. Note that the input device 101 and / or the display device 102 may be omitted.

外部I/F103は、外部装置とのインタフェースである。外部装置には、記録媒体103aなどがある。記憶媒体103aには、実施形態を実現するプログラムを格納することができる。コンピュータ100は外部I/F103を介して、記録媒体103aの読み取り及び/又は書き込みを行うことができる。   The external I / F 103 is an interface with an external device. The external device includes a recording medium 103a. The storage medium 103a can store a program for realizing the embodiment. The computer 100 can read and / or write to the recording medium 103a via the external I / F 103.

記録媒体103aにはUSBメモリ(Universal Serial Bus memory)、SDメモリカード(SD Memory card)、DVD(Digital Versatile Disk)、CD(Compact Disk)、フレキシブルディスクなどの記録媒体を用いることができる。   A recording medium such as a USB memory (Universal Serial Bus memory), an SD memory card (SD Memory card), a DVD (Digital Versatile Disk), a CD (Compact Disk), or a flexible disk can be used as the recording medium 103a.

RAM104は、プログラムやデータを一時保持する揮発性の半導体メモリ(記憶装置)である。ROM105は、電源を切ってもプログラムやデータを保持することができる不揮発性の半導体メモリ(記憶装置)である。ROM105には、コンピュータ100の起動時に実行されるBIOS(Basic Input/Output System)、OS(Operating System)設定、及びネットワーク設定などのプログラムやデータが格納されている。   The RAM 104 is a volatile semiconductor memory (storage device) that temporarily stores programs and data. The ROM 105 is a nonvolatile semiconductor memory (storage device) that can retain programs and data even when the power is turned off. The ROM 105 stores programs and data such as BIOS (Basic Input / Output System), OS (Operating System) settings, and network settings that are executed when the computer 100 is started up.

CPU106は、ROM105やHDD108などの記憶装置からプログラムやデータをRAM104上に読み出し、処理を実行することで、コンピュータ100全体の制御や機能を実現する演算装置である。   The CPU 106 is an arithmetic unit that realizes control and functions of the entire computer 100 by reading a program and data from a storage device such as the ROM 105 and the HDD 108 onto the RAM 104 and executing processing.

通信I/F107は、ネットワークに接続するインタフェースである。これにより、コンピュータ100は通信I/F107を介してデータ通信を行うことができる。なお、通信I/F107による通信は有線通信であっても無線通信であってもよい。   The communication I / F 107 is an interface connected to the network. Thereby, the computer 100 can perform data communication via the communication I / F 107. Note that the communication by the communication I / F 107 may be wired communication or wireless communication.

HDD108は、プログラムやデータを格納している不揮発性の記憶装置である。格納されるプログラムやデータには、例えば、コンピュータ100全体を制御する基本ソフトウェアであるOSや、OS上において各種機能を提供するアプリケーションソフトウェアなどがある。HDD108は格納しているプログラムやデータを所定のファイルシステム及び/又はDB(Data Base)により管理している。   The HDD 108 is a non-volatile storage device that stores programs and data. The stored programs and data include, for example, an OS that is basic software for controlling the entire computer 100, and application software that provides various functions on the OS. The HDD 108 manages stored programs and data by a predetermined file system and / or DB (Data Base).

本実施形態に係るサーバ装置10、管理者端末20、クライアント端末30は、例えば上記のハードウェア構成のコンピュータ100上でプログラムを実行することにより、後述するような各種処理を実現できる。   The server device 10, the administrator terminal 20, and the client terminal 30 according to the present embodiment can implement various processes as described later by executing a program on the computer 100 having the above hardware configuration, for example.

<ソフトウェア構成>
《サーバ装置》
本実施形態に係るサーバ装置10は、例えば図3に示すような機能ブロックにより表すことができる。図3は、第一の実施形態に係るサーバ装置の一例の機能ブロック図である。
<Software configuration>
<Server equipment>
The server device 10 according to the present embodiment can be represented by, for example, functional blocks as shown in FIG. FIG. 3 is a functional block diagram of an example of the server apparatus according to the first embodiment.

サーバ装置10は、OS11、プリンタドライバ12、情報記憶部13、通信部14を有する。   The server device 10 includes an OS 11, a printer driver 12, an information storage unit 13, and a communication unit 14.

OS11は、サーバ装置10全体を制御する基本ソフトウェアである。OS11は、Windows、UNIX(登録商標)、MacOS(登録商標)などが存在する。   The OS 11 is basic software that controls the entire server device 10. The OS 11 includes Windows, UNIX (registered trademark), MacOS (registered trademark), and the like.

本実施形態では、一例としてサーバ装置10のOS11はWindows系OSであるとして説明する。なお、Windows系OSには、WindowsNT、Windows98、Windows2000、Windows2000 Server、Windows2003 Server、Windows2008 Server、WindowsMe、WindowsXP、WindowsVista、Windows7、Windows8、及びこれ以降のバージョンのOSなどが含まれる。   In the present embodiment, the OS 11 of the server device 10 will be described as a Windows OS as an example. The Windows OS includes Windows NT, Windows 98, Windows 2000, Windows 2000 Server, Windows 2003 Server, Windows 2008 Server, Windows Me, Windows XP, Windows Vista, Windows 7, Windows 8, and later versions of the OS.

プリンタドライバ12は、印刷対象データから印刷装置40に対応する印刷データの生成を行ったり、印刷装置40に対応する印刷設定画面の表示などを行う。また、プリンタドライバ12は、複数の機種情報を有しており、複数機種の印刷装置40に対して、印刷データの生成や印刷設定画面の表示を行うことができる。   The printer driver 12 generates print data corresponding to the printing apparatus 40 from the print target data, displays a print setting screen corresponding to the printing apparatus 40, and the like. In addition, the printer driver 12 has a plurality of model information, and can generate print data and display a print setting screen for a plurality of types of printing apparatuses 40.

情報記憶部13は、サーバ装置10が各種情報を記憶しておくための記憶領域である。情報記憶部13は、プリンタドライバ12が使用する機種情報記憶部131を有する。機種情報記憶部131は利用機種情報名1311、機種情報1312などを有する。機種情報記憶部131は、例えばOS11(Windows系OS)が管理するPrinterDriverDataなどのレジストリである。   The information storage unit 13 is a storage area for the server device 10 to store various information. The information storage unit 13 includes a model information storage unit 131 used by the printer driver 12. The model information storage unit 131 includes a used model information name 1311, model information 1312, and the like. The model information storage unit 131 is a registry such as PrinterDriverData managed by the OS 11 (Windows OS), for example.

利用機種情報名1311は、プリンタドライバ12のデフォルト(標準)の印刷装置40の機種名である。例えば、印刷システム1がデフォルト(標準)で機種Aの印刷装置40に印刷データを出力させることになっている場合、利用機種情報名1311は「機種A」である。 The used model information name 1311 is the model name of the default (standard) printing apparatus 40 of the printer driver 12. For example, if the printing system 1 has become possible to output the print data to the printing apparatus 40 1 of model A by default (standard), usage model information name 1311 is "model A".

機種情報1312は、機種名、機種のバージョン、その機種が実行することができる印刷機能などの情報がXML(Extensible Markup Language)形式やバイナリ形式などで記述されている。例えば、機種名「機種C」、機種のバージョン「1.0.0」、印刷機能「カラー」、「両面」、「ステープラー」などの情報である。また、機種情報1312は、機種に応じたユーザインタフェースに関する情報も記述されている。例えば、印刷設定画面のレイアウトに関する情報などである。   The model information 1312 describes information such as model name, model version, and print function that can be executed by the model in XML (Extensible Markup Language) format or binary format. For example, information such as model name “model C”, model version “1.0.0”, print function “color”, “double-sided”, “stapler”, and the like. The model information 1312 also describes information related to the user interface corresponding to the model. For example, information on the layout of the print setting screen.

通信部14は、管理者端末20、クライアント端末30、印刷装置40などと通信を行う。サーバ装置10は、通信部14により管理者端末20からプリンタドライバ12の取得(ダウンロード)要求を受け付けたり、機種情報記憶部131の同期を行う。また、サーバ装置10は、通信部14によりクライアント端末30印刷対象データと印刷要求(印刷ジョブ)を受け付けたり、印刷ジョブを印刷装置40に送信する。   The communication unit 14 communicates with the administrator terminal 20, the client terminal 30, the printing device 40, and the like. The server device 10 receives an acquisition (download) request for the printer driver 12 from the administrator terminal 20 through the communication unit 14 and synchronizes the model information storage unit 131. Further, the server device 10 receives data to be printed and print request (print job) from the client terminal 30 through the communication unit 14, and transmits the print job to the printing device 40.

《管理者端末》
本実施形態に係る管理者端末20は、例えば図4に示すような機能ブロックにより表すことができる。図4は、第一の実施形態に係る管理者端末の一例の機能ブロック図である。なお、図4に示す機能ブロックは、管理者端末20にプリンタドライバ22をインストールした後のものである。
《Administrator terminal》
The administrator terminal 20 according to the present embodiment can be represented by, for example, functional blocks as shown in FIG. FIG. 4 is a functional block diagram of an example of an administrator terminal according to the first embodiment. Note that the functional blocks shown in FIG. 4 are those after the printer driver 22 is installed in the administrator terminal 20.

管理者端末20は、OS21、プリンタドライバ22、情報記憶部23、機種追加アプリケーション24、通信部25を有する。   The administrator terminal 20 includes an OS 21, a printer driver 22, an information storage unit 23, a model addition application 24, and a communication unit 25.

OS21は、サーバ装置10全体を制御する基本ソフトウェアである。OS21は、Windows、UNIX、MacOSなどが存在する。本実施形態では、一例として管理者端末20のOS21はWindows系OSであるとして説明する。   The OS 21 is basic software that controls the entire server device 10. The OS 21 includes Windows, UNIX, MacOS, and the like. In the present embodiment, the OS 21 of the administrator terminal 20 will be described as a Windows OS as an example.

プリンタドライバ22は、サーバ装置10から機種追加アプリケーション24を用いてプリンタドライバ12を取得(ダウンロード)し、インストールしたものである。管理者端末20にプリンタドライバ22がインストールされると、情報記憶部23に後述する機種情報記憶部231が作成される。   The printer driver 22 is obtained by acquiring (downloading) the printer driver 12 from the server device 10 using the model addition application 24 and installing it. When the printer driver 22 is installed in the administrator terminal 20, a model information storage unit 231 described later is created in the information storage unit 23.

なお、本実施形態では、一例として管理者端末20は機種追加アプリケーション24を用いて、サーバ装置10からプリンタドライバ22をPoint&Print機能によりインストールされるものとする。Point&Print機能は、サーバ装置10がプリンタドライバ12を管理者端末20(及びクライアント端末30)に配信するWindows系OSが標準で備える機能である。   In this embodiment, as an example, it is assumed that the administrator terminal 20 uses the model addition application 24 to install the printer driver 22 from the server device 10 using the Point & Print function. The Point & Print function is a function provided as a standard in a Windows OS in which the server device 10 distributes the printer driver 12 to the administrator terminal 20 (and the client terminal 30).

情報記憶部23は、管理者端末20が各種情報を記憶しておくための記憶領域である。情報記憶部23は、プリンタドライバ22をインストールすることにより、このプリンタドライバ22が使用する機種情報記憶部231が作成される。機種情報記憶部231は、利用機種情報名2311、機種情報2312などを有する。利用機種情報名2311及び機種情報2312は、利用機種情報名1311、機種情報1312と同様の情報であるため説明を省略する。   The information storage unit 23 is a storage area for the administrator terminal 20 to store various information. By installing the printer driver 22, the information storage unit 23 creates a model information storage unit 231 used by the printer driver 22. The model information storage unit 231 includes a used model information name 2311, model information 2312, and the like. Since the used model information name 2311 and the model information 2312 are the same information as the used model information name 1311 and the model information 1312, the description is omitted.

なお、機種情報記憶部231は、OS21(Windows系OS)が標準で備える機能により、サーバ装置10の機種情報記憶部131と同期される。すなわち、機種情報記憶部231が更新等されると、OS21(Windows系OS)が標準で備える機能により、機種情報記憶部231のデータがサーバ装置10に送信され、機種情報記憶部131が更新等される。   Note that the model information storage unit 231 is synchronized with the model information storage unit 131 of the server device 10 by using a function that the OS 21 (Windows OS) has as a standard. That is, when the model information storage unit 231 is updated or the like, the data of the model information storage unit 231 is transmitted to the server device 10 by the function provided by the OS 21 (Windows OS) as a standard, and the model information storage unit 131 is updated or the like. Is done.

機種追加アプリケーション24は、機種情報記憶部231に機種情報を追加するためのアプリケーションである。機種追加アプリケーション24により機種情報記憶部231に機種情報が追加されると、プリンタドライバ22は追加された機種情報に関する機種の印刷装置40がサポートされる。すなわち、例えば機種情報として、機種Cの機種情報が機種情報記憶部231に追加されると、プリンタドライバ22は、機種Cの印刷装置40に対応する印刷データの生成や印刷設定画面の表示を行うことができるようになる。 The model addition application 24 is an application for adding model information to the model information storage unit 231. When model information is added to the model information storage unit 231 by the model addition application 24, the printer driver 22 supports the printing device 40 of the model related to the added model information. That is, for example, as model information, the model information of the model C is added to the model information storage unit 231, the printer driver 22, the display generation and print setting screen of the print data corresponding to the printer 40 3 model C Will be able to do.

また、機種追加アプリケーション24は、サーバ装置10からプリンタドライバ12を取得(ダウンロード)し、管理者端末20にインストールすることができる。   Further, the model addition application 24 can acquire (download) the printer driver 12 from the server device 10 and install it on the administrator terminal 20.

通信部25は、サーバ装置10などと通信を行う。管理者端末20は、通信部25によりサーバ装置10からプリンタドライバ12の取得(ダウンロード)したり、機種情報記憶部231の同期を行う。   The communication unit 25 communicates with the server device 10 and the like. The administrator terminal 20 acquires (downloads) the printer driver 12 from the server device 10 through the communication unit 25 and synchronizes the model information storage unit 231.

《クライアント端末》
本実施形態に係るクライアント端末30は、例えば図5に示すような機能ブロックにより表すことができる。図5は、第一の実施形態に係るクライアント端末の一例の機能ブロック図である。
<Client terminal>
The client terminal 30 according to the present embodiment can be represented by, for example, functional blocks as shown in FIG. FIG. 5 is a functional block diagram of an example of a client terminal according to the first embodiment.

クライアント端末30は、OS31、プリンタドライバ32、情報記憶部33、印刷アプリケーション34、通信部35を有する。   The client terminal 30 includes an OS 31, a printer driver 32, an information storage unit 33, a print application 34, and a communication unit 35.

OS31は、クライアント端末30全体を制御する基本ソフトウェアである。OS31は、Windows、UNIX、MacOSなどが存在する。本実施形態では、一例としてクライアント端末30のOS31はWindows系OSであるとして説明する。   The OS 31 is basic software that controls the entire client terminal 30. The OS 31 includes Windows, UNIX, MacOS, and the like. In the present embodiment, description will be made assuming that the OS 31 of the client terminal 30 is a Windows OS as an example.

プリンタドライバ32は、サーバ装置10からOS31(Windows系OS)が標準で備える機能であるPoint&Print機能により取得(ダウンロード)及びインストールされるものとする。プリンタドライバ32がインストールされると、情報記憶部33に後述する機種情報記憶部331が作成される。   It is assumed that the printer driver 32 is acquired (downloaded) and installed from the server device 10 by the Point & Print function, which is a function provided as a standard by the OS 31 (Windows OS). When the printer driver 32 is installed, a model information storage unit 331 described later is created in the information storage unit 33.

情報記憶部33は、クライアント端末30が各種情報を記憶しておくための記憶領域である。情報記憶部33は、プリンタドライバ32をインストールすることにより、このプリンタドライバ32が使用する機種情報記憶部331が作成される。機種情報記憶部331は、利用機種情報名3311、機種情報3312などを有する。利用機種情報名3311及び機種情報3312は、利用機種情報名1311、機種情報1312と同様の情報であるため説明を省略する。   The information storage unit 33 is a storage area for the client terminal 30 to store various information. By installing the printer driver 32, the information storage unit 33 creates a model information storage unit 331 used by the printer driver 32. The model information storage unit 331 includes a used model information name 3311, model information 3312, and the like. Since the used model information name 3311 and the model information 3312 are the same information as the used model information name 1311 and the model information 1312, description thereof is omitted.

印刷アプリケーション34は、印刷対象データに印刷指示を行うことができるアプリケーションである。印刷アプリケーション34は、例えば文書作成ソフト、ブラウザソフト、プレゼン資料作成ソフトなどである。印刷アプリケーション34から印刷指示を行うと、印刷対象データと印刷指示がサーバ装置10に送信される。   The print application 34 is an application that can issue a print instruction to print target data. The print application 34 is, for example, document creation software, browser software, presentation material creation software, or the like. When a print instruction is issued from the print application 34, print target data and a print instruction are transmitted to the server device 10.

通信部35は、サーバ装置10などと通信を行う。クライアント端末30は、通信部35によりサーバ装置10からプリンタドライバ12の取得(ダウンロード)する。また、クライアント端末30は、通信部35によりサーバ装置10に印刷対象データと印刷指示を送信する。   The communication unit 35 communicates with the server device 10 and the like. The client terminal 30 acquires (downloads) the printer driver 12 from the server device 10 through the communication unit 35. In addition, the client terminal 30 transmits print target data and a print instruction to the server device 10 through the communication unit 35.

《プリンタドライバ》
本実施形態に係るプリンタドライバ12、プリンタドライバ22、プリンタドライバ32は、例えば図6に示すような機能ブロックにより表すことができる。図6は、第一の実施形態に係るプリンタドライバの一例の機能ブロック図である。
<Printer Driver>
The printer driver 12, the printer driver 22, and the printer driver 32 according to the present embodiment can be represented by functional blocks as shown in FIG. 6, for example. FIG. 6 is a functional block diagram of an example of the printer driver according to the first embodiment.

プリンタドライバ12、プリンタドライバ22、プリンタドライバ32は、画面表示部201、描画部202、機種管理部203、機種情報部204を有する。以下では一例として特に断らない限りプリンタドライバ22の場合について説明する。   The printer driver 12, the printer driver 22, and the printer driver 32 include a screen display unit 201, a drawing unit 202, a model management unit 203, and a model information unit 204. Hereinafter, as an example, the case of the printer driver 22 will be described unless otherwise specified.

画面表示部201は、プリンタドライバ22の印刷設定画面の表示を行う。画面表示部201は、機種情報部204又は機種情報記憶部213から機種情報(ジェネリックの機種情報2041、機種Aの機種情報2042、機種Bの機種情報2043、機種情報2312など)を取得し、取得した機種情報に対応する印刷設定画面を表示する。なお、取得する機種情報は、利用機種情報名2311に指定されている機種の機種情報である。   The screen display unit 201 displays a print setting screen of the printer driver 22. The screen display unit 201 acquires model information (generic model information 2041, model A model information 2042, model B model information 2043, model information 2312, etc.) from the model information unit 204 or the model information storage unit 213, and acquires the model information. The print setting screen corresponding to the selected model information is displayed. Note that the acquired model information is model information of the model specified in the used model information name 2311.

プリンタドライバ12の描画部202は、例えばクライアント端末30の印刷アプリケーション34から印刷対象データの印刷指示があった場合、印刷対象データから印刷データを生成する。また、プリンタドライバ12の描画部202は印刷データと印刷要求(印刷ジョブ)を対応する印刷装置40に送信する。   The drawing unit 202 of the printer driver 12 generates print data from the print target data, for example, when there is a print target data print instruction from the print application 34 of the client terminal 30. The drawing unit 202 of the printer driver 12 transmits print data and a print request (print job) to the corresponding printing apparatus 40.

なお、例えばクライアント端末30にインストールされているプリンタドライバ32の描画部202が印刷データを生成する場合(すなわち、クライアントサイドレンダリングの場合)、描画部202は印刷データの生成は行わずにサーバ装置10に印刷データと印刷要求(印刷ジョブ)を送信する。   For example, when the drawing unit 202 of the printer driver 32 installed in the client terminal 30 generates print data (that is, in the case of client-side rendering), the drawing unit 202 does not generate print data and does not generate print data. Print data and a print request (print job).

機種管理部203は、後述する機種追加アプリケーション24の機種追加部241から取得した機種情報(例えば、機種Cの機種情報2431)を機種情報記憶部231に保存する。また、機種管理部203は、機種情報記憶部231に保存した機種情報(例えば、機種Cの機種情報2431)の機種名を利用機種情報名2311として機種情報記憶部231に保存する。   The model management unit 203 stores model information (for example, model information 2431 of model C) acquired from the model addition unit 241 of the model addition application 24 described later in the model information storage unit 231. In addition, the model management unit 203 stores the model name stored in the model information storage unit 231 (for example, model information 2431 of model C) in the model information storage unit 231 as the used model information name 2311.

機種情報部204は、プリンタドライバ22がサポートする印刷装置40の機種情報を保存する。図6に示す例では、機種情報としてジェネリックの機種情報2041、機種Aの機種情報2042、機種Bの機種情報2043が保存されている。   The model information unit 204 stores model information of the printing apparatus 40 supported by the printer driver 22. In the example illustrated in FIG. 6, generic model information 2041, model A model information 2042, and model B model information 2043 are stored as model information.

なお、ジェネリックの機種情報2041とは、例えば、どのような機種の印刷装置40でも実行することができる機能のみを記述した機種情報、又はすべての機能を網羅的に記述した機種情報などのことである。ジェネリックの機種情報2041を使用して印刷を行う場合、一般的に、印刷を行いたい機種に対応する機種情報(例えば機種Aの機種情報2042)を使用して印刷を行う場合よりもユーザの利便性は低くなる。   The generic model information 2041 is, for example, model information that describes only functions that can be executed by the printing apparatus 40 of any model, or model information that comprehensively describes all functions. is there. When printing using generic model information 2041, the user's convenience is generally higher than when printing using model information (for example, model information 2042 of model A) corresponding to the model to be printed. The nature becomes low.

《機種追加アプリケーション》
本実施形態に係る機種追加アプリケーション24は、例えば図7に示すような機能ブロックにより表すことができる。図7は、第一の実施形態に係る機種追加アプリケーションの一例の機能ブロック図である。
<Model addition application>
The model addition application 24 according to the present embodiment can be represented by, for example, functional blocks as shown in FIG. FIG. 7 is a functional block diagram of an example of a model addition application according to the first embodiment.

機種追加アプリケーション24は、機種追加部241、ドライバインストール部242、追加用機種情報部243を有する。   The model addition application 24 includes a model addition unit 241, a driver installation unit 242, and an additional model information unit 243.

機種追加部241は、プリンタドライバ22に対し、追加用機種情報部243に格納されている機種情報の保存(追加)を要求する。また、機種追加部241は、機種情報記憶部231に機種情報を追加した場合、追加した機種の利用機種情報名の保存をプリンタドライバ22に要求する。   The model addition unit 241 requests the printer driver 22 to save (add) the model information stored in the additional model information unit 243. When the model addition unit 241 adds model information to the model information storage unit 231, the model addition unit 241 requests the printer driver 22 to save the used model information name of the added model.

ドライバインストール部242は、サーバ装置10のプリンタドライバ12を取得(ダウンロード)し、インストールする。また、ドライバインストール部242は、プリンタドライバ22をアンインストールする。   The driver installation unit 242 acquires (downloads) and installs the printer driver 12 of the server device 10. The driver installation unit 242 uninstalls the printer driver 22.

追加用機種情報部243は、機種追加部241が機種情報記憶部231に追加する機種情報が保存されている。図7の例では、追加用機種情報部243は、機種Cの機種情報2431を有している。追加用機種情報部243は、機種情報記憶部231に追加する機種情報として2以上の機種情報を有していてもよい。   The model information section for addition 243 stores model information that the model adding section 241 adds to the model information storage section 231. In the example of FIG. 7, the additional model information unit 243 has model information 2431 for model C. The additional model information unit 243 may have two or more model information as model information to be added to the model information storage unit 231.

<処理の概略>
以下では、第一の実施形態に係る印刷システム1の処理の概略について説明する。図8は、第一の実施形態に係る処理の概略を説明するための説明図である。
<Outline of processing>
Below, the outline | summary of the process of the printing system 1 which concerns on 1st embodiment is demonstrated. FIG. 8 is an explanatory diagram for explaining the outline of the processing according to the first embodiment.

サーバ装置10には、ジェネリック、機種A、機種Bをサポートするプリンタドライバ12がインストールされている。このプリンタドライバ12が新たに機種Cをサポートするために、サーバ装置10の機種情報記憶部131に機種Cの機種情報を保存(追加)する処理の概略について説明する。   A printer driver 12 that supports generic, model A, and model B is installed in the server device 10. An outline of processing for storing (adding) model information of the model C in the model information storage unit 131 of the server apparatus 10 in order for the printer driver 12 to newly support the model C will be described.

まず、管理者端末20は、機種追加アプリケーション24を用いてサーバ装置10からプリンタドライバ12をPoint&Print機能でインストールする(図8(a)の(1))。   First, the administrator terminal 20 uses the model addition application 24 to install the printer driver 12 from the server device 10 using the Point & Print function ((1) in FIG. 8A).

次に、プリンタドライバ22がインストールされると管理者端末20の情報記憶部23には機種情報記憶部231が作成されるので、機種追加アプリケーション24を用いて機種情報記憶部231に機種Cの機種情報を追加(保存)する(図8(b)の(2))。なお、このとき、機種情報記憶部231の利用機種情報名は機種Cに更新される。   Next, since the model information storage unit 231 is created in the information storage unit 23 of the administrator terminal 20 when the printer driver 22 is installed, the model C model is stored in the model information storage unit 231 using the model addition application 24. Information is added (stored) ((2) in FIG. 8B). At this time, the used model information name in the model information storage unit 231 is updated to model C.

すると、OS21(Windows系OS)の標準の機能により、管理者端末20の機種情報記憶部231の内容がサーバ装置10の機種情報記憶部131に同期される(図8(b)の(3))。   Then, the contents of the model information storage unit 231 of the administrator terminal 20 are synchronized with the model information storage unit 131 of the server device 10 by a standard function of the OS 21 (Windows OS) ((3) in FIG. 8B). ).

以上により、サーバ装置10の機種情報記憶部131に機種Cの機種情報が追加される。これにより、プリンタドライバ12は、機種Cの印刷装置40から印刷を出力することができるようになる。従って、クライアント端末30がPoint&Print機能を用いてサーバ装置10からプリンタドライバ32をインストールすることにより、クライアント端末30は機種Cの印刷装置40から印刷を出力することができるようになる。 As described above, the model information of the model C is added to the model information storage unit 131 of the server device 10. Thus, the printer driver 12, it is possible to output a print from the printing apparatus 40 3 models C. Therefore, by the client terminal 30 installs the printer driver 32 from the server device 10 using the Point & Print function, the client terminal 30 will be able to output a print from the printing apparatus 40 3 models C.

<処理の詳細>
以下では、第一の実施形態に係る印刷システム1の処理の詳細について説明する。
<Details of processing>
Below, the detail of the process of the printing system 1 which concerns on 1st embodiment is demonstrated.

まず、サーバ装置10の機種情報記憶部131に機種情報を追加する処理について説明する。上述したように、機種情報記憶部131に機種情報を追加することにより、サーバ装置10のプリンタドライバ12は、この追加した機種がサポートされる。そして、クライアント端末30はPoint&Print機能を用いてサーバ装置10からプリンタドライバ32をインストールすることにより、追加した機種の印刷装置で印刷を行うことができるようなる。   First, a process for adding model information to the model information storage unit 131 of the server apparatus 10 will be described. As described above, by adding the model information to the model information storage unit 131, the printer driver 12 of the server apparatus 10 supports the added model. The client terminal 30 can perform printing with the added type of printing apparatus by installing the printer driver 32 from the server apparatus 10 using the Point & Print function.

以下では、上記と同様に、プリンタドライバ12の機種情報部204はジェネリックの機種情報2041、機種Aの機種情報2042、機種Bの機種情報2043を有しており、機種情報記憶部131に機種Cの機種情報2431を追加する場合について説明する。   In the following, the model information section 204 of the printer driver 12 has generic model information 2041, model A model information 2042, model B model information 2043, and the model information storage section 131 stores the model C as described above. A case where the model information 2431 is added will be described.

《機種情報追加処理》
図9は、第一の実施形態に係る機種情報追加処理の一例のシーケンス図である。
<Model information addition processing>
FIG. 9 is a sequence diagram of an example of model information addition processing according to the first embodiment.

ステップS101において、印刷システム1の管理者は、機種追加アプリケーション24を用いてサーバ装置10からプリンタドライバ12をインストールする。すなわち、機種追加アプリケーション24のドライバインストール部242は、サーバ装置10に対しプリンタドライバ12の取得要求を行い、取得したプリンタドライバ12を管理者端末20にインストールする。   In step S <b> 101, the administrator of the printing system 1 installs the printer driver 12 from the server device 10 using the model addition application 24. That is, the driver installation unit 242 of the model addition application 24 sends an acquisition request for the printer driver 12 to the server device 10 and installs the acquired printer driver 12 in the administrator terminal 20.

ステップS102において、印刷システム1の管理者は、機種追加アプリケーション24を用いて機種Cの機種情報2431の追加要求をプリンタドライバ22の機種管理部203に対して行う。   In step S <b> 102, the administrator of the printing system 1 uses the model addition application 24 to request the model management unit 203 of the printer driver 22 to add model information 2431 for model C.

ステップS103において、プリンタドライバ22の機種管理部203は、管理者端末20の機種情報記憶部231に機種Cの機種情報2431を追加し、利用機種情報名2311を「機種C」に更新する。例えば管理者端末20の機種情報記憶部231に機種情報2312(例えば機種Aの機種情報)が存在する場合、機種管理部203は、機種情報2312を機種Cの機種情報2431に更新する。   In step S103, the model management unit 203 of the printer driver 22 adds the model information 2431 of the model C to the model information storage unit 231 of the administrator terminal 20, and updates the use model information name 2311 to “model C”. For example, when model information 2312 (for example, model information of model A) exists in the model information storage unit 231 of the administrator terminal 20, the model management unit 203 updates the model information 2312 to model information 2431 of model C.

ステップS104において、管理者端末20の機種情報記憶部231は、OS21(Windows系OS)が標準で備える機能により、サーバ装置10の機種情報記憶部131に利用機種情報名2311と機種情報2312を送信する。これにより、サーバ装置10の機種情報記憶部131は、管理者端末20の機種情報部231の内容と同期される。なお、同期のタイミングとしては、管理者端末20の機種情報部231が更新されたタイミングで行えばよい。   In step S104, the model information storage unit 231 of the administrator terminal 20 transmits the used model information name 2311 and the model information 2312 to the model information storage unit 131 of the server device 10 by using a function that the OS 21 (Windows OS) has as a standard. To do. As a result, the model information storage unit 131 of the server device 10 is synchronized with the contents of the model information unit 231 of the administrator terminal 20. Note that the synchronization timing may be the timing when the model information section 231 of the administrator terminal 20 is updated.

ステップS105において、印刷システム1の管理者は、機種追加アプリケーション24を用いて管理者端末20からプリンタドライバ22をアンインストールする。なお、ステップS105の処理では、印刷システム1においては、通常、印刷指示を行うのはクライアント端末30であり、管理者端末20では印刷指示を行わないため管理者端末20からプリンタドライバ22をアンインストールしている。このため、ステップS105の処理は行わなくてもよい(プリンタドライバ22を管理者端末20からアンインストールしなくてもよい)。   In step S <b> 105, the administrator of the printing system 1 uninstalls the printer driver 22 from the administrator terminal 20 using the model addition application 24. In the process of step S105, in the printing system 1, the client terminal 30 normally issues a print instruction, and the administrator terminal 20 does not issue a print instruction, so the printer driver 22 is uninstalled from the administrator terminal 20. doing. For this reason, the process of step S105 may not be performed (the printer driver 22 may not be uninstalled from the administrator terminal 20).

以上により、管理者端末20はプリンタドライバ22をインストールし、機種情報記憶部231に利用機種情報名2311と機種情報2312を追加することができる。また、サーバ装置10の機種情報記憶部131は、管理者端末20の機種情報記憶部231と同期される。したがって、サーバ装置10のプリンタドライバ12は、管理者端末20が追加した機種情報に係る機種がサポートされる。   As described above, the administrator terminal 20 can install the printer driver 22 and add the used model information name 2311 and the model information 2312 to the model information storage unit 231. In addition, the model information storage unit 131 of the server device 10 is synchronized with the model information storage unit 231 of the administrator terminal 20. Therefore, the printer driver 12 of the server device 10 supports a model related to the model information added by the administrator terminal 20.

《印刷設定画面表示処理》
次に、プリンタドライバの印刷設定画面を表示させる処理について説明する。図10は、第一の実施形態に係る印刷設定画面表示処理の一例のフローチャートである。以下では、クライアント端末30のプリンタドライバ32の印刷設定画面を表示させる場合について説明する。
《Print setting screen display processing》
Next, processing for displaying the print setting screen of the printer driver will be described. FIG. 10 is a flowchart of an example of a print setting screen display process according to the first embodiment. Hereinafter, a case where the print setting screen of the printer driver 32 of the client terminal 30 is displayed will be described.

まず、ユーザは、クライアント端末30から印刷設定画面を表示させる操作を行う。この操作は、例えばプリンタドライバ32が格納されているフォルダやディレクトリから開くことができる。   First, the user performs an operation for displaying a print setting screen from the client terminal 30. This operation can be opened from, for example, a folder or directory in which the printer driver 32 is stored.

ステップS201において、画面表示部201は機種情報記憶部331から利用機種情報名3311を取得する。   In step S <b> 201, the screen display unit 201 acquires the used model information name 3311 from the model information storage unit 331.

ステップS202において、利用機種情報名3311の機種と一致する機種情報が機種情報記憶部331にある場合(例えば利用機種情報名3311が機種C、機種情報33121が機種Cの機種情報である場合)、ステップS204に進む。一致する機種情報が機種情報記憶部331にない場合(例えば利用機種情報名3311がジェネリック、機種A、機種Bなどである場合)、ステップS203に進む。   In step S202, when model information that matches the model of the used model information name 3311 is in the model information storage unit 331 (for example, when the used model information name 3311 is model C and the model information 33121 is model information of model C), Proceed to step S204. When there is no matching model information in the model information storage unit 331 (for example, when the used model information name 3311 is generic, model A, model B, etc.), the process proceeds to step S203.

ステップS203において、画面表示部201は利用機種情報名3311と一致する機種の機種情報を機種情報部204から取得する。すなわち、画面表示部201はジェネリックの機種情報2041、機種Aの機種情報2042、機種Bの機種情報2043のいずれかを取得する。   In step S <b> 203, the screen display unit 201 acquires model information of a model that matches the used model information name 3311 from the model information unit 204. That is, the screen display unit 201 acquires any of generic model information 2041, model A model information 2042, and model B model information 2043.

ステップS204において、画面表示部201は利用機種情報名3311と一致する機種の機種情報を機種情報記憶部331から取得する。すなわち、画面表示部201は機種情報3312(機種Cの機種情報)を取得する。   In step S <b> 204, the screen display unit 201 acquires model information of a model that matches the used model information name 3311 from the model information storage unit 331. That is, the screen display unit 201 acquires model information 3312 (model information of model C).

ステップS205において、画面表示部201はステップS203又はS204で取得した機種情報から印刷設定画面を生成し、表示させる。画面表示部201が表示させる印刷設定画面は、例えば図11に示す印刷設定画面3000である。図11に示す印刷設定画面3000では、用紙サイズやカラー/モノクロなど各種印刷に関する設定を変更することができる。   In step S205, the screen display unit 201 generates and displays a print setting screen from the model information acquired in step S203 or S204. The print setting screen displayed by the screen display unit 201 is, for example, the print setting screen 3000 shown in FIG. In the print setting screen 3000 shown in FIG. 11, settings relating to various printing such as paper size and color / monochrome can be changed.

なお、画面表示部201は、ステップS203又はS204で取得した機種情報に対応する印刷設定画面を表示させる。すなわち、例えば取得した機種情報がジェネリック、機種A、機種B、機種Cのいずれかに応じた印刷設定画面を表示させる。   The screen display unit 201 displays a print setting screen corresponding to the model information acquired in step S203 or S204. That is, for example, a print setting screen corresponding to any of the acquired model information of generic, model A, model B, and model C is displayed.

以上により、クライアント端末30のプリンタドライバ32は、印刷設定画面を表示させることができる。また、クライアント端末30のプリンタドライバ32は、管理者端末20が追加した機種の印刷設定画面を表示させることができる。   As described above, the printer driver 32 of the client terminal 30 can display the print setting screen. Further, the printer driver 32 of the client terminal 30 can display the print setting screen of the model added by the administrator terminal 20.

すなわち、管理者端末20が機種情報記憶部231に追加した機種情報(機種Cの機種情報2431)は、サーバ装置10の機種情報記憶部131にもオペレーティングシステムの機能により反映される。そして、クライアント端末30の機種情報記憶部331にも、サーバ装置10からPoint&Print機能によりプリンタドライバ32がインストールされることにより、管理者端末20が追加した機種情報(機種Cの機種情報である機種情報2431)が反映される。したがって、クライアント端末30は管理者端末20が追加した機種情報(機種Cの機種情報である機種情報2431)に係る機種の印刷設定画面を表示することができる。   That is, the model information (model information 2431 of model C) added to the model information storage unit 231 by the administrator terminal 20 is also reflected in the model information storage unit 131 of the server device 10 by the function of the operating system. The model information added by the administrator terminal 20 (model information that is model information of model C is also installed in the model information storage unit 331 of the client terminal 30 by installing the printer driver 32 from the server device 10 using the Point & Print function. 2431) is reflected. Therefore, the client terminal 30 can display the model print setting screen related to the model information added by the administrator terminal 20 (model information 2431 which is model information of model C).

《印刷処理》
次に、ユーザがクライアント端末30の印刷アプリケーション34から印刷指示を行い、サーバ装置10において印刷処理を行う処理について説明する。図12は、第一の実施形態に係る印刷処理の一例のフローチャートである。
《Print processing》
Next, processing in which a user issues a print instruction from the print application 34 of the client terminal 30 and print processing in the server device 10 will be described. FIG. 12 is a flowchart of an example of the printing process according to the first embodiment.

まず、印刷システム1のユーザがクライアント端末30の印刷アプリケーション34から印刷指示を行ったものとする。すると、クライアント端末30は、印刷指示と印刷対象データをサーバ装置10に送信する。   First, it is assumed that the user of the printing system 1 issues a print instruction from the print application 34 of the client terminal 30. Then, the client terminal 30 transmits a print instruction and print target data to the server device 10.

ステップS301において、サーバ装置10は、印刷指示と印刷対象データをクライアント端末30から受け取る。   In step S <b> 301, the server apparatus 10 receives a print instruction and print target data from the client terminal 30.

ステップS302において、プリンタドライバ12の描画部202は、機種情報記憶部131から利用機種情報名1311を取得する。   In step S <b> 302, the drawing unit 202 of the printer driver 12 acquires the used model information name 1311 from the model information storage unit 131.

ステップS303において、利用機種情報名1311の機種と一致する機種情報が機種情報記憶部131にある場合(例えば利用機種情報名3311が機種C、機種情報33121が機種Cの機種情報である場合)、ステップS305に進む。一致する機種情報が機種情報記憶部131にない場合(例えば利用機種情報名3311がジェネリック、機種A、機種Bなどである場合)、ステップS304に進む。   In step S303, when the model information that matches the model of the used model information name 1311 is in the model information storage unit 131 (for example, when the used model information name 3311 is model C and the model information 33121 is model information of the model C), Proceed to step S305. When there is no matching model information in the model information storage unit 131 (for example, when the used model information name 3311 is generic, model A, model B, etc.), the process proceeds to step S304.

ステップS304において、プリンタドライバ12の描画部202は、利用機種情報名1311と一致する機種の機種情報を機種情報部204から取得する。すなわち、プリンタドライバ12の描画部202はジェネリックの機種情報2041、機種Aの機種情報2042、機種Bの機種情報2043のいずれかを取得する。   In step S <b> 304, the drawing unit 202 of the printer driver 12 acquires the model information of the model that matches the used model information name 1311 from the model information unit 204. That is, the drawing unit 202 of the printer driver 12 acquires any of generic model information 2041, model A model information 2042, and model B model information 2043.

ステップS305において、プリンタドライバ12の描画部202は、利用機種情報名1311と一致する機種の機種情報を機種情報記憶部131から取得する。すなわち、プリンタドライバ12の描画部202は機種情報1312(機種Cの機種情報)を取得する。   In step S <b> 305, the drawing unit 202 of the printer driver 12 acquires the model information of the model that matches the used model information name 1311 from the model information storage unit 131. That is, the drawing unit 202 of the printer driver 12 acquires model information 1312 (model information of model C).

ステップS306において、プリンタドライバ12の描画部202は、ステップS304又はS305において取得した機種情報から印刷データを生成し、対応する印刷装置40に送信する。すなわち、例えばステップS305が実行されて描画部202が機種情報1312(機種Cの機種情報)を取得した場合、印刷対象データから機種Cに対応する印刷データを生成し、この印刷データ(及び印刷要求)を印刷装置40に送信する。同様に、描画部202が例えば機種A又は機種Bの機種情報を取得した場合、印刷対象データから機種A又は機種Bに対応する印刷データを生成し、それぞれ印刷装置40又は印刷装置40に送信する。 In step S <b> 306, the drawing unit 202 of the printer driver 12 generates print data from the model information acquired in step S <b> 304 or S <b> 305 and transmits the print data to the corresponding printing apparatus 40. That is, for example, when step S305 is executed and the drawing unit 202 acquires model information 1312 (model information of model C), print data corresponding to model C is generated from the print target data, and this print data (and print request) is generated. ) to the printing device 40 3. Similarly, when the drawing unit 202, for example, acquiring the model information of the model A or model B, and the print object data to generate print data corresponding to the model A or model B, and each printing unit 40 1 or the printing apparatus 40 2 Send.

以上により、クライアント端末30は、印刷アプリケーション34から印刷指示を行うことで印刷対象データの印刷を行うことができる。また、クライアント端末30は、管理者端末20が追加した機種での印刷を行うことができる。すなわち、管理者端末20が機種追加アプリケーション24を用いて機種情報記憶部231に追加した機種情報に係る機種(機種Cの印刷装置40)での印刷を行うことができる。
[第二の実施形態]
次に、第二の実施形態に係る印刷システム1について説明する。第二の実施形態に係る印刷システム1では、第一の実施形態とソフトウェア構成が異なっている。
As described above, the client terminal 30 can print the print target data by issuing a print instruction from the print application 34. Further, the client terminal 30 can perform printing with the model added by the administrator terminal 20. That is, it is possible to perform printing with the model (printing device 40 3 of model C) related to the model information added by the administrator terminal 20 to the model information storage unit 231 using the model addition application 24.
[Second Embodiment]
Next, the printing system 1 according to the second embodiment will be described. The printing system 1 according to the second embodiment is different in software configuration from the first embodiment.

なお、第二の実施形態に係る印刷システム1は、システム構成及びハードウェア構成は第一の実施形態に係る印刷システム1と同様のため説明を省略する。   Note that the printing system 1 according to the second embodiment has the same system configuration and hardware configuration as the printing system 1 according to the first embodiment, and thus description thereof is omitted.

<ソフトウェア構成>
第二の実施形態に係るソフトウェア構成では、第一の実施形態に係るソフトウェア構成とプリンタドライバ12、プリンタドライバ22、プリンタドライバ23及び機種追加アプリケーション24の機能ブロックが異なる。
<Software configuration>
The software configuration according to the second embodiment differs from the software configuration according to the first embodiment in the functional blocks of the printer driver 12, the printer driver 22, the printer driver 23, and the model addition application 24.

《プリンタドライバ》
図13は、第二の実施形態に係るプリンタドライバの一例の機能ブロック図である。図13に示すプリンタドライバは、第一の実施形態と異なり、機種管理部203を有しない。他の構成は、第一の実施形態と同様であるため説明を省略する。
<Printer Driver>
FIG. 13 is a functional block diagram of an example of a printer driver according to the second embodiment. The printer driver shown in FIG. 13 does not have the model management unit 203 unlike the first embodiment. Since other configurations are the same as those of the first embodiment, description thereof is omitted.

《機種追加アプリケーション》
図14は、第二の実施形態に係る機種追加アプリケーションの一例の機能ブロック図である。機種追加アプリケーション24は、機種追加部244、ドライバインストール部242、追加用機種情報部243を有する。ドライバインストール部242、追加用機種情報部243は、第一の実施形態の同様のため説明を省略する。
<Model addition application>
FIG. 14 is a functional block diagram of an example of a model addition application according to the second embodiment. The model addition application 24 includes a model addition unit 244, a driver installation unit 242, and an additional model information unit 243. Since the driver installation unit 242 and the additional model information unit 243 are the same as those in the first embodiment, description thereof is omitted.

機種追加部244は、プリンタドライバ22が使用する記憶領域である機種情報記憶部231に、追加用機種情報部243に格納されている機種情報を保存(追加)する。また、機種追加部241は、機種情報記憶部2331に機種情報を追加した場合、追加した機種の利用機種情報名を保存する。   The model addition unit 244 saves (adds) the model information stored in the additional model information unit 243 in the model information storage unit 231 that is a storage area used by the printer driver 22. In addition, when the model addition unit 241 adds model information to the model information storage unit 2331, the model addition unit 241 stores the used model information name of the added model.

すなわち、第二の実施形態に係る機種追加アプリケーション24の機種追加部244は、機種情報記憶部231に直接、機種情報を保存することができる。   That is, the model addition unit 244 of the model addition application 24 according to the second embodiment can store model information directly in the model information storage unit 231.

<処理の詳細>
次に、第二の実施形態に係る印刷システム1の処理の詳細について説明する。なお、印刷処理及び印刷設定画面表示処理は第一の実施形態と同様であるため説明を省略する。
<Details of processing>
Next, details of processing of the printing system 1 according to the second embodiment will be described. Note that the printing process and the print setting screen display process are the same as those in the first embodiment, and thus description thereof is omitted.

図15は、第二の実施形態に係る機種情報追加処理の一例のシーケンス図である。   FIG. 15 is a sequence diagram of an example of model information addition processing according to the second embodiment.

ステップS401は、図9のステップS101と同様のため説明を省略する。ステップS402において、管理者端末20は、機種追加アプリケーション24を用いて機種Cの機種情報2431を機種情報記憶部231に保存する。すなわち、機種追加アプリケーション24の機種追加部244は、機種Cの機種情報2431を機種情報記憶部231に保存する。また、このとき、利用機種情報名2311を機種Cに更新する。ステップS403及びS404は、それぞれステップS104及びS105と同様のため説明を省略する。   Step S401 is the same as step S101 in FIG. In step S <b> 402, the administrator terminal 20 stores the model information 2431 of the model C in the model information storage unit 231 using the model addition application 24. That is, the model addition unit 244 of the model addition application 24 stores the model information 2431 of the model C in the model information storage unit 231. At this time, the use model information name 2311 is updated to the model C. Steps S403 and S404 are the same as steps S104 and S105, respectively, and a description thereof will be omitted.

以上により、第二の実施形態に係る機種追加アプリケーション24は、追加用機種情報部243が有している機種情報を直接、機種情報記憶部231に保存することができる。   As described above, the model addition application 24 according to the second embodiment can directly store the model information included in the additional model information unit 243 in the model information storage unit 231.

<まとめ>
以上の第一の実施形態に係る印刷システム1では、管理者端末20はサーバ装置10からプリンタドライバ12を取得し、インストールすることができる。管理者端末20はインストールしたプリンタドライバ22が使用する機種情報記憶部231に機種情報を追加することで、プリンタドライバ22がサポートする機種を追加することができる。そして、オペレーティングシステムの機能によりサーバ装置10の機種情報記憶部131を管理者端末20の機種情報記憶部231と同期させることで、サーバ装置10のプリンタドライバ12がサポートする機種を追加することができる。
<Summary>
In the printing system 1 according to the first embodiment described above, the administrator terminal 20 can acquire the printer driver 12 from the server device 10 and install it. The administrator terminal 20 can add a model supported by the printer driver 22 by adding model information to the model information storage unit 231 used by the installed printer driver 22. A model supported by the printer driver 12 of the server device 10 can be added by synchronizing the model information storage unit 131 of the server device 10 with the model information storage unit 231 of the administrator terminal 20 by the function of the operating system. .

また、クライアント端末30は、サーバ装置10からオペレーティングシステムの機能によりプリンタドライバ12を取得し、インストールすることで、管理者端末20が追加した機種情報に係る機種で印刷を行うことができる。これにより、第一の実施形態に係る印刷システム1では、サーバ装置10にログイン等することなく、サーバ装置10のプリンタドライバ12(及びクライアント端末30のプリンタドライバ32)に機種情報を追加することができる。   Further, the client terminal 30 can perform printing with the model related to the model information added by the administrator terminal 20 by acquiring and installing the printer driver 12 from the server device 10 by the function of the operating system. Thereby, in the printing system 1 according to the first embodiment, the model information can be added to the printer driver 12 of the server device 10 (and the printer driver 32 of the client terminal 30) without logging in to the server device 10. it can.

また、第二の実施形態に係る印刷システム1では、機種追加アプリケーション24は、管理者端末20の機種情報記憶部231に直接、機種情報を追加することができる。これにより、プリンタドライバの構成を簡易にすることができる。   In the printing system 1 according to the second embodiment, the model addition application 24 can add model information directly to the model information storage unit 231 of the administrator terminal 20. Thereby, the configuration of the printer driver can be simplified.

なお、機種追加部241は、機種情報追加手段の一例である。ドライバインストール部242は、インストール手段及びアンインストール手段の一例である。機種情報記憶部231は、第1の記憶領域の一例である。機種情報記憶部131は、第2の記憶領域の一例である。OS21(Windows系OS)が標準で備える機能は、機種情報同期手段の一例である。   The model adding unit 241 is an example of a model information adding unit. The driver installation unit 242 is an example of an installation unit and an uninstallation unit. The model information storage unit 231 is an example of a first storage area. The model information storage unit 131 is an example of a second storage area. The function provided as a standard by the OS 21 (Windows OS) is an example of model information synchronization means.

本発明は、具体的に開示された上記の実施形態に限定されるものではなく、特許請求の範囲から逸脱することなく、種々の変形や変更が可能である。   The present invention is not limited to the specifically disclosed embodiments, and various modifications and changes can be made without departing from the scope of the claims.

1 印刷システム
10 サーバ装置
20 管理者端末
21 OS
22 プリンタドライバ
23 情報記憶部
231 機種情報記憶部
24 機種追加アプリケーション
241 機種追加部
242 ドライバインストール部
243 追加用機種情報部
25 通信部
30 クライアント端末
40 印刷装置
1 Printing System 10 Server Device 20 Administrator Terminal 21 OS
DESCRIPTION OF SYMBOLS 22 Printer driver 23 Information storage part 231 Model information storage part 24 Model addition application 241 Model addition part 242 Driver installation part 243 Model information part for addition 25 Communication part 30 Client terminal 40 Printing apparatus

特許第4961288号公報Japanese Patent No. 4961288

Claims (10)

デバイスドライバが搭載された他の情報処理装置とネットワークを介して接続され、デバイスドライバに対して該デバイスドライバがサポートしている機種に関する情報を追加することができるアプリケーションが搭載された情報処理装置であって、
前記他の情報処理装置からデバイスドライバを取得し、該デバイスドライバを前記情報処理装置にインストールするインストール手段と、
前記インストール手段でインストールされたデバイスドライバが使用する所定の第1の記憶領域に、前記アプリケーションで前記機種に関する情報を保存する機種情報追加手段と、
前記所定の第1の記憶領域に保存された前記機種に関する情報を、前記他の情報処理装置に搭載されているデバイスドライバが使用する所定の第2の記憶領域に保存させる機種情報同期手段と、
を有する情報処理装置。
An information processing apparatus that is connected to another information processing apparatus equipped with a device driver via a network and has an application that can add information on a model supported by the device driver to the device driver. There,
Installation means for obtaining a device driver from the other information processing apparatus and installing the device driver in the information processing apparatus;
Model information addition means for storing information on the model by the application in a predetermined first storage area used by the device driver installed by the installation means;
Model information synchronization means for storing information on the model stored in the predetermined first storage area in a predetermined second storage area used by a device driver installed in the other information processing apparatus;
An information processing apparatus.
前記インストール手段でインストールされたデバイスドライバを前記情報処理装置からアンインストールするアンインストール手段を有する請求項1記載の情報処理装置。   The information processing apparatus according to claim 1, further comprising: an uninstallation unit that uninstalls the device driver installed by the installation unit from the information processing apparatus. 前記機種に関する情報は、ユーザインタフェースに関する情報及び/又はデバイスへの送信データに関する情報を含む、請求項1又は2記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the information regarding the model includes information regarding a user interface and / or information regarding data to be transmitted to the device. 前記機種に関する情報は、バイナリ形式又はXML形式である、請求項1ないし3のいずれか1項に記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the information regarding the model is in a binary format or an XML format. デバイスドライバが搭載された他の情報処理装置とネットワークを介して接続され、デバイスドライバに対して該デバイスドライバがサポートしている機種に関する情報を追加することができるアプリケーションが搭載された情報処理装置を、
前記他の情報処理装置からデバイスドライバを取得し、該デバイスドライバを前記情報処理装置にインストールするインストール手段、
前記インストール手段でインストールされたデバイスドライバが使用する所定の第1の記憶領域に、前記アプリケーションで前記機種に関する情報を保存する機種情報追加手段、
前記所定の第1の記憶領域に保存された前記機種に関する情報を、前記他の情報処理装置に搭載されているデバイスドライバが使用する所定の第2の記憶領域に保存させる機種情報同期手段、
として機能させるためのプログラム。
An information processing apparatus that is connected to another information processing apparatus equipped with a device driver via a network and has an application that can add information on a model supported by the device driver to the device driver. ,
Installation means for obtaining a device driver from the other information processing apparatus and installing the device driver in the information processing apparatus;
Model information addition means for storing information on the model by the application in a predetermined first storage area used by the device driver installed by the installation means,
Model information synchronization means for storing information on the model stored in the predetermined first storage area in a predetermined second storage area used by a device driver installed in the other information processing apparatus,
Program to function as.
前記情報処理装置を、
前記インストール手段でインストールされたデバイスドライバを前記情報処理装置からアンインストールするアンインストール手段
として機能させるための請求項5記載のプログラム。
The information processing apparatus;
The program according to claim 5, which causes the device driver installed by the installation unit to function as an uninstallation unit that uninstalls the information processing apparatus from the information processing apparatus.
前記機種に関する情報は、ユーザインタフェースに関する情報及び/又はデバイスへの送信データに関する情報を含む、請求項5又は6記載のプログラム。   The program according to claim 5 or 6, wherein the information about the model includes information about a user interface and / or information about data to be transmitted to a device. 前記機種に関する情報は、バイナリ形式又はXML形式である、請求項5ないし7のいずれか1項に記載のプログラム。   The program according to any one of claims 5 to 7, wherein the information about the model is in a binary format or an XML format. ネットワークを介して接続された、デバイスドライバが搭載された第1の情報処理装置と、デバイスドライバに対して該デバイスドライバがサポートしている機種に関する情報を追加することができるアプリケーションが搭載された第2の情報処理装置とを有する情報処理システムであって、
前記第1の情報処理装置からデバイスドライバを取得し、該デバイスドライバを前記第2の情報処理装置にインストールするインストール手段と、
前記インストール手段でインストールされたデバイスドライバが使用する所定の第1の記憶領域に、前記アプリケーションで前記機種に関する情報を保存する機種情報追加手段と、
前記所定の第1の記憶領域に保存された前記機種に関する情報を、前記第1の情報処理装置に搭載されているデバイスドライバが使用する所定の第2の記憶領域に保存させる機種情報同期手段と、
を有する情報処理システム。
A first information processing apparatus mounted with a device driver connected via a network, and an application that can add information about a model supported by the device driver to the device driver. An information processing system having two information processing devices,
Installation means for obtaining a device driver from the first information processing apparatus and installing the device driver in the second information processing apparatus;
Model information addition means for storing information on the model by the application in a predetermined first storage area used by the device driver installed by the installation means;
Model information synchronization means for storing information on the model stored in the predetermined first storage area in a predetermined second storage area used by a device driver installed in the first information processing apparatus; ,
An information processing system.
デバイスドライバが搭載された他の情報処理装置とネットワークを介して接続され、デバイスドライバに対して該デバイスドライバがサポートしている機種に関する情報を追加することができるアプリケーションが搭載された情報処理装置における情報処理方法であって、
前記他の情報処理装置からデバイスドライバを取得し、該デバイスドライバを前記情報処理装置にインストールするインストール手順と、
前記インストール手順でインストールされたデバイスドライバが使用する所定の第1の記憶領域に、前記アプリケーションで前記機種に関する情報を保存する機種情報追加手順と、
前記所定の第1の記憶領域に保存された前記機種に関する情報を、前記他の情報処理装置に搭載されているデバイスドライバが使用する所定の第2の記憶領域に保存させる機種情報同期手順と、
を有する情報処理方法。
In an information processing apparatus that is connected to another information processing apparatus equipped with a device driver via a network and that includes an application that can add information on a model supported by the device driver to the device driver. An information processing method,
An installation procedure for obtaining a device driver from the other information processing apparatus and installing the device driver in the information processing apparatus;
A model information addition procedure for storing information about the model in the application in a predetermined first storage area used by the device driver installed in the installation procedure;
A model information synchronization procedure for storing information on the model stored in the predetermined first storage area in a predetermined second storage area used by a device driver installed in the other information processing apparatus;
An information processing method comprising:
JP2014040886A 2014-03-03 2014-03-03 Information processing apparatus, program, information processing system, and information processing method Active JP6337520B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2014040886A JP6337520B2 (en) 2014-03-03 2014-03-03 Information processing apparatus, program, information processing system, and information processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014040886A JP6337520B2 (en) 2014-03-03 2014-03-03 Information processing apparatus, program, information processing system, and information processing method

Publications (2)

Publication Number Publication Date
JP2015166917A true JP2015166917A (en) 2015-09-24
JP6337520B2 JP6337520B2 (en) 2018-06-06

Family

ID=54257763

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014040886A Active JP6337520B2 (en) 2014-03-03 2014-03-03 Information processing apparatus, program, information processing system, and information processing method

Country Status (1)

Country Link
JP (1) JP6337520B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004078281A (en) * 2002-08-09 2004-03-11 Ricoh Co Ltd Printer equipment information setting method, image printing device and program
JP2004287841A (en) * 2003-03-20 2004-10-14 Ricoh Co Ltd Printer information setting method, server and program
JP2005208895A (en) * 2004-01-22 2005-08-04 Canon Inc Information processor, control method therefor, program therefor and storage medium
JP2014038417A (en) * 2012-08-13 2014-02-27 Ricoh Co Ltd Program, information processor, and information processing system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004078281A (en) * 2002-08-09 2004-03-11 Ricoh Co Ltd Printer equipment information setting method, image printing device and program
JP2004287841A (en) * 2003-03-20 2004-10-14 Ricoh Co Ltd Printer information setting method, server and program
JP2005208895A (en) * 2004-01-22 2005-08-04 Canon Inc Information processor, control method therefor, program therefor and storage medium
JP2014038417A (en) * 2012-08-13 2014-02-27 Ricoh Co Ltd Program, information processor, and information processing system

Also Published As

Publication number Publication date
JP6337520B2 (en) 2018-06-06

Similar Documents

Publication Publication Date Title
US10630857B2 (en) Electronic apparatus and method to update firmware of the electronic apparatus when adding a web application to the electronic apparatus
US10223042B2 (en) System, information processing method, and storage medium
JP4533780B2 (en) Image forming system, image forming apparatus, terminal device, and driver updating method for terminal device
JP5799698B2 (en) Information processing apparatus and program
JP6142527B2 (en) Setting information management program, information processing apparatus, and setting information management method
JP2014127126A (en) Program and output system
US11079980B2 (en) Storage medium storing image processing program and information processing apparatus to install driver associated with user and image processing device identifications
JP2011180681A (en) Installer and method for installing printer driver
JP6303667B2 (en) Program, information processing apparatus and information processing system
US20150248259A1 (en) Information processing apparatus, print system, and recording medium
EP3425500A1 (en) Information processing apparatus and carrier means
JP6337520B2 (en) Information processing apparatus, program, information processing system, and information processing method
JP2016126604A (en) Terminal device, program, information processing system and output method
US11093184B2 (en) Installation of application based on platform
JP6375804B2 (en) Program, information processing apparatus, information processing system, and information processing method
US9013725B2 (en) Computer-readable storage medium storing driver management program, computer-readable storage medium storing uninstallation program and information processing device
JP6492948B2 (en) Information processing apparatus, output system, and program
JP2015121887A (en) Information processing device and control method thereof, and program
JP2015153404A (en) Program, information processor, information processing method, and information processing system
JP2008152473A (en) Information processor and information processing method
JP2016057799A (en) Print control program, information processing device, information processing system, information processing method, and image processing system
JP2015166920A (en) Program, information processing terminal, printing system, and information processing method
JP2019016221A (en) Information processing apparatus, program, and control method
JP5966523B2 (en) Information processing apparatus, program, and recording medium
JP2014219939A (en) Information processing system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20170220

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20171109

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20171114

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20180111

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20180206

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20180309

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20180410

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20180423

R151 Written notification of patent or utility model registration

Ref document number: 6337520

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151