JP5961937B2 - Information processing system - Google Patents
Information processing system Download PDFInfo
- Publication number
- JP5961937B2 JP5961937B2 JP2011149838A JP2011149838A JP5961937B2 JP 5961937 B2 JP5961937 B2 JP 5961937B2 JP 2011149838 A JP2011149838 A JP 2011149838A JP 2011149838 A JP2011149838 A JP 2011149838A JP 5961937 B2 JP5961937 B2 JP 5961937B2
- Authority
- JP
- Japan
- Prior art keywords
- print setting
- unit
- data
- value
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
- 230000010365 information processing Effects 0.000 title claims description 26
- 230000005540 biological transmission Effects 0.000 claims description 11
- 230000006870 function Effects 0.000 description 50
- 230000004044 response Effects 0.000 description 26
- 238000010586 diagram Methods 0.000 description 16
- 238000000034 method Methods 0.000 description 14
- 230000008569 process Effects 0.000 description 6
- 230000008859 change Effects 0.000 description 2
- 238000009877 rendering Methods 0.000 description 2
- 230000007175 bidirectional communication Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 230000007246 mechanism Effects 0.000 description 1
- 230000002093 peripheral effect Effects 0.000 description 1
- 230000001360 synchronised effect Effects 0.000 description 1
- 230000009466 transformation Effects 0.000 description 1
Images
Landscapes
- Accessory Devices And Overall Control Thereof (AREA)
Description
本発明は、プリンタに印刷を実行させる情報処理システムに関する。 The present invention relates to an information processing system for executing printing on the printer.
Windows(登録商標)において、プリンタドライバの機能は、印刷設定の受け付け機能と、印刷対象の文書データに関する印刷データ(RAWデータ)の生成機能とに大別される。前者の機能を担う部分を、以下「印刷設定部」といい。後者の機能を担う部分を、以下「描画部」という。 In Windows (registered trademark), functions of a printer driver are roughly classified into a print setting reception function and a print data (RAW data) generation function related to document data to be printed. The part responsible for the former function is hereinafter referred to as a “print setting unit”. The portion responsible for the latter function is hereinafter referred to as a “drawing unit”.
図1は、印刷設定部と描画部との関係を示す図である。印刷設定部と描画部とは直接的にはやりとりは行わず、OSからの通知に応じてそれぞれの機能に応じた処理を行う。また、印刷設定部が受け付けた印刷設定の内容は、DEVMODE構造体を介して描画部に伝達される。すなわち、印刷設定部は、OSからの印刷設定の受け付け要求に応じ、対応するプリンタに対するプロパティダイアログを表示させる。印刷設定部は、当該プロパティダイアログに対して設定された値をDEVMODE構造体に記録する。描画部は、OSからの印刷開始要求に応じ、DEVMODE構造体の値を参照し、当該値に応じた印刷データを生成する。 FIG. 1 is a diagram illustrating a relationship between a print setting unit and a drawing unit. The print setting unit and the drawing unit do not directly communicate with each other, but perform processing corresponding to each function in response to a notification from the OS. The contents of the print settings received by the print setting unit are transmitted to the drawing unit via the DEVMODE structure. That is, the print setting unit displays a property dialog for the corresponding printer in response to a print setting reception request from the OS. The print setting unit records the value set for the property dialog in the DEVMODE structure. In response to a print start request from the OS, the drawing unit refers to the value of the DEVMODE structure and generates print data according to the value.
一方、特許文献1には、印刷設定の値を、DEVMODE構造体とは別に、印刷設定保持モジュールと呼ばれるプログラムモジュールを利用して管理する技術が記載されている。
On the other hand,
図2は、印刷設定保持モジュールを用いた印刷設定の管理形態を示す図である。同図では、DEVMODE構造体に関しては、便宜上、省略されている。 FIG. 2 is a diagram illustrating a print setting management form using the print setting holding module. In the figure, the DEVMODE structure is omitted for convenience.
印刷設定部は、所定の印刷設定項目の値に関しては、印刷設定保持モジュールに通知する。印刷設定保持モジュールは、メモリに当該値を記憶する。描画部は、印刷開始要求に応じ、所定の印刷設定項目の値に関しては、印刷設定保持モジュールより取得し、当該値が反映された印刷データを生成する。 The print setting unit notifies the print setting holding module of the value of a predetermined print setting item. The print setting holding module stores the value in the memory. In response to the print start request, the drawing unit obtains the value of a predetermined print setting item from the print setting holding module, and generates print data reflecting the value.
印刷設定保持モジュールを用いることにより、DEVMODE構造体に関する各種の制約に拘束されずに、より柔軟で利便性の高い印刷設定機構を実現することができる。 By using the print setting holding module, a more flexible and convenient print setting mechanism can be realized without being restricted by various restrictions related to the DEVMODE structure.
他方において、Windows(登録商標)の印刷システムでは、アプリケーションからの印刷指示に同期した処理においてスプールされる印刷データが、RAW形式である動作モード(以下、「RAWモード」という。)と、EMF(Enhanced Meta File)形式である動作モード(以下、「EMFモード」という。)とがある。プリントサーバが設置されるシステム環境(すなわち、クライアント・サーバ環境)では、RAWモードの場合とEMFモードの場合とで、描画部が動作する位置が異なる。なお、以下において、EMFモードは、CSR(Client Side Rendering)以外をいう。CSRは、Window(登録商標)Vista以降でサポートされている機能であり、CSRの場合は、クライアント側で描画部が動作するからである。 On the other hand, in a Windows (registered trademark) printing system, print data spooled in processing synchronized with a print instruction from an application is an operation mode (hereinafter referred to as “RAW mode”) in RAW format, and EMF ( There is an operation mode (hereinafter referred to as “EMF mode”) which is an Enhanced Meta File) format. In the system environment where the print server is installed (that is, the client / server environment), the position where the drawing unit operates differs between the RAW mode and the EMF mode. In the following, the EMF mode refers to other than CSR (Client Side Rendering). This is because CSR is a function supported by Windows (registered trademark) Vista or later, and in the case of CSR, the drawing unit operates on the client side.
図3は、RAWモード及びEMFモードにおける描画部の動作位置を説明するための図である。同図における矢印は、データの流れを示すものであり、必ずしも各部の呼び出し関係を示すものではない。 FIG. 3 is a diagram for explaining the operation position of the drawing unit in the RAW mode and the EMF mode. The arrows in the figure indicate the flow of data, and do not necessarily indicate the calling relationship of each part.
同図において、(A)は、RAWモードの場合の印刷データの流れを示す。RAWモードの場合、アプリケーションからの印刷命令は、GDI(Graphic Device Interface)を介して、描画部に入力される。描画部は、印刷命令に応じたRAWデータを生成する。描画部によって生成されたRAWデータは、スプーラによってスプールされる。スプールされたRAWデータは、プリントサーバに転送され、更に、プリンタに転送されて印刷される。 In FIG. 8, (A) shows the flow of print data in the RAW mode. In the RAW mode, a print command from an application is input to the drawing unit via a GDI (Graphic Device Interface). The drawing unit generates RAW data corresponding to the print command. The RAW data generated by the drawing unit is spooled by the spooler. The spooled RAW data is transferred to the print server, and further transferred to the printer for printing.
一方、(B)は、EMFモードの場合の印刷データの流れを示す。EMFモードの場合、GDIは、アプリケーションからの印刷命令に応じ、EMFデータを生成する。EMFデータは、スプーラによってスプールされる。スプールされたEMFデータは、プリントサーバに転送される。プリントサーバにおいて、EMFデータは、描画部によってRAWデータに変換される。当該RAWデータは、プリンタに転送されて印刷される。 On the other hand, (B) shows the flow of print data in the EMF mode. In the EMF mode, the GDI generates EMF data in response to a print command from the application. The EMF data is spooled by the spooler. The spooled EMF data is transferred to the print server. In the print server, the EMF data is converted into RAW data by the drawing unit. The RAW data is transferred to a printer and printed.
このように、RAWモードの場合、描画部は、クライアントPCにおいて動作する。一方、EMFモードの場合、描画部は、プリントサーバにおいて動作する。なお、印刷設定部に関しては、いずれの場合もクライアントPCにおいて動作するため、図3では省略されている。 Thus, in the RAW mode, the drawing unit operates on the client PC. On the other hand, in the EMF mode, the drawing unit operates in the print server. Note that the print setting unit is omitted in FIG. 3 because it operates in the client PC in any case.
図3において明らかなように、EMFモードで、かつ、プリントサーバが利用されるシステム環境(以下、「EMFクライアント・サーバ環境」という。)では、印刷設定部と描画部とは、相互に異なるコンピュータにおいて動作する。したがって、斯かるシステム環境では、特許文献1に記載された印刷設定保持モジュールを有効に機能させることは困難であるという問題がある。
As apparent from FIG. 3, in a system environment in which the print server is used in the EMF mode (hereinafter referred to as “EMF client / server environment”), the print setting unit and the drawing unit are different computers. Works on. Therefore, in such a system environment, there is a problem that it is difficult to effectively function the print setting holding module described in
図4は、EMFクライアント・サーバ環境における印刷設定保持モジュールの問題点を説明するための図である。 FIG. 4 is a diagram for explaining problems of the print setting holding module in the EMF client / server environment.
同図に示されるように、EMFクライアント・サーバ環境において、印刷設定部は、クライアントPCにおける印刷設定保持モジュールに、所定の印刷設定項目の値を通知しようとする。一方、描画部は、プリントサーバにおける印刷設定保持モジュールから、所定の印刷設定項目の値を取得しようとする。印刷設定部による値の通知先と、描画部による値の取得先とは異なる。したがって、描画部は、印刷設定部が通知した値を取得することができない。 As shown in the figure, in the EMF client / server environment, the print setting unit attempts to notify the print setting holding module in the client PC of the value of a predetermined print setting item. On the other hand, the drawing unit tries to acquire a value of a predetermined print setting item from the print setting holding module in the print server. The value notification destination by the print setting unit is different from the value acquisition destination by the drawing unit. Therefore, the drawing unit cannot acquire the value notified by the print setting unit.
本発明は、上記の点に鑑みてなされたものであって、所定の印刷設定項目の値をDEVMODE構造体を用いずに有効化することのできる情報処理システムの提供を目的とする。
The present invention was made in view of the above, and to provide an information processing system that can enable the value of the predetermined print setting items without using the DEVMODE structure.
そこで上記課題を解決するため、本発明は、第一の情報処理装置と、前記第一の情報処理装置から転送される印刷要求に関する印刷を印刷装置に実行させる第二の情報処理装置とを有する情報処理システムであって、前記第一の情報処理装置及び前記第二の情報処理装置は、前記印刷装置に印刷させる印刷データを生成する印刷データ生成部と、前記印刷装置への前記印刷データの送信制御を行う印刷データ送信制御部と、前記印刷データ送信制御部による前記印刷データの送信制御を行う前に、該印刷データに対する処理を行う印刷データ処理部とを有し、前記第一の情報処理装置は、印刷設定項目に対する値の設定を受け付け、所定の印刷設定項目に関して設定された値を、前記第二の情報処理装置の前記印刷データ処理部に通知する印刷設定部を有し、前記第二の情報処理装置の前記印刷データ生成部は、前記印刷要求に応じ、前記所定の印刷設定項目に関する値を前記第二の情報処理装置の前記印刷データ処理部より取得し、取得された値に応じた印刷データを生成する。 Therefore, in order to solve the above-described problem, the present invention includes a first information processing apparatus and a second information processing apparatus that causes the printing apparatus to execute printing related to a print request transferred from the first information processing apparatus. An information processing system, wherein the first information processing apparatus and the second information processing apparatus include a print data generation unit that generates print data to be printed by the printing apparatus, and the print data to the printing apparatus. A print data transmission control unit that performs transmission control; and a print data processing unit that performs processing on the print data before performing transmission control of the print data by the print data transmission control unit. The processing device receives a value setting for the print setting item, and notifies the print data processing unit of the second information processing device of the value set for the predetermined print setting item. The print data generation unit of the second information processing device has a setting unit, and in response to the print request, the print data processing unit of the second information processing device receives a value related to the predetermined print setting item. Acquire and generate print data according to the acquired value.
所定の印刷設定項目の値をDEVMODE構造体を用いずに有効化することができる。 The value of the predetermined print setting item can be validated without using the DEVMODE structure.
以下、図面に基づいて本発明の実施の形態を説明する。図5は、本発明の実施の形態における印刷システムの構成例を示す図である。同図において、印刷システム1は、一台以上のクライアントPC10、プリントサーバ20、及びプリンタ30等を含む。プリントサーバ20、クライアントPC10、及びプリンタ30等は、LAN(Local Area Network)等のネットワーク(有線又は無線の別は問わない。)を介して通信可能に接続されている。
Hereinafter, embodiments of the present invention will be described with reference to the drawings. FIG. 5 is a diagram illustrating a configuration example of the printing system according to the embodiment of the present invention. In FIG. 1, the
クライアントPC10は、ユーザによって直接利用されるコンピュータである。クライアントPC10は、文書データの印刷指示の入力を受け付け、当該文書データに関する印刷データをプリントサーバ20に送信する。本実施の形態において、印刷システム1は、EMFモード(CSR(Client Side Rendering)以外)が採用されていることとする。したがって、クライアントPC10は、EMF(Enhanced Meta File)形式の印刷データ(EMFデータ)を、プリントサーバ20に送信する。
The
プリントサーバ20は、クライアントPC10より受信されるEMFデータを、プリンタ30が解釈可能な形式の印刷データ(RAWデータ、すなわち、PDL(Page Description Language)データ)に変換するコンピュータである。プリントサーバ20は、変換後のRAWデータをプリンタ30に送信する。
The
プリンタ30は、プリントサーバ20より受信されるRAWデータを印刷する。複合機等、印刷機能以外の機能を有する画像形成装置が、プリンタ30として用いられても良い。また、複数のプリンタ30が、印刷システム1に含まれていてもよい。
The
なお、図5に示されるようなお、プリンタ30サーバを経由して印刷データが転送されるシステム環境を、以下、「クライアント・サーバ環境」という。
A system environment in which print data is transferred via the
図6は、本発明の実施の形態におけるクライアントPCのハードウェア構成例を示す図である。同図において、クライアントPC10は、それぞれバスBで相互に接続されているドライブ装置100、補助記憶装置102、メモリ装置103、CPU104、インタフェース装置105、表示装置106、及び入力装置107等を有する。
FIG. 6 is a diagram illustrating a hardware configuration example of the client PC according to the embodiment of the present invention. In FIG. 1, a
クライアントPC10での処理を実現するプログラムは、CD−ROM等の記録媒体101によって提供される。プログラムを記録した記録媒体101がドライブ装置100にセットされると、プログラムが記録媒体101からドライブ装置100を介して補助記憶装置102にインストールされる。但し、プログラムのインストールは必ずしも記録媒体101より行う必要はなく、ネットワークを介して他のコンピュータよりダウンロードするようにしてもよい。補助記憶装置102は、インストールされたプログラムを格納すると共に、必要なファイルやデータ等を格納する。
A program for realizing processing in the
メモリ装置103は、プログラムの起動指示があった場合に、補助記憶装置102からプログラムを読み出して格納する。CPU104は、メモリ装置103に格納されたプログラムに従ってクライアントPC10に係る機能を実現する。インタフェース装置105は、ネットワークに接続するためのインタフェースとして用いられる。表示装置106はプログラムによるGUI(Graphical User Interface)等を表示する。入力装置107はキーボード及びマウス等で構成され、様々な操作指示を入力させるために用いられる。
The
なお、プリントサーバ20に関しても、図6と同様のハードウェア構成を有していればよい。但し、プリントサーバ20は、表示装置106及び入力装置107を有していなくてもよい。
The
図7は、本発明の実施の形態におけるクライアントPC及びプリントサーバの機能構成例を示す図である。 FIG. 7 is a diagram illustrating a functional configuration example of the client PC and the print server according to the embodiment of the present invention.
同図において、クライアントPC10は、OS11、アプリケーション12、GDI13、プリンタドライバ14、スプーラ15、ランゲージモニタ16、及びポートモニタ17等のプログラムを有する。各プログラムは、クライアントPC10のCPU104に処理を実行させることにより、それぞれに実装された機能を実現する。
In FIG. 1, a
OS11は、OS(Operating System)である。本実施の形態では、Windows(登録商標)OSが好適である。アプリケーション12は、印刷対象とされる文書データを生成する、ワープロソフト又は表計算ソフト等のアプリケーションプログラムである。GDI(Graphic Device Interface)13は、OSが備えるグラフィック関数の集合であり、アプリケーション12とプリンタドライバ14との間を仲介する。すなわち、アプリケーション12は、印刷対象の文書データに含まれる図形、文字、又は画像等の描画要素等に関するグラフィック関数を呼び出す。GDI13は、EMFモードにおいて、アプリケーション12からの呼び出しに応じてEMFデータを生成する。EMFデータは、アプリケーション12より呼び出されたグラフィック関数に対応する描画命令の集合である。
The
プリンタドライバ14は、いわゆるプリンタドライバである。同図において、プリンタドライバ14は、印刷設定部141及び描画部142等を含む。印刷設定部141は、プリンタ30に対応するプロパティダイアログ(設定画面)を表示させ、プロパティダイアログを介して各種の印刷設定項目の値を受け付ける。印刷設定部141は、受け付けた値をDEVMODE構造体に記録する。DEVMODE構造体とは、Windows(登録商標)OSにおいて、各印刷設定項目の値が記録される構造体である。
The
描画部142は、印刷対象の文書データに関する印刷データを生成する。但し、プリントサーバ20が設置されたEMFモードにおいて、クライアントPC10のプリンタドライバ14の描画部142は、実質的には機能しない。
The
スプーラ15は、EMFモードにおいて、GDI13によって生成されるEMFデータを、例えば、補助記憶装置102にスプール(記憶)する。スプールされたEMFデータは、OS11によってプリントサーバ20に転送される。
In the EMF mode, the
ランゲージモニタ16は、後述されるランゲージモニタ25と同様のプログラムモジュールである。但し、ランゲージモニタ16は、クラインと・サーバ環境において、実施的には機能しない。 The language monitor 16 is a program module similar to the language monitor 25 described later. However, the language monitor 16 does not function practically in a Klein and server environment.
ポートモニタ17は、プリンタ30への印刷データの送信制御を行うプログラムである。但し、ポートモニタ17は、クライアント・サーバ環境においては、実施的には機能しない。または、ポートモニタ17が、プリントサーバ20へEMFデータを転送してもよい。
The port monitor 17 is a program that controls transmission of print data to the
プリントサーバ20は、OS21、GDI22、プリンタドライバ23、スプーラ24、ランゲージモニタ25、トラックID生成モジュール26、及びポートモニタ27等のプログラムを有する。各プログラムは、プリントサーバ20のCPUに処理を実行させることにより、それぞれに実装された機能を実現する。また、プリントサーバ20は、印刷設定記憶部28を有する。印刷設定記憶部28は、例えば、プリントサーバ20のメモリ装置又は補助記憶装置等を用いて実現可能である。
The
OS21は、OS(Operating System)である。本実施の形態では、Windows(登録商標)OSが好適である。クライアントPC10より転送されるEMFデータは、OS21によって受信され、GDI22に入力される。
The
GDI(Graphic Device Interface)22は、入力されたEMFデータに含まれている描画命令に対応する要求を、プリンタドライバ23に入力する。
A GDI (Graphic Device Interface) 22 inputs a request corresponding to a drawing command included in the input EMF data to the
プリンタドライバ23は、いわゆるプリンタドライバである。同図において、プリンタドライバ23は、印刷設定部231及び描画部232等を含む。描画部232は、GDI22より入力される要求と、印刷設定部141が受け付けた印刷設定項目の値とに基づいて、プリンタ30が解釈可能なRAWデータを生成する。印刷設定部231は、印刷設定部141と同様の機能を有する。但し、クライアント・サーバ環境のEMFモードにおいて、プリントサーバ20の印刷設定部231は、実質的には機能しない。なお、プリンタドライバ23は、プリンタドライバ14と同じプリンタドライバでよい。例えば、ポイントアンドプリント機能を使用して、プリントサーバ20におけるプリンタドライバ23が、クライアントPC10にインストールされてもよい。
The
スプーラ24は、描画部232によって生成されるRAWデータを、例えば、プリントサーバ20の補助記憶装置にスプールする。スプールされたRAWデータは、ランゲージモニタ25に入力される。
The spooler 24 spools the RAW data generated by the
ランゲージモニタ25は、Windows(登録商標)OSにおいてランゲージモニタと呼ばれるプログラムモジュールである。一般的に、ランゲージモニタとは、スプーラとポートモニタとの間に位置し、スプーラより入力される印刷データ(RAWデータ)に関して処理を実行し、処理後の印刷データをポートモニタに出力する。ランゲージモニタは、例えば、プリンタのベンダ等が自由に実装することができる。すなわち、スプーラにスプールされた印刷データがポートモニタによって送信されるまでの間において、印刷データの加工、ログの記録、プリンタとの双方向の通信等、独自の実装を行うことができる。したがって、新たな機能が実装されたランゲージモニタをインストールすることにより、印刷システムの機能拡張を比較的容易に図ることができる。 The language monitor 25 is a program module called a language monitor in the Windows (registered trademark) OS. Generally, the language monitor is located between the spooler and the port monitor, executes processing on print data (RAW data) input from the spooler, and outputs the processed print data to the port monitor. The language monitor can be freely mounted by, for example, a printer vendor. In other words, until the print data spooled in the spooler is transmitted by the port monitor, unique implementations such as processing of the print data, recording of the log, and bidirectional communication with the printer can be performed. Therefore, by installing a language monitor in which a new function is installed, the function of the printing system can be expanded relatively easily.
本実施の形態のランゲージモニタ25は、独自の実装として、印刷設定保持部251を有する。印刷設定保持部251は、印刷設定部141が値の設定を受け付ける印刷設定項目のうちの所定の印刷設定項目に関して、その値を保持する。より詳しくは、印刷設定保持部251は、当該所定の印刷設定項目の値を印刷設定記憶部28に記憶させる。当該所定の印刷設定項目は、DEVMODE構造体に値が設定される印刷設定項目と重複していてもよいし、排他的であってもよい。また、当該所定の印刷設定項目は、DEVMODE構造体に値が設定される全ての印刷設定項目を含んでいてもよい。所定の印刷設定項目の具体例としては、印刷権限等を判断するためのユーザ名及びパスワード等が挙げられるが、他の項目が所定の印刷設定項目とされてもよい。
The language monitor 25 according to the present embodiment includes a print
トラックID生成モジュール26は、印刷設定保持部251が保持する所定の印刷設定項目の値に関して、各印刷ジョブ(各印刷データ)との関連又は対応を識別するためのID(以下、「トラックID」という。)を生成する。すなわち、印刷設定保持部251は、トラックIDに関連付けて、所定の印刷設定項目の値を印刷設定記憶部28に記憶する。
The track
ポートモニタ27は、スプーラ24にスプールされ、ランゲージモニタ25を介して入力されるRAWデータに関して、プリンタ30への送信制御を行う。
The port monitor 27 controls transmission of the RAW data spooled by the
続いて、印刷設定部141、描画部232、及びランゲージモニタ25(印刷設定保持部251)等の関係について説明する。
Next, the relationship among the
図8は、クライアントPCの印刷設定部とプリントサーバの描画部とランゲージモニタとの関係を説明するための図である。 FIG. 8 is a diagram for explaining the relationship among the print setting unit of the client PC, the drawing unit of the print server, and the language monitor.
クライアントPC10において、印刷設定部141は、ランゲージモニタ25のAPI(Application Program Interface)を用いて、ランゲージモニタ25に対して所定の印刷設定項目の値を通知する。同図では、SendRecvBidiDataFromPort()関数が呼び出される例が示されている。例えば、当該関数の引数に、所定の印刷設定項目の値が指定される。クライアント・サーバ環境において、SendRecvBidiDataFromPort()関数の呼び出しは、OS11によって、プリンタ30サーバのランゲージモニタ25に通知される。すなわち、OS11は、RPC(Remote Procedure Call)によって、プリントサーバ20のランゲージモニタ25のSendRecvBidiDataFromPort()関数を呼び出す。なお、クライアント・サーバ環境において、プリントサーバ20のランゲージモニタ25のSendRecvBidiDataFromPort()関数がRPCによって呼び出されるのは、OS11の仕様であって、印刷設定部141が関与するところではない。すなわち、印刷設定部141は、プリントサーバ20のランゲージモニタ25の存在を意識しているわけではなく、クライアントPCにおけるランゲージモニタが有効な場合と同様に、SendRecvBidiDataFromPort()関数を呼び出す。
In the
当該関数の呼び出しに応じ、ランゲージモニタ25の印刷設定保持部251は、例えば、当該関数の引数に指定されている所定の印刷設定項目の値を、印刷設定記憶部28に記憶する。
In response to the call of the function, the print
一方、プリントサーバ20において、描画部232は、ランゲージモニタ25のAPIを用いて、所定の印刷設定項目の値の取得をランゲージモニタ25に要求する。同図では、SendRecvBidiDataFromPort()関数が呼び出される例が示されている。当該関数の呼び出しに応じ、ランゲージモニタ25の印刷設定保持部251は、印刷設定記憶部28に記憶されている、所定の印刷設定項目の値を、当該関数の引数を介して描画部232に返却する。
On the other hand, in the
上記のように、本実施の形態では、ランゲージモニタ25を介して、印刷設定部141と描画部232との間で、所定の印刷設定項目の値が共有される。すなわち、ランゲージモニタ25を介して、印刷設定部141から描画部232へ、所定の印刷設定項目の値が伝達される
以下、印刷システム1が実行する処理手順について説明する。図9は、印刷処理の処理手順の一例を説明するためのシーケンス図である。なお、同図は、印刷処理における各プログラム間の全てのやりとりを記述したものではない。一部のやりとりに関しては、便宜上、省略されている。
As described above, in the present embodiment, the value of a predetermined print setting item is shared between the
アプリケーション12は、プリンタ30のプロパティダイアログの表示指示をユーザより受け付けると、OS11に対して、印刷設定の受け付けを要求する(S101)。この際、アプリケーション12は、印刷設定項目の値等を格納するためのDEVMODE構造体を生成し、当該DEVMODE構造体をOS11に渡す。DEVMODE構造体の生成に際し、アプリケーション12は、設定可能な項目及びその初期値等の情報を印刷設定部141問い合わせ、当該情報に基づいてデフォルトの設定内容をDEVMODE構体に設定する。
When the
続いて、OS11は、アプリケーション12からの要求に応じ、プリンタドライバ14の印刷設定部141に対し、印刷設定の受け付けを要求する(S102)。この際、アプリケーション12から渡されたDEVMODE構造体が、印刷設定部141に渡される。
Subsequently, the
印刷設定部141は、当該要求に応じ、プロパティダイアログを表示装置106に表示させ、各印刷設定項目に対する値の設定を受け付ける(S103)。プロパティダイアログは、プリンタ30に対応した印刷設定項目を設定可能なように構成されている。印刷設定部141は、プロパティダイアログを介して受け付けた値を、DEVMODE構造体に記録(保存)する。但し、所定の印刷設定項目の値がプロパティダイアログを介して設定される場合、当該値は、必ずしもDEVMODE構造体に記録されなくてもよい。例えば、印刷設定部141が、メモリ装置103に記憶しておいてもよい。
In response to the request, the
続いて、印刷設定部141は、ステップS102の要求に対する応答と共に、DEVMODE構造体をOS11に返却する(S104)。続いて、OS11は、ステップS101の要求に対する応答と共に、DEVMODE構造体をアプリケーション12に返却する(S105)。
Subsequently, the
続いて、アプリケーション12は、印刷の開始指示をユーザより受け付けると、OS11に対して、印刷の開始を指示する(S106)。当該指示と共に、DEVMODE構造体もOS11に渡される。続いて、OS11は、当該指示に応じ、印刷設定部141に対して、印刷準備の事前通知を送信する(S107)。当該事前通知と共に、DEVMODE構造体も印刷設定部141に渡される。当該事前通知は、これから描画部142に対して印刷準備要求を行うことを予め印刷設定部141に通知し、印刷準備要求の前に印刷設定部141において実行すべき処理があれば当該通知の時点で当該処理を実行できるようにするためのものである。当該事前通知は、例えば、Windows(登録商標)OSのDDI(Device Driver Interface)であるDrvDocumentEvent()関数に「DOCUMENTEVENT_CREATEDCPRE」が指定され呼び出されることによって行われる。なお、同図では、描画部142に対する印刷準備要求は、便宜上、省略されている。
Subsequently, when the
印刷設定部141は、当該事前通知に応じ、今回の印刷ジョブを識別するための識別子(以下、「ジョブ識別子」という。)を生成し、渡されたDEVMODE構造体にジョブ識別子を記録する(S108)。例えば、ジョブ識別子は、DEVMODE構造体のプライベート領域に記録される。なお、ジョブ識別子は、トラックIDとは異なる識別子である。
In response to the prior notification, the
続いて、印刷設定部141は、ランゲージモニタ25のAPIを呼び出すことにより、所定の印刷設定項目の値とジョブ識別子とを、ランゲージモニタ25に通知する(S109)。すなわち、図8において説明したように、SendRecvBidiDataFromPort()関数のRPCによって、所定の印刷設定項目の値とジョブ識別子とが、ランゲージモニタ25に通知される。当該関数の呼び出しに応じ、ランゲージモニタ25の印刷設定保持部251は、例えば、当該関数の引数に指定されている所定の印刷設定項目の値を印刷設定記憶部28に記憶する。
Subsequently, the
なお、印刷設定部141は、ステップS109の直前で、所定の印刷設定項目の値を受け付けるためのダイアログを表示装置106に表示させ、当該ダイアログを介して、当該値を受け付けてもよい。すなわち、所定の印刷設定項目の値の受け付けは、プロパティダイアログを介して行われてもよいし、印刷開始指示後に他のダイアログ等を介して行われてもよい。又は、所定の印刷設定項目の値は、所定のファイル等に記録されていてもよい。この場合、印刷設定部141は、所定の印刷設定項目の値を当該ファイルより読み込み、ランゲージモニタ25に通知する。
Note that the
続いて、印刷設定部141は、印刷準備前通知に対する応答と共に、ジョブ識別子が記録されたDEVMODE構造体をOS11に返却する(S110)。続いて、OS11は、当該応答に応じ、返却されたDEVMODE構造体をアプリケーション12に返却する(S111)。
Subsequently, the
続いて、アプリケーション12は、OS11に対して、描画処理命令を入力する(S112)。厳密には、GDI13のグラフィック関数がアプリケーション12によって呼び出される。呼び出されるグラフィック関数は、印刷対象の文書データの内容に依存する。OS11(GDI13)は、呼び出されたグラフィック関数に応じたEMFデータを生成する(S113)。
Subsequently, the
描画処理命令の入力が終了すると、アプリケーション12は、OS11に対して、印刷の終了を通知する(S114)。当該通知に応じ、OS11は、ステップS113において生成されたEMFデータ、及びDEVMODE構造体等を含む印刷要求を、プリントサーバ20に送信する(S115)。
When the input of the drawing process command is completed, the
当該EMFデータ及びDEVMODE構造体等は、プリントサーバ20のOS21によって受信される。OS21は、受信されたEMFデータに基づく印刷処理の実行をプリンタドライバ23の描画部232に要求する(S121)。厳密には、受信されたEMFデータは、GDI22に入力され、GDI22から描画部232に対して印刷処理の実行が要求される。当該要求は、例えば、DDI(Device Driver Interface)であるDrvStartDoc()関数が呼び出されることよって行われる。
The EMF data, the DEVMODE structure, and the like are received by the
続いて、描画部232は、ランゲージモニタ25に対して、所定の印刷設定項目の値の取得を要求する(S122)。すなわち、図8において説明したように、SendRecvBidiDataFromPort()関数が呼び出される。当該関数の呼び出しに応じ、ランゲージモニタ25の印刷設定保持部251は、例えば、印刷設定記憶部28に記憶されている、所定の印刷設定項目の値を、当該関数の引数を介して描画部232に返却する(S123)。
Subsequently, the
続いて、描画部232は、必要に応じて、ランゲージモニタ25より取得された値を、OS21によって受信されているDEVMODE構造体に反映させる(S124)。すなわち、所定の印刷設定項目に関して、DEVMODE構造体との間に重複項目が有る場合、当該重複項目に関して、ランゲージモニタ25より取得された値がDEVMODE構造体に上書きされる。なお、重複項目でない項目に関しては、DEVMODE構造体に反映せずに、描画部232が保持しておいてもよい。
Subsequently, the
続いて、描画部232は、EMFデータ、DEVMODE構造体、及び自らが保持している所定の印刷設定項目の値等に基づいて、RAWデータを生成する(S125)。描画部232は、生成したRAWデータをスプーラ24に入力し(S126)、印刷処理の実行要求に対する応答をOS21に返却する(S127)。
Subsequently, the
一方、スプーラ24にスプールされたRAWデータは、ランゲージモニタ25及びポートモニタ27を経由してプリンタ30に送信される(S128)。プリンタ30は、当該RAWデータが示す画像を印刷用紙に印刷する。
On the other hand, the RAW data spooled in the
ところで、印刷設定記憶部28には、複数の印刷ジョブ(EMFデータ)に関して、所定の印刷設定項目の値が記憶されうる。したがって、描画部232は、処理対象の印刷ジョブに対応した値をランゲージモニタ25から取得する必要がある。そこで、印刷ジョブと所定の印刷設定項目の値との対応関係を維持するために実行される処理について説明する。
Incidentally, the print setting
図10は、印刷ジョブと所定の印刷設定項目の値との対応関係を維持するために実行される処理手順の一例を説明するためのシーケンス図である。同図中、括弧内のステップ番号は、図9において対応するステップのステップ番号を示す。括弧が付与されていないステップは、便宜上、図9において省略されたステップである。 FIG. 10 is a sequence diagram for explaining an example of a processing procedure executed to maintain the correspondence between a print job and a value of a predetermined print setting item. In FIG. 9, step numbers in parentheses indicate step numbers of corresponding steps in FIG. Steps without parentheses are steps omitted in FIG. 9 for convenience.
ステップS201において、印刷設定部141は、ランゲージモニタ25のAPI(SendRecvBidiDataFromPort()関数)を呼び出すことにより、所定の印刷設定項目の値とジョブ識別子とを、ランゲージモニタ25に通知する。
In step S201, the
当該通知に応じ、ランゲージモニタ25の印刷設定保持部251は、トラックIDの生成をトラックID生成モジュール26に要求する(S202)。トラックID生成モジュール26は、トラックIDを生成し、生成されたトラックIDを印刷設定保持部251に返却する(S203)。なお、トラックIDは、ステップS201の各通知を相互に識別可能であれば、どのような方法で生成されてもよい。続いて、印刷設定保持部251は、ステップS201において受信されたジョブ識別子と、生成されたトラックIDとを関連付けて保持しておく(S204)。例えば、当該ジョブ識別子と当該トラックIDとの関連情報がメモリ装置103に記憶される。続いて、印刷設定保持部251は、当該トラックIDに関連付けて、所定の印刷設定項目の値を印刷設定記憶部28に記憶する(S205)。
In response to the notification, the print
一方、描画部232は、図9のステップS121の印刷処理の実行要求に応じ、トラックIDの取得をランゲージモニタ25に要求する(S211)。当該要求には、OS21によって受信されているDEVMODE構造体に含まれているジョブ識別子が指定される。当該要求に応じ、ランゲージモニタ25の印刷設定保持部251は、指定されたジョブ識別子に関連付けて保持しているトラックIDを描画部232に返却する(S212)。
On the other hand, the
続いて、描画部232は、当該トラックIDを指定して、所定の印刷設定項目の値の取得をランゲージモニタ25に要求する(S213)。ランゲージモニタ25の印刷設定保持部251は、当該要求に応じ、当該トラックIDに関連付けられている所定の印刷設定項目の値を印刷設定記憶部28より取得する(S214、S215)。続いて、印刷設定保持部251は、取得された値を、描画部232に返却する(S216)。
Subsequently, the
以上の処理によって、描画部232は、各印刷ジョブ(EMFデータ)に対応する所定の印刷設定項目の値を入手することができる。ステップS115において受信されたEMFデータと、DEVMODE構造体との関連はOS21によって維持されており、DEVMODE構造体と所定の印刷設定項目との対応が分かるということは、EMFデータと所定の印刷設定項目との対応が分かるということと同義だからである。
With the above processing, the
なお、上記では、ジョブ識別子とトラックIDとを関連付け、トラックIDと所定の印刷設定項目の値とを関連付けることにより、ジョブ識別子と所定の印刷設定項目の値とが間接的に関連付けられる例を示した。但し、ジョブ識別子と所定の印刷設定項目の値とが直接的に関連付けられてもよい。具体的には、ステップS205において、ステップS201で受信されたジョブ識別子に関連付けて、所定の印刷設定項目の値が印刷設定記憶部28に記憶されてもよい。この場合、ステップS213において、描画部232は、OS21によって受信されているDEVMODE構造体に含まれているジョブ識別子を指定して、所定の印刷設定項目の値の取得を要求すればよい。したがって、この場合、トラックIDは不要となる。すなわち、ステップS202〜S204、S211、及びS212は実行されなくてもよい。
In the above description, an example is shown in which a job identifier and a value of a predetermined print setting item are indirectly related by associating the job identifier with a track ID and associating the track ID with a value of a predetermined print setting item. It was. However, the job identifier and the value of a predetermined print setting item may be directly associated with each other. Specifically, in step S205, the value of a predetermined print setting item may be stored in the print setting
上述したように、本実施の形態によれば、クライアントPC10の印刷設定部141及びプリントサーバ20の描画部232の双方よりアクセス可能なランゲージモニタ25において所定の印刷設定項目の値が保持される。したがって、所定の印刷設定項目に関して、DEVMODE構造体を用いなくても、印刷設定部141が受け付けた値を描画部232に伝達することができる。すなわち、所定の印刷設定項目の値を、DEVMODE構造体を用いなくても有効化することができる。
As described above, according to the present embodiment, the value of the predetermined print setting item is held in the language monitor 25 accessible from both the
特に、EMFモードの場合は、印刷設定部141と描画部232とは、異なるコンピュータ上で動作する。このような場合であっても、ランゲージモニタ25は、印刷設定部141及び描画部232の双方よりアクセス可能であるため、上記効果を得ることができる。
In particular, in the EMF mode, the
また、ランゲージモニタ25に所定の印刷設定項目の値の保持が要求される単位ごとに、所定の印刷設定項目の値には識別子(ジョブ識別子又はトラックID)が付与され保持される。したがって、描画部232は、各印刷ジョブに関して、それぞれに対応した所定の印刷設定項目の値を区別することができる。
Further, for each unit for which the language monitor 25 is required to hold the value of the predetermined print setting item, an identifier (job identifier or track ID) is assigned to the value of the predetermined print setting item. Therefore, the
ところで、図8において、描画部142は、呼び出し先がプリントサーバ20におけるランゲージモニタ25であるかローカル(クライアントPC10内)のランゲージモニタ17であるかは意識することはない。クライアント・サーバ環境において、プリントサーバ20のランゲージモニタ25のAPIに関するRPCは、OS11によって自動的に実行されるからである。
In FIG. 8, the
このことは、クライアント・サーバ環境でないシステム環境、すなわち、クライアントPC10において印刷設定部141及び描画部232の双方が実質的に機能するEMFモードのシステム環境(以下、「ローカル環境」という。)でも、各プログラムに変更を加える必要は無いことを意味する。環境の違いは、OS11によって吸収されるからである。
This is true even in a system environment that is not a client / server environment, that is, an EMF mode system environment in which both the
図11は、ローカル環境におけるクライアントPCの機能構成例を示す図である。図11中、図7と同一部分には同一符号を付している。同図において、GDI13は、図7のGDI13及びGDI22が実行していた処理を行う。描画部142は、図7の描画部232が実行していた処理を行う。スプーラ15は、図7のスプーラ15及びスプーラ24が実行していた処理を行う。ランゲージモニタ16は、図7のランゲージモニタ25と同様の構成を有し、ランゲージモニタ25が実行していた処理を行う。ポートモニタ17は、図7のポートモニタ27が実行していた処理を行う。
FIG. 11 is a diagram illustrating a functional configuration example of the client PC in the local environment. In FIG. 11, the same parts as those in FIG. In the figure, the
このように、本実施の形態は、クライアント・サーバ環境及びローカル環境の双方に対して有効である。 Thus, this embodiment is effective for both the client / server environment and the local environment.
なお、本実施の形態において、クライアント装置10は、第一の情報処理装置の一例である。プリントサーバ20は、第二の情報処理装置の一例である。プリンタ30は、印刷装置の一例である。描画部142及び描画部232は、印刷データ生成部の一例である。ポートモニタ17及びポートモニタ27は、印刷データ送信制御部の一例である。ランゲージモニタ16及びランゲージモニタ25は、印刷データ処理部の一例である。
In the present embodiment, the
以上、本発明の実施例について詳述したが、本発明は斯かる特定の実施形態に限定されるものではなく、特許請求の範囲に記載された本発明の要旨の範囲内において、種々の変形・変更が可能である。 As mentioned above, although the Example of this invention was explained in full detail, this invention is not limited to such specific embodiment, In the range of the summary of this invention described in the claim, various deformation | transformation・ Change is possible.
1 印刷システム
10 クライアントPC
11 OS
12 アプリケーション
13 GDI
14 プリンタドライバ
15 スプーラ
16 ランゲージモニタ
17 ポートモニタ
20 プリントサーバ
21 OS
22 GDI
23 プリンタドライバ
24 スプーラ
25 ランゲージモニタ
26 トラックID生成モジュール
27 ポートモニタ
28 印刷設定記憶部
30 プリンタ
100 ドライブ装置
101 記録媒体
102 補助記憶装置
103 メモリ装置
104 CPU
105 インタフェース装置
106 表示装置
107 入力装置
141 印刷設定部
142 描画部
231 印刷設定部
232 描画部
251 印刷設定保持部
B バス
1
11 OS
12
14
22 GDI
23
105
Claims (3)
前記第一の情報処理装置は、
第一の印刷設定項目に対する値の設定を受け付ける印刷設定部と、
印刷対象の第一のデータと、前記第一の印刷設定項目に対する値とを前記第二の情報処理装置に送信する送信部とを有し、
前記第二の情報処理装置は、
前記第一の情報処理装置から受信した前記第一のデータ及び前記第一の印刷設定項目に対する値に基づいて、前記印刷装置に印刷させる印刷データを生成する印刷データ生成部と、
前記印刷装置への前記印刷データの送信制御を行う印刷データ送信制御部と、
前記印刷データ生成部によって生成された印刷データを受け取り、当該印刷データを前記印刷データ送信制御部に入力する印刷データ処理部とを有し、
前記印刷設定部は、前記第一の印刷設定項目とは別の第二の印刷設定項目に対する値を、前記印刷データ処理部に通知し、
前記印刷データ生成部は、前記第二の印刷設定項目に対する値を前記印刷データ処理部より取得し、取得された値に基づいて、前記印刷データを生成する情報処理システム。 An information processing system comprising: a first information processing apparatus; and a second information processing apparatus that causes the printing apparatus to execute printing related to a print request transferred from the first information processing apparatus,
The first information processing apparatus includes:
A print setting unit for receiving a value setting for the first print setting item;
A transmission unit that transmits first data to be printed and a value for the first print setting item to the second information processing apparatus;
The second information processing apparatus
A print data generation unit that generates print data to be printed by the printing apparatus based on the first data received from the first information processing apparatus and a value for the first print setting item ;
A print data transmission control unit that performs transmission control of the print data to the printing apparatus;
A print data processing unit that receives the print data generated by the print data generation unit and inputs the print data to the print data transmission control unit ;
The print setting unit notifies the print data processing unit of a value for a second print setting item different from the first print setting item;
Prior Symbol print data generating unit acquires from the previous SL print data processing unit pre Symbol value pair in the second print setting items, based on the obtained values, the information processing system for generating the print data.
前記印刷データ処理部は、前記識別子に関連付けて、前記第二の印刷設定項目に対する値を記憶し、
前記印刷データ生成部は、前記第一の印刷設定項目に対する値を含む前記DEVMODE構造体に記録されている前記識別子に関連付けられている前記第二の印刷設定項目に対する値を前記印刷データ処理部より取得する請求項1記載の情報処理システム。 The print setting unit, and records the identifier of each notification Previous Symbol print data processing unit to the DEVMODE structure, by specifying the identifier, before Symbol print data processing values against the second print setting item Notify the department,
Before SL print data processing unit, in association with the identifier, and stores a value for the second print setting item,
Before Kishirushi printing data generating unit, the first pre-Symbol print data a value for the second print setting items associated with the identifier recorded in the DEVMODE structure containing values for the print setting items The information processing system according to claim 1, which is obtained from a processing unit.
前記第二の情報処理装置の印刷データ生成部は、前記EMFデータに基づいて前記印刷装置に対応したRAWデータを生成する請求項1又は2記載の情報処理システム。 The first data includes EMF data;
The information processing system according to claim 1, wherein the print data generation unit of the second information processing apparatus generates RAW data corresponding to the printing apparatus based on the EMF data.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2011149838A JP5961937B2 (en) | 2011-07-06 | 2011-07-06 | Information processing system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2011149838A JP5961937B2 (en) | 2011-07-06 | 2011-07-06 | Information processing system |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2013016103A JP2013016103A (en) | 2013-01-24 |
JP5961937B2 true JP5961937B2 (en) | 2016-08-03 |
Family
ID=47688721
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2011149838A Active JP5961937B2 (en) | 2011-07-06 | 2011-07-06 | Information processing system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP5961937B2 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP5919930B2 (en) * | 2012-03-21 | 2016-05-18 | 株式会社リコー | Program, information processing apparatus, storage medium |
JP7099039B2 (en) | 2018-05-10 | 2022-07-12 | 富士フイルムビジネスイノベーション株式会社 | Image formation system, terminal device and program |
Family Cites Families (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2001150745A (en) * | 1999-11-30 | 2001-06-05 | Canon Inc | Image processing apparatus and method thereof |
JP2005157585A (en) * | 2003-11-21 | 2005-06-16 | Seiko Epson Corp | Network printing control system and printing control method |
JP2005275483A (en) * | 2004-03-23 | 2005-10-06 | Seiko Epson Corp | Portable recording media |
JP4506597B2 (en) * | 2005-07-25 | 2010-07-21 | 富士ゼロックス株式会社 | Printing system and server device |
JP4921190B2 (en) * | 2007-01-29 | 2012-04-25 | キヤノン株式会社 | Printing control apparatus and method and printing system |
JP4977643B2 (en) * | 2008-03-10 | 2012-07-18 | 株式会社リコー | Print item setting system, server apparatus, and print item setting method |
JP2010072709A (en) * | 2008-09-16 | 2010-04-02 | Ricoh Co Ltd | Printing system, information processor, distributed printing setting method, program, and recording medium |
JP5338505B2 (en) * | 2009-06-16 | 2013-11-13 | 株式会社リコー | Information processing apparatus, program, and recording medium |
JP5402392B2 (en) * | 2009-08-19 | 2014-01-29 | 株式会社リコー | Printer network system, server apparatus, printing method, program, and recording medium |
-
2011
- 2011-07-06 JP JP2011149838A patent/JP5961937B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
JP2013016103A (en) | 2013-01-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP7229680B2 (en) | Information processing device, control method and program | |
JP5857611B2 (en) | Information processing device, system, program | |
JP6331910B2 (en) | Information processing apparatus, information processing system, and program | |
JP5763904B2 (en) | Printing system, printing method, print server, control method therefor, and program | |
JP2020004158A (en) | Information processing apparatus, method of controlling information processing apparatus, and program | |
US9311036B2 (en) | Data processing system and method of data processing | |
JP2024097847A (en) | PROGRAM, INFORMATION PROCESSING APPARATUS, AND METHOD FOR CONTROLLING INFORMATION PROCESSING APPARATUS | |
US8670135B2 (en) | Information processing apparatus and control method when installing a printer driver | |
US8922823B2 (en) | Information processing apparatus and storage medium with the function of adding a cover letter to a print job | |
JP5961937B2 (en) | Information processing system | |
JP2014041599A (en) | Program, information processing apparatus, and system | |
JP7328405B2 (en) | Information processing apparatus, information processing apparatus control method, and print setting application | |
JP2020016951A (en) | Information processing device, control method, and program | |
JP2012221198A (en) | Printing system | |
JP4143598B2 (en) | Management method in information processing apparatus, information processing apparatus, program, and storage medium | |
EP2680127B1 (en) | Image forming system and method in which client apparatuses are notified via print server of event generated in image forming apparatus |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20140610 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20150521 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20150602 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20150723 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20150811 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20150929 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20160301 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20160418 |
|
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: 20160531 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20160613 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 5961937 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |