JP2012014345A - Information processor, program and storage medium - Google Patents
Information processor, program and storage medium Download PDFInfo
- Publication number
- JP2012014345A JP2012014345A JP2010149139A JP2010149139A JP2012014345A JP 2012014345 A JP2012014345 A JP 2012014345A JP 2010149139 A JP2010149139 A JP 2010149139A JP 2010149139 A JP2010149139 A JP 2010149139A JP 2012014345 A JP2012014345 A JP 2012014345A
- Authority
- JP
- Japan
- Prior art keywords
- print setting
- setting
- condition
- data structure
- 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
Links
Landscapes
- Accessory Devices And Overall Control Thereof (AREA)
Abstract
Description
本発明は、情報処理装置に関し、より詳細には、クライアント端末から指令される印刷ジョブを特定の条件に従って出力先を振り分けて印刷するための情報処理装置、プログラムおよび記録媒体に関する。 The present invention relates to an information processing apparatus, and more particularly, to an information processing apparatus, a program, and a recording medium for printing a print job instructed from a client terminal by assigning output destinations according to specific conditions.
近年、官公庁、企業等のオフィス環境では、MFP(Multi-Function Peripheral)やレーザプリンタなど複数の画像形成装置がネットワークに接続されており、これら複数の画像形成装置が種々のロケーションから利用可能とされていることが多くなっている。一方、上述したような複数のロケーションから複数の画像形成装置が利用可能な環境では、ネットワーク上の複数の出力先の中から所望の出力先を選択する際に、指定ミスによって、不便を生じさせたり、情報漏洩などの問題を生じさせたりする場合があった。このような背景から、端末の識別情報等に応じて自動的に適切な出力先に振り分けたいという要望がある。 In recent years, in office environments such as government offices and companies, multiple image forming apparatuses such as MFPs (Multi-Function Peripheral) and laser printers are connected to a network, and these multiple image forming apparatuses can be used from various locations. There is a lot going on. On the other hand, in an environment where a plurality of image forming apparatuses can be used from a plurality of locations as described above, an inconvenience is caused by a specification mistake when selecting a desired output destination from a plurality of output destinations on the network. Or may cause problems such as information leakage. From such a background, there is a demand to automatically distribute to an appropriate output destination according to the identification information of the terminal.
また、上記複数の画像形成装置が利用可能な環境では、管理者の視点からは、ネットワーク上の画像形成装置が有する機能を無制限に利用者に解放するのではなく、機能に一定の制限をかけた上で各利用者に提供したいという要望があった。 In an environment where the plurality of image forming apparatuses can be used, from an administrator's point of view, the functions of the image forming apparatuses on the network are not released to users indefinitely, but the functions are limited. In addition, there was a request to provide to each user.
上述したような要望に応えるために、近年、端末の識別情報や印刷設定等に応じて、出力先および印刷設定を強制的に変更して、出力先の振り分けおよび機能制限を行う技術の開発が試みられている。また、上記オフィス環境は、複数のベンダから提供されたプリンタが混在するような環境も多いため、ベンダ、プリンタ言語、機種の異同にかかわらず利用可能とする、いわゆるマルチベンダ対応のシステムの開発が試みられている。 In order to meet the above-mentioned demands, in recent years, there has been a development of technology for forcibly changing output destinations and print settings in accordance with terminal identification information, print settings, etc., and sorting output destinations and limiting functions. Has been tried. In addition, since the office environment described above often has a mixture of printers provided by multiple vendors, so-called multi-vendor compatible systems that can be used regardless of differences in vendor, printer language, and model have been developed. Has been tried.
例えば、本願出願人が出願した特願2009−143161号は、アプリケーション実行手段からのジョブデータを受領し、ページ毎にイメージデータを生成するとともに、ジョブデータから抽出される面付情報および印刷設定を記述して印刷設定データを生成する仮想プリンタドライバ手段と、出力先の選択および出力内容の変更を条件付ける規則に従って仮想プリンタドライバ手段により生成されたデータを書き換えるとともに出力先を判定する出力条件制御手段と、書き換えられた後のイメージデータおよび印刷設定データに対応して内容が変更されたジョブとして、決定された出力先に発送する発送手段とを含む、データ処理装置に関するものである。 For example, Japanese Patent Application No. 2009-143161 filed by the applicant of the present application receives job data from the application execution means, generates image data for each page, and sets imposition information and print settings extracted from the job data. Virtual printer driver means for writing and generating print setting data, and output condition control means for rewriting data generated by the virtual printer driver means according to rules for conditioning output destination selection and output contents and determining the output destination And a sending means for sending the data to the determined output destination as a job whose contents have been changed in accordance with the rewritten image data and print setting data.
上記先行技術では、受領したジョブデータからページ毎に共通形式のイメージデータを一旦生成し、ジョブデータから抽出される面付情報および印刷設定が記述される印刷設定データを生成し、出力先を決定した後に、イメージデータおよび印刷設定データを使用してジョブとして出力先に発送する構成により、ベンダの異同にかかわらず、印刷設定の強制的な変更および出力先の振り分けを可能としている。 In the above prior art, image data in a common format is generated once for each page from the received job data, imposition information extracted from the job data and print setting data describing the print settings are generated, and an output destination is determined. After that, the configuration in which the image data and the print setting data are used as a job to be sent to the output destination makes it possible to forcibly change the print setting and distribute the output destination regardless of the difference in the vendor.
しかしながら、印刷設定を記述する汎用のデータ構造であるDEVMODE構造体のパブリック部分に対応する一部の機能については、比較的容易に印刷設定の変更を行うことが可能であるものの、パブリック部分以外のプリンタドライバ特有の情報を含むプライベート部分については、ベンダ間で自由に取り決められるため、機械的に正しく変更することは困難である。また、パブリック部分の機能であっても、プリンタドライバによってはサポートしていない機種のものもあり、この場合、プライベート部分に設定が保存されているため、上記と同様に機械的に正しく変更することは困難である。したがって、印刷設定を動的に変更する上で何ら工夫を施さなければ、すべての機種のプリンタドライバのすべての機能に対応することはきわめて困難である。 However, some functions corresponding to the public part of the DEVMODE structure, which is a general-purpose data structure describing the print settings, can be changed relatively easily, but other than the public part. Since the private part including information specific to the printer driver can be freely decided between vendors, it is difficult to change mechanically correctly. In addition, some functions of the public part are not supported by some printer drivers. In this case, the settings are stored in the private part, so the function must be changed correctly mechanically as described above. It is difficult. Therefore, it is extremely difficult to cope with all functions of printer drivers of all models unless any modification is made in dynamically changing the print settings.
機種毎に異なる設定条件に対応する技術としては、特開2005−228202号公報(特許文献1)の技術がある。特許文献1は、機種毎に異なる駆動条件を簡易かつ的確に設定することを目的として、コンピュータにて駆動される周辺器機の駆動条件を設定するにあたり、上記周辺器機の駆動条件設定のために実施する処理の手順を示すデータであって、上記周辺器機の機種毎に決められた処理手順データを記録した記録媒体から、使用対象となっている周辺器機の機種に対応する処理手順データを参照するように設定し、上記周辺器機の駆動条件を設定するために実施する処理を示す実施処理データを受け付け、同実施処理データ受付工程にて受け付けた処理についての処理手順データを参照し、その手順に従った処理を実行することによって上記駆動条件の設定を行うことを特徴する、駆動条件設定装置を開示する。 As a technique corresponding to setting conditions that differ for each model, there is a technique disclosed in Japanese Patent Laid-Open No. 2005-228202 (Patent Document 1). Japanese Patent Laid-Open No. 2004-151826 is carried out for setting the driving conditions of the peripheral device when setting the driving conditions of the peripheral device driven by a computer for the purpose of easily and accurately setting different driving conditions for each model. The processing procedure data corresponding to the model of the peripheral device to be used is referred to from the recording medium on which the processing procedure data determined for each model of the peripheral device is recorded. To receive the execution process data indicating the process to be performed in order to set the driving condition of the peripheral device, and refer to the process procedure data for the process received in the execution process data reception process, Disclosed is a drive condition setting device characterized in that the drive condition is set by executing a process according to the above.
しかしながら、上記特許文献1に開示される従来技術では、各機種毎に処理手順データを準備しなければならず、すべてのベンダから協力を得ることは難しく、随時リリースされる周辺器機等のすべての機種を網羅して処理手順データを準備することは現実的ではない。したがって、あらゆる既存の機種のプリンタドライバに個別に対応するのではなく、汎用的に種々の機種のプリンタドライバに対応可能とする技術の開発が必要である。 However, in the prior art disclosed in Patent Document 1, it is necessary to prepare processing procedure data for each model, and it is difficult to obtain cooperation from all vendors. It is not realistic to prepare process procedure data covering all models. Therefore, it is necessary to develop a technology that can support various types of printer drivers for general purposes, instead of individually supporting all existing types of printer drivers.
本発明は、上記問題点に鑑みてなされたものであり、本発明は、所定の条件に応じて、印刷設定を強制的に変更し、所望の出力先の画像形成装置に振り分ける際に、その変更対象の設定項目が、決定された出力先プリンタドライバ固有なものであっても、上記所定の条件に応じて正しく印刷設定を変更することが可能な、情報処理装置、プログラムおよび記録媒体を提供することを目的とする。 The present invention has been made in view of the above-described problems. The present invention forcibly changes print settings in accordance with predetermined conditions and distributes them to a desired output destination image forming apparatus. Provided are an information processing apparatus, a program, and a recording medium capable of correctly changing print settings according to the predetermined condition even if the setting item to be changed is specific to the determined output destination printer driver The purpose is to do.
本発明では、上記課題を解決するために、下記特徴を備える情報処理装置を提供する。本発明の情報処理装置は、印刷要求に応答して、印刷設定の変更を規定する出力条件と該出力条件の適用を条件付ける入力条件とを対応付けるルールにより、該印刷要求が合致する入力条件に対応する出力条件を判定し、判定された出力条件が、印刷設定の変更が反映された設定済みの印刷設定データ構造の使用を規定するかを判定する。本情報処理装置は、使用が規定される場合には対応する設定済みの印刷設定データ構造を、使用が規定されない場合には対応する印刷制御プログラムから取得した標準の印刷設定データ構造を、上記印刷要求で指定される印刷設定で一部上書きする。これにより、ユーザ指定された印刷設定をルールに応じて変更して印刷要求を処理し、印刷制御プログラムに対し変更後の印刷設定を通知する。 In order to solve the above-described problems, the present invention provides an information processing apparatus having the following features. In response to a print request, the information processing apparatus of the present invention sets an input condition that matches the print request based on a rule that associates an output condition that defines a change in print settings with an input condition that conditions the application of the output condition. A corresponding output condition is determined, and it is determined whether the determined output condition defines the use of a set print setting data structure that reflects a change in print settings. The information processing apparatus prints the corresponding print setting data structure that has been set when use is prescribed, and the standard print setting data structure obtained from the corresponding print control program when use is not prescribed, Partially overwrite the print settings specified in the request. Thus, the print setting specified by the user is changed according to the rule, the print request is processed, and the changed print setting is notified to the print control program.
また本発明では、指定される印刷設定を変更して印刷要求を処理するための上記ルールを規定する定義データを作成する情報処理装置を提供することができる。本情報処理装置は、印刷設定の変更を規定する出力条件と該出力条件の適用を条件付ける入力条件との入力を受け付け、上記出力条件が、印刷設定データ構造のパブリック部に規定されるベンダ間共通の設定項目に該当するか、上記印刷設定データ構造のプライベート部に規定される固有の設定項目に該当するかを判定する。本情報処理装置は、固有の設定項目に該当する場合に、出力先の印刷制御プログラムに対し印刷設定画面の表示を依頼し、印刷設定画面を介して設定済みの印刷設定データ構造を取得し、該設定済みの印刷設定データ構造を上記入力条件に対応付けて定義データに書き込む。 Further, the present invention can provide an information processing apparatus that creates definition data that defines the rule for processing a print request by changing a designated print setting. The information processing apparatus receives an input of an output condition that defines a change in print settings and an input condition that conditions the application of the output condition, and the output condition is between vendors defined in the public part of the print setting data structure. It is determined whether it corresponds to a common setting item or a unique setting item defined in the private part of the print setting data structure. When the information processing apparatus corresponds to a specific setting item, the information processing apparatus requests the print control program of the output destination to display the print setting screen, acquires the set print setting data structure via the print setting screen, The set print setting data structure is written in the definition data in association with the input condition.
さらに本発明では、上記特徴を有する情報処理装置を実現するコンピュータ実行可能なプログラム、および該プログラムを格納するコンピュータ可読な記録媒体を提供することができる。 Furthermore, the present invention can provide a computer-executable program for realizing the information processing apparatus having the above characteristics, and a computer-readable recording medium for storing the program.
上記構成によれば、印刷要求の処理に際して、印刷要求が合致する入力条件に対応する出力条件が、設定済みの印刷設定データ構造の使用を規定している場合に、その設定済みの印刷設定データ構造を使用するため、出力条件がベンダ固有または機種固有の設定項目の変更を規定する場合であっても、条件付けられた印刷設定の変更を最終的な印刷設定に反映することができる。さらに、上記構成によれば、ルールを規定する定義データを作成する際に、出力条件が印刷設定データ構造のプライベート部に規定される固有の設定項目の変更を条件付ける場合に、出力先の印刷制御プログラムを使用して設定済みの印刷設定データ構造を取得し、その使用を定義データに書き込むため、ベンダ固有または機種固有の設定項目の変更を規定するルールを作成することができる。 According to the above configuration, when the print request is processed, if the output condition corresponding to the input condition that matches the print request defines the use of the set print setting data structure, the set print setting data Since the structure is used, even if the output condition stipulates a change in the setting item specific to the vendor or the model, the change in the conditioned print setting can be reflected in the final print setting. Furthermore, according to the above configuration, when creating the definition data that defines the rule, the output destination prints when the output condition conditions a change in the specific setting item defined in the private part of the print setting data structure. Since the print setting data structure that has been set is acquired using the control program and the use is written to the definition data, a rule that regulates the change of the setting item specific to the vendor or the model can be created.
以下、本発明について実施形態をもって説明するが、本発明は、後述する実施形態に限定されるものではない。以下の実施形態では、指定される印刷設定を変更して印刷要求を処理するためのルール定義データを作成する情報処理装置、およびルール定義データに応じて印刷設定を変更して印刷要求を処理し、印刷制御プログラムに対し変更後の印刷設定を通知する情報処理装置として、プリントシステム100を構成するアプリケーション・サーバ110を一例として説明する。 Hereinafter, although this invention is demonstrated with embodiment, this invention is not limited to embodiment mentioned later. In the following embodiment, an information processing apparatus that creates rule definition data for processing a print request by changing a specified print setting, and processes the print request by changing the print setting according to the rule definition data. As an information processing apparatus for notifying the print control program of the changed print settings, an application server 110 constituting the print system 100 will be described as an example.
図1は、本実施形態のプリントシステム100の概略構成を示す。図1に示すプリントシステム100は、オフィスなどに配置される複数のクライアント112,114,116,118とアプリケーション・サーバ110とがネットワーク102に接続されて構成されており、アプリケーション・サーバ110は、上記クライアント112〜118に対し、ドキュメントビュアなどのアプリケーション機能と、本実施形態の仮想プリンタドライバ(詳細は後述する。)の機能とを提供する。 FIG. 1 shows a schematic configuration of a printing system 100 according to the present embodiment. A print system 100 shown in FIG. 1 is configured by connecting a plurality of clients 112, 114, 116, 118 and an application server 110 disposed in an office or the like to a network 102, and the application server 110 is configured as described above. The client 112 to 118 are provided with an application function such as a document viewer and a function of a virtual printer driver (details will be described later) of this embodiment.
また図1に示す例示的な実施形態では、ネットワーク102には、さらに、MFP122、レーザプリンタ124,126およびインクジェットプリンタ128などが接続されている。本実施形態では、上記MFP122、レーザプリンタ124,126、インクジェットプリンタ128を、以下、リモートプリンタとして総称する。また、ネットワーク102には、プリンタサーバ130が接続されており、プリンタサーバ130は、各リモートプリンタ124〜128を管理する。なお、プリンタサーバ130は、説明する実施形態では、独立した専用サーバとして実装するものとして説明するが、他の実施形態では、アプリケーション・サーバ110、いずれかのクライアン上に実装されてもよい。 In the exemplary embodiment shown in FIG. 1, an MFP 122, laser printers 124 and 126, an inkjet printer 128, and the like are further connected to the network 102. In the present embodiment, the MFP 122, the laser printers 124 and 126, and the ink jet printer 128 are hereinafter collectively referred to as remote printers. A printer server 130 is connected to the network 102, and the printer server 130 manages the remote printers 124 to 128. In the embodiment to be described, the printer server 130 is described as being implemented as an independent dedicated server. However, in other embodiments, the printer server 130 may be mounted on any client of the application server 110.
アプリケーション・サーバ110は、ネットワーク102上の各クライアント112〜118から受信するアプリケーション・サービス要求を処理し、その処理結果を要求元のクライアントに返す。上記サービス要求としては、説明する実施形態では、例えば、所定のドキュメントをビュア上で開く旨の指示、印刷設定の指示、ドキュメントの印刷指示などを挙げることができる。 The application server 110 processes an application service request received from each of the clients 112 to 118 on the network 102 and returns the processing result to the requesting client. In the embodiment to be described, the service request can include, for example, an instruction to open a predetermined document on the viewer, an instruction for print setting, an instruction to print a document, and the like.
クライアントにおいて、印刷設定がユーザ指定され、印刷指示が行われると、アプリケーション・サーバ110は、クライアントからの印刷指示を受領し、当該クライアントを要求元とする印刷ジョブ(印刷要求)として印刷データを作成する。それからアプリケーション・サーバ110は、所与のルールに従い、出力先および印刷設定の変更内容を適宜決定し、プリンタサーバ130に対し、変更後の印刷設定を通知するとともに印刷ジョブの実行を指令する。プリンタサーバ130は、印刷ジョブの実行指令に応答して、出力先として決定されたリモートプリンタに対して印刷ジョブを実行させる。 When print settings are specified by the user and a print instruction is issued at the client, the application server 110 receives the print instruction from the client and creates print data as a print job (print request) with the client as the request source. To do. Then, the application server 110 appropriately determines the change of the output destination and the print setting according to the given rule, notifies the printer server 130 of the changed print setting and instructs the execution of the print job. In response to the print job execution command, the printer server 130 causes the remote printer determined as the output destination to execute the print job.
出力先とするリモートプリンタは、一例としては、クライアント112〜118に対応して決定することができる。例えば、各クライアントが設置されたロケーションまたは近隣のロケーションに配置されたリモートプリンタを出力先として決定することができる。なお、このような対応関係は、本プリントシステム100の管理者により定義可能とされている。 As an example, the remote printer as the output destination can be determined corresponding to the clients 112 to 118. For example, a remote printer placed in a location where each client is installed or a nearby location can be determined as an output destination. Such correspondence can be defined by the administrator of the print system 100.
図1中、点線で囲まれた領域140,150,160は、同一のロケーションと見なされる拠点を表している。図1に示した実施形態では、クライアント112−リモートプリンタ122とが対応付けられてロケーション140を構成し、その他の各クライアントと各プリンタとが対応付けられてロケーション150、160を構成している。なお、クライアントおよびリモートプリンタは、各ロケーション140〜160に複数存在することもでき、クライアントのみまたはリモートプリンタのみのロケーションがあってもよい。 In FIG. 1, areas 140, 150, and 160 surrounded by a dotted line represent bases that are regarded as the same location. In the embodiment illustrated in FIG. 1, the client 112 and the remote printer 122 are associated with each other to configure the location 140, and the other clients and the respective printers are associated with each other to configure the locations 150 and 160. Note that a plurality of clients and remote printers may exist in each of the locations 140 to 160, and there may be locations for only the client or only the remote printer.
アプリケーション・サーバ110は、サーバ、ワークステーション、パーソナル・コンピュータとして実装され、シングルコア、マルチコアのCPU、ROM、実行空間を提供するRAM、ハードディスク装置などを含み、Windows(登録商標)200Xサーバ、UNIX(登録商標)、LINUX(登録商標)、Solaris(登録商標)などのオペレーティングシステム(OS)による制御の下、後述する各機能部を実現し、各印刷ジョブについて印刷設定および出力先を制御する。なお、プリンタサーバ130は、ハードウェア構成およびOS構成についてアプリケーション・サーバ110と同様の構成とすることができる。 The application server 110 is implemented as a server, a workstation, or a personal computer, and includes a single-core and multi-core CPU, ROM, RAM that provides an execution space, a hard disk device, and the like. A Windows (registered trademark) 200X server, UNIX ( Under the control of an operating system (OS) such as registered trademark (registered trademark), LINUX (registered trademark), or Solaris (registered trademark), each functional unit described later is realized, and print settings and output destinations are controlled for each print job. The printer server 130 can have the same configuration as the application server 110 in terms of hardware configuration and OS configuration.
クライアント112〜118は、それぞれ同様の構成を有しており、いわゆるシンクライアントとして実装することができる。シンクライアントは、専らアプリケーション・サーバ110に対して、RDPなどの適切な遠隔接続プロトコルを使用して、サービス要求を発行し、処理結果を受領する機能を実装する。クライアント112〜118がシンクライアントとして実装される場合では、クライアント112〜118は、シングルコア、マルチコアのCPUを搭載し、RAM、ROM、ネットワーク・インタフェース・カード(NIC)を含み、Windows(登録商標)、UNIX(登録商標)、LINUX(登録商標)、Mac OS(登録商標)などの適切なOSのもと動作し、アプリケーション・サーバ110に対し印刷指示をサービス要求として発行する。 Each of the clients 112 to 118 has the same configuration, and can be implemented as a so-called thin client. The thin client exclusively implements a function of issuing a service request and receiving a processing result to the application server 110 using an appropriate remote connection protocol such as RDP. When the clients 112 to 118 are implemented as thin clients, the clients 112 to 118 are equipped with a single-core and multi-core CPU, include a RAM, a ROM, a network interface card (NIC), and Windows (registered trademark). It operates under an appropriate OS such as UNIX (registered trademark), LINUX (registered trademark), Mac OS (registered trademark), and issues a print instruction to the application server 110 as a service request.
また、他の実施形態では、クライアント112〜118は、ファットクライアント、例えば、それぞれがアプリケーション・プログラムを実装し、各種処理を完結するパーソナル・コンピュータ、ワークステーション、携帯端末などから構成することができる。ファットクライアントとして実装されるクライアントは、ハードディスク装置、フラッシュ・メモリなどからアプリケーション・プログラムおよびデータをRAMに読込んで、CPUがアプリケーション・プログラムを実行させることにより、適切なOSのもと動作する。この場合、ファットクライアントは、ファットクライアント上のアプリケーション上で、ドキュメントの電子データから当該クライアントを要求元とする印刷ジョブとして印刷データを作成し、この印刷データをアプリケーション・サーバ110に対し送信することができる。 In another embodiment, the clients 112 to 118 can be composed of fat clients, for example, personal computers, workstations, portable terminals, etc. each of which implements an application program and completes various processes. A client implemented as a fat client reads an application program and data from a hard disk device, a flash memory, or the like into a RAM and causes the CPU to execute the application program, thereby operating under an appropriate OS. In this case, the fat client creates print data as a print job having the client as a request source from the electronic data of the document on the application on the fat client, and transmits the print data to the application server 110. it can.
ネットワーク102は、1000Base−TXなどのイーサネット(登録商標)、光ネットワーク、IEEE802.11などの規格の無線ネットワークを含んで構成することができ、フレームまたはTPC/IPプロトコルに基づくパケット通信によって、相互通信を行う。また、ネットワーク102は、LANの他、VPN(Virtual Private Network)などによるセキュア環境下で構築されたインターネットなどの広域ネットワークを含んで構成されていてもよい。 The network 102 can be configured to include an Ethernet (registered trademark) such as 1000Base-TX, an optical network, and a wireless network of a standard such as IEEE 802.11, and can communicate with each other by frame communication or packet communication based on the TPC / IP protocol. I do. The network 102 may include a wide area network such as the Internet constructed in a secure environment such as a VPN (Virtual Private Network) in addition to the LAN.
図2は、本実施形態のプリントシステム100の概略的な機能ブロックを示す。図2に示すように、本実施形態のアプリケーション・サーバ110は、ドキュメントビュア等のアプリケーション210と、複数のクライアント112〜118から指示されるアプリケーション210による印刷ジョブを一元的に処理する仮想プリンタドライバ220とを含んで構成される。プリンタサーバ130上では、当該プリントシステム100にインストール済みの各リモートプリンタの各プリンタドライバ260A〜260Dが動作している。プリンタドライバ260は、本実施形態の印刷制御プログラムを構成する。 FIG. 2 shows schematic functional blocks of the printing system 100 of the present embodiment. As shown in FIG. 2, the application server 110 according to the present embodiment includes a virtual printer driver 220 that centrally processes print jobs by an application 210 such as a document viewer and an application 210 instructed from a plurality of clients 112 to 118. It is comprised including. On the printer server 130, printer drivers 260 </ b> A to 260 </ b> D of remote printers installed in the printing system 100 are operating. The printer driver 260 constitutes the print control program of this embodiment.
仮想プリンタドライバ220は、出力先および印刷設定の変更内容を条件付けるルールが定義されるルール定義データ238を備える。出力先および印刷設定の変更内容に関しては詳細を後述するが、出力先および印刷設定の変更内容を規定する出力条件は、クライアントのMACアドレス(Media Access Control Address)、IPアドレス(Internet Protocol Address)などの端末固有情報、ログインユーザ名やユーザ権限などのユーザ固有情報、ユーザ指定された印刷設定内の各設定項目、文書名、ページ数などの印刷ジョブの内容に関するジョブ内容情報といった種々のキー項目に対し設定される入力条件に対応付けられる。 The virtual printer driver 220 includes rule definition data 238 in which rules for conditioning output destination and print setting changes are defined. The details of changes to the output destination and print settings will be described later, but the output conditions that define the changes to the output destination and print settings are the client MAC address (Media Access Control Address), IP address (Internet Protocol Address), etc. Various key items such as terminal-specific information, user-specific information such as login user name and user authority, each setting item in the print settings specified by the user, and job content information related to the contents of the print job such as document name and number of pages Corresponding to the input conditions set for this.
アプリケーション210は、ネットワーク102を介してクライアント112〜118から所定ドキュメントの印刷指示を受領すると、GDIなどのAPIコールを経て印刷ジョブの印刷データを作成し、その後、仮想プリンタドライバ220を呼出し、作成した印刷データを送信して、当該印刷ジョブの処理を指令する。 When the application 210 receives an instruction to print a predetermined document from the clients 112 to 118 via the network 102, the application 210 creates print data of the print job through an API call such as GDI, and then calls the virtual printer driver 220 to create the print data. The print data is transmitted to instruct processing of the print job.
仮想プリンタドライバ220は、アプリケーション210からの呼出しに応答して、アプリケーション210から印刷データを受信し、印刷ジョブに対する処理を開始する。印刷ジョブに対する処理が開始されると、仮想プリンタドライバ220は、上記ルール定義データ238を参照して、印刷指示の要求元の識別情報(端末固有情報およびユーザ固有情報など)やユーザ指定の印刷設定内の設定項目をキーとして、合致する入力条件に対応付けられた出力条件を取得し、出力先を決定するとともに印刷設定の変更内容を決定し、当該印刷ジョブの印刷設定を確定する。仮想プリンタドライバ220は、続いて、決定された出力先のプリンタドライバ260を呼出し、変更後の印刷設定を通知して、印刷ジョブを実行指令する。 In response to the call from the application 210, the virtual printer driver 220 receives print data from the application 210 and starts processing for the print job. When the process for the print job is started, the virtual printer driver 220 refers to the rule definition data 238 and identifies the identification information (such as terminal-specific information and user-specific information) of the request source of the print instruction and the print setting specified by the user. The output condition associated with the matching input condition is acquired using the setting item in the list as a key, the output destination is determined, the change contents of the print setting are determined, and the print setting of the print job is determined. Subsequently, the virtual printer driver 220 calls the determined output destination printer driver 260, notifies the print setting after the change, and instructs the execution of the print job.
例えば、ロケーション150内のクライアント116およびリモートプリンタ126がルール定義データ238内で対応付けられている場合、クライアント116からアプリケーション210に対し印刷指示が行われると、仮想プリンタドライバ220は、リモートプリンタ126を出力先として決定し、プリンタサーバ130上の対応するプリンタドライバ260Aを経由して、同一ロケーション150のリモートプリンタ126へ印刷ジョブが実行指令される。この場合、ユーザAは、自らのロケーション150に設置されたリモートプリンタ126から印刷物を取得することができる。また、ロケーション160内のクライアント118およびリモートプリンタ128が対応付けられている場合も同様に、クライアント118から印刷指示が行われると、仮想プリンタドライバ220がリモートプリンタ128を出力先として決定し、自らのロケーション160に設置されたリモートプリンタ128から印刷物を取得することができる。 For example, when the client 116 and the remote printer 126 in the location 150 are associated in the rule definition data 238, when the client 116 issues a print instruction to the application 210, the virtual printer driver 220 causes the remote printer 126 to An output destination is determined, and a print job is commanded to the remote printer 126 at the same location 150 via the corresponding printer driver 260A on the printer server 130. In this case, the user A can obtain the printed material from the remote printer 126 installed at his / her location 150. Similarly, when the client 118 and the remote printer 128 in the location 160 are associated with each other, when a print instruction is issued from the client 118, the virtual printer driver 220 determines the remote printer 128 as an output destination and The printed matter can be acquired from the remote printer 128 installed at the location 160.
図3は、図2に示したプリントシステム100の詳細な機能ブロックを示す。図3に示すように、本実施形態の仮想プリンタドライバ220は、より詳細には、印刷受付部222と、出力情報作成部224と、印刷処理部226と、中間データ格納部228と、ルール定義格納部236と、DEVMODE格納部240とを含んで構成される。 FIG. 3 shows detailed functional blocks of the printing system 100 shown in FIG. As shown in FIG. 3, the virtual printer driver 220 according to the present embodiment is more specifically configured to include a print acceptance unit 222, an output information creation unit 224, a print processing unit 226, an intermediate data storage unit 228, and a rule definition. A storage unit 236 and a DEVMODE storage unit 240 are included.
本実施形態では、クライアント116からアプリケーション210へ印刷指示が行われると、仮想プリンタドライバ220の印刷受付部222は、ユーザ指定された印刷設定のDEVMODE構造体を含む印刷ジョブの印刷データをアプリケーション210から受信し、出力情報作成部224および印刷処理部226と連携しながら、ルール定義データ238に従って当該印刷ジョブを処理する。 In this embodiment, when a print instruction is issued from the client 116 to the application 210, the print reception unit 222 of the virtual printer driver 220 receives print data of a print job including a DEVMODE structure having a user-specified print setting from the application 210. The received print job is processed in accordance with the rule definition data 238 in cooperation with the output information creation unit 224 and the print processing unit 226.
上記ルール定義データ238は、ルール定義格納部236に格納されており、ルール定義データ238は、好適には、特定の用途に応じてユーザ定義可能なファイルとして提供される。ルール定義格納部236は、出力情報作成部224からの要求に応答してルール定義データ238の読み込みを行う。ルール定義データ238には、端末固有情報、ユーザ固有情報、ユーザ指定の印刷設定の設定項目またはジョブ内容情報などの入力条件と、印刷設定の変更内容および出力先を規定する出力条件とが対応付けて定義されており、出力条件により適用すべき出力条件を条件付けている。印刷ジョブの処理に際しては、当該印刷ジョブが合致する入力条件に対応付けられる出力条件が特定され、これにより出力先が決定され、印刷設定が変更される。 The rule definition data 238 is stored in the rule definition storage unit 236, and the rule definition data 238 is preferably provided as a user-definable file according to a specific application. The rule definition storage unit 236 reads the rule definition data 238 in response to a request from the output information creation unit 224. In the rule definition data 238, input conditions such as terminal-specific information, user-specific information, user-specified print setting setting items or job content information, and print condition change contents and output conditions that define the output destination are associated with each other. The output conditions to be applied are conditioned by the output conditions. When processing a print job, an output condition associated with an input condition that matches the print job is specified, thereby determining an output destination and changing print settings.
上記ユーザ指定される印刷設定の設定項目は、種々のベンダにより提供される様々な機種に対応させるべく、DEVMODE構造体のパブリック部に対応するベンダ間共通の印刷設定の設定項目を含み、上述したように入力条件としても使用される。上記共通の設定項目としては、例えばカラー設定や両面印刷の指定などを挙げることができる。これに対して、ルール定義データ238において出力条件として規定される印刷設定の設定項目は、DEVMODE構造体のパブリック部に対応する共通の設定項目に加え、ベンダ固有または機種固有の機能をも利用可能にするべく、DEVMODE構造体のプライベート部に対応するベンダまたは機種固有の設定項目も含むことができる。 The user-specified print setting setting items include the common print setting setting items among the vendors corresponding to the public part of the DEVMODE structure so as to correspond to various models provided by various vendors. It is also used as an input condition. Examples of the common setting items include color settings and designation of double-sided printing. On the other hand, the setting items of the print settings specified as the output conditions in the rule definition data 238 can use the vendor-specific or model-specific functions in addition to the common setting items corresponding to the public part of the DEVMODE structure. Therefore, a vendor or model-specific setting item corresponding to the private part of the DEVMODE structure can also be included.
出力条件としてパブリック部の共通の設定項目が規定される場合、この設定項目はベンダ間で仕様が共通して定められているため、上述したように、DEVMODE構造体における対応する設定項目の値を変更後の所与の値に上書きすること(例えば、Color=colorをColor=monochromeに上書きする)により、当該設定項目を容易に変更することができる。しかし、固有の設定項目については、ベンダ間で共通に仕様が定められているというわけではないため、同様な処理により必ずしも印刷設定を正しく変更できるとは限らない。 When a common setting item of the public part is defined as an output condition, since the specification of this setting item is defined in common among vendors, the value of the corresponding setting item in the DEVMODE structure is set as described above. By overwriting a given value after the change (for example, overwriting Color = color with Color = monochrome), the setting item can be easily changed. However, the specifications for the specific setting items are not commonly defined among the vendors, and the print settings cannot always be correctly changed by the same processing.
そこで本実施形態では、固有の設定項目の変更を定義する際には、その固有の設定項目の内容が設定されているDEVMODE構造体を予め準備しておく。そして、印刷ジョブの処理に際し、固有の設定項目の変更が条件付けられる場合には、予め変更内容を反映して保存しておいた設定済みDEVMODE構造体を読み出し、これを使用することにより、条件付けられた印刷設定の変更内容を反映させる。 Therefore, in this embodiment, when defining a change of a unique setting item, a DEVMODE structure in which the content of the unique setting item is set is prepared in advance. When processing a print job, if a change to a specific setting item is conditioned, it is conditioned by reading a set DEVMODE structure that has been saved in advance by reflecting the change and using it. Reflect the changed print settings.
また、パブリック部分の設定項目であっても、プリンタドライバによってはサポートしていない機種のものもあり、この場合、プライベート部分に設定が保存されることになるため、固有の設定項目と同様に、必ずしも印刷設定を正しく変更できるとは限らない。そこで本実施形態では、設定項目の変更を定義する際において、共通の設定項目ではあるが出力先として決定されるプリンタドライバが当該共通の設定項目をサポートしない場合、その共通の設定項目の内容が設定されているDEVMODE構造体を予め準備しておく。印刷ジョブの処理に際しては、未サポートの設定項目の変更が条件付けられる場合には、当該設定済みDEVMODE構造体を読み出し、これを使用する。 In addition, some setting items for the public part are not supported by some printer drivers. In this case, the setting is saved in the private part. The print settings cannot always be changed correctly. Therefore, in this embodiment, when defining a change of a setting item, if a printer driver that is a common setting item but is determined as an output destination does not support the common setting item, the contents of the common setting item are A set DEVMODE structure is prepared in advance. When processing an unsupported setting item is conditioned when processing a print job, the set DEVMODE structure is read and used.
上述のような設定済みDEVMODE構造体の使用は、ルール定義データ238の出力条件として規定され、ルール定義データ238中には、設定済みDEVMODE構造体を特定する情報(DEVMODE構造体を識別するIDまたは、保存先パスおよびファイル名など)が記述され、入力条件と設定済みDEVMODE構造体とが関連付けられる。DEVMODE格納部240は、設定項目の変更の定義に際して作成された設定済みDEVMODE構造体242を格納し、出力情報作成部224からの要求に応答して設定済みDEVMODE構造体242の読み込みを行う。 The use of the set DEVMODE structure as described above is specified as an output condition of the rule definition data 238. In the rule definition data 238, information for specifying the set DEVMODE structure (an ID or ID for identifying the DEVMODE structure) , A storage destination path and a file name, etc.) are described, and the input condition is associated with the set DEVMODE structure. The DEVMODE storage unit 240 stores the set DEVMODE structure 242 created when defining the change of the setting item, and reads the set DEVMODE structure 242 in response to a request from the output information creation unit 224.
本実施形態のアプリケーション・サーバ110は、ルール定義データ238および設定済みDEVMODE構造体242を作成するために、さらに、設定入力受付部252と、ルール定義データ書込部254と、プリンタドライバ・ユーザインタフェース(以下、ユーザ・インタフェースを単にUIと表記する。)操作部256とを含んで構成される。 In order to create the rule definition data 238 and the set DEVMODE structure 242, the application server 110 of the present embodiment further includes a setting input receiving unit 252, a rule definition data writing unit 254, a printer driver / user interface. (Hereinafter, the user interface is simply referred to as UI).
設定入力受付部252は、当該アプリケーション・サーバ110に接続されるキーボードやマウスなどの入力装置250または、NICなどによるリモート・インタフェースを介してアクセス可能とされており、システム管理者からの、上記入力条件および出力条件の設定入力を受け付けている。設定入力受付部252は、管理者により、印刷設定の変更内容として、指定のリモートプリンタ固有の設定項目(つまり、DEVMODE構造体のパブリック部に該当する以外の機能)を設定するための処理が要求された場合には、プリンタドライバUI操作部256を呼出す。 The setting input receiving unit 252 can be accessed via an input device 250 such as a keyboard and a mouse connected to the application server 110 or a remote interface such as a NIC, and the input from the system administrator. Accepts input for setting conditions and output conditions. The setting input reception unit 252 requires processing for setting a setting item unique to the specified remote printer (that is, a function other than that corresponding to the public part of the DEVMODE structure) as a print setting change content by the administrator. If the printer driver UI is operated, the printer driver UI operation unit 256 is called.
プリンタドライバUI操作部256は、指定のリモートプリンタのプリンタドライバ名を設定入力受付部252から受け取り、対応するプリンタドライバを呼出し、管理者が使用しているディスプレイ上に印刷設定用UIを表示させる。印刷設定用UIの表示は、例えばOSがWindows(登録商標)である場合にはDocumentProperties()API関数を呼出すことにより行うことができる。そして、管理者が、プリンタドライバの印刷設定用UIにおいて設定入力を行い、UIを閉じると、プリンタドライバUI操作部256は、設定済みDEVMODE構造体を受け取り、設定入力受付部252に返す。より具体的には、OSがWindows(登録商標)である場合には、DocumentProperties()API関数を呼出してUI表示を行うと、引数にて予め指定しておいたメモリ領域に設定済みDEVMODE構造体が保存されて戻されてくるので、これにより設定済みDEVMODE構造体を取得することができる。 The printer driver UI operation unit 256 receives the printer driver name of the designated remote printer from the setting input reception unit 252, calls the corresponding printer driver, and displays the print setting UI on the display used by the administrator. For example, when the OS is Windows (registered trademark), the print setting UI can be displayed by calling the DocumentProperties () API function. When the administrator inputs a setting in the print setting UI of the printer driver and closes the UI, the printer driver UI operation unit 256 receives the set DEVMODE structure and returns it to the setting input reception unit 252. More specifically, when the OS is Windows (registered trademark), when the UI is displayed by calling the DocumentProperties () API function, the DEVMODE structure set in the memory area specified in advance by the argument is used. Is saved and returned, so that the set DEVMODE structure can be obtained.
また管理者により、印刷設定の変更内容としてパブリック部の共通の設定項目の変更が要求された場合であって、変更対象となる共通の設定項目が指定のリモートプリンタにおいて未サポートであった場合は、設定入力受付部252は、同様にプリンタドライバUI操作部256を呼出すことができる。この場合も、管理者がプリンタドライバの印刷設定用UIにおいて設定入力を行ってUIを閉じると、プリンタドライバUI操作部256は、設定済みDEVMODE構造体を受け取り、設定入力受付部252に返す。なお、指定のリモートプリンタのプリンタドライバが変更対象の設定項目をサポートしているか否かは、OSがWindows(登録商標)である場合には、DocumentProperties()API関数を呼出し取得したDEVMODE構造体のdmFieldメンバを参照することにより、判断することができる。上記dmFieldsメンバは、プリンタドライバがこの構造体のどのメンバを使うかを表すフラグである。なお、サポートの有無を判定する手法としては、dmFieldメンバの参照に限られず、例えば、DEVMODE構造体のパブリック部の該当する設定項目を変更して、実際に印刷をしてみて、管理者が設定が反映されたかをチェックし、その結果の手動入力を待ち受けて判断することもできる。 If the administrator requests a change to the common setting items of the public part as the print setting change contents, and the common setting item to be changed is not supported by the specified remote printer Similarly, the setting input receiving unit 252 can call the printer driver UI operation unit 256. Also in this case, when the administrator performs setting input in the print setting UI of the printer driver and closes the UI, the printer driver UI operation unit 256 receives the set DEVMODE structure and returns it to the setting input reception unit 252. Whether or not the printer driver of the specified remote printer supports the setting item to be changed is determined based on the DEVMODE structure obtained by calling the DocumentProperties () API function when the OS is Windows (registered trademark). This can be determined by referring to the dmField member. The dmFields member is a flag indicating which member of the structure the printer driver uses. Note that the method for determining the presence / absence of support is not limited to the reference of the dmField member. For example, the administrator changes the setting item in the public part of the DEVMODE structure and actually prints it. It is also possible to check whether or not is reflected and wait for manual input of the result to make a judgment.
設定入力受付部252は、管理者からの入力条件および出力条件の設定入力を受け付けると、当該入力条件および出力条件をルール定義データ書込部254に渡し、書き込みを依頼する。設定入力受付部252は、さらに、設定済みDEVMODE構造体をプリンタドライバUI操作部256から受け取っている場合には、上記入力条件および出力条件とともに設定済みDEVMODE構造体をルール定義データ書込部254に渡す。 When receiving the setting input of the input condition and the output condition from the administrator, the setting input receiving unit 252 passes the input condition and the output condition to the rule definition data writing unit 254 and requests the writing. Further, when the setting input receiving unit 252 receives the set DEVMODE structure from the printer driver UI operation unit 256, the setting input receiving unit 252 sends the set DEVMODE structure together with the input condition and the output condition to the rule definition data writing unit 254. hand over.
ルール定義データ書込部254は、設定入力受付部252からの依頼を受けて、渡された入力条件および出力条件を所定のフォーマットに従いルール定義データ238に書き込む。またルール定義データ書込部254は、設定済みDEVMODE構造体を受け取った場合には、その設定済みDEVMODE構造体をDEVMODE格納部240に保存するとともに、ルール定義データ238の出力条件として、その設定済みDEVMODE構造体を特定する情報、例えば保存先パスおよびファイル名を記述する。 The rule definition data writing unit 254 receives the request from the setting input receiving unit 252 and writes the passed input conditions and output conditions to the rule definition data 238 according to a predetermined format. When the rule definition data writing unit 254 receives the set DEVMODE structure, the rule definition data writing unit 254 stores the set DEVMODE structure in the DEVMODE storage unit 240 and sets the set DEVMODE structure as an output condition of the rule definition data 238. Information for specifying the DEVMODE structure, for example, a storage path and a file name is described.
なお、上記ルール定義データ238および設定済みDEVMODE構造体242は、出力情報作成部224およびルール定義データ書込部254から適切にアクセスできる限り、アプリケーション・サーバ110内部に保持している必要はない。例えば、管理者がアクセス可能な共有ファイルサーバ上に配置するなど、利用しやすい形態で配置することができ、これにより、メンテナンス性を向上させることが可能となる。さらに、当該ルール定義データ238のファイルについて管理者のみに変更権限を設定することで、セキュリティも好適に確保することが可能となる。 The rule definition data 238 and the set DEVMODE structure 242 do not need to be held inside the application server 110 as long as they can be appropriately accessed from the output information creation unit 224 and the rule definition data writing unit 254. For example, it can be placed in a form that is easy to use, such as being placed on a shared file server accessible by the administrator, thereby improving maintainability. Furthermore, security can be suitably ensured by setting a change authority only to the administrator for the file of the rule definition data 238.
また、インストールされたプリンタドライバが更新された場合には、設定済みのDEVMODE構造体を再度作成しなければならない可能性があるため、ルール定義データ作成プログラムは、各プリンタドライバのバージョンを監視し、更新されたプリンタドライバが発見された場合に設定済みの印刷設定構造体の更新の必要性を管理者に対し通知する機能を備えることが好ましい。このような通知は、例えば、電子メール、次回ルール定義データ作成プログラムにアクセスしたときに表示する警告メッセージ等により行うことができる。 In addition, when the installed printer driver is updated, the set DEVMODE structure may have to be created again. Therefore, the rule definition data creation program monitors the version of each printer driver, It is preferable to provide a function for notifying the administrator of the necessity of updating the print setting structure that has been set when an updated printer driver is found. Such notification can be performed by, for example, an e-mail, a warning message displayed when accessing the rule definition data creation program next time, or the like.
さらに、ルール定義データ作成時に、出力先のプリンタドライバのベンダまたは機種を判定し、所定のベンダまたは機種のプリンタドライバのみをプリンタドライバの印刷設定用UIを用いて設定可能とすることができる。 Furthermore, when creating rule definition data, it is possible to determine the vendor or model of the output destination printer driver, and to set only the printer driver of a predetermined vendor or model using the print setting UI of the printer driver.
以下、図4〜図7を参照しながら、ルール定義データ238および設定済みDEVMODE構造体242を作成する処理について説明する。図4は、ルール定義データ238および設定済みDEVMODE構造体242を作成するルール定義処理を示すフローチャートを示す。図4に示すルール定義処理は、ルール定義データ作成プログラムの起動に応答してステップS100から開始し、ステップS101で、設定入力受付部252は、入力条件を設定するための設定画面をディスプレイ装置(アプリケーション・サーバ110が備えるもの又はリモート接続する端末が備えるもの)上に表示する。 Hereinafter, processing for creating the rule definition data 238 and the set DEVMODE structure 242 will be described with reference to FIGS. FIG. 4 is a flowchart showing a rule definition process for creating the rule definition data 238 and the set DEVMODE structure 242. The rule definition process shown in FIG. 4 starts from step S100 in response to the activation of the rule definition data creation program. In step S101, the setting input reception unit 252 displays a setting screen for setting input conditions on the display device ( Displayed on the application server 110 or a remotely connected terminal).
図5は、ディスプレイ装置上に表示される、入力条件を設定するための入力条件設定画面300を例示する。図5に示す入力条件設定画面300は、入力条件としてIPアドレスを入力するためのテキストボックス群302と、IPアドレスを入力条件としない旨を指示するためのラジオボタン304とを含む。入力条件設定画面300は、また、入力条件としてカラー印刷の値(カラー又はモノクロ)を指定し、またはカラー印刷を入力条件としない旨を指示するためのラジオボタン群306と、入力条件として両面印刷の値(ON又はOFF)を指定し、または両面印刷を入力条件としない旨を指示するためのラジオボタン群308と、設定手順を次へ進めるためのOKボタン310とを含む。 FIG. 5 illustrates an input condition setting screen 300 for setting input conditions displayed on the display device. The input condition setting screen 300 shown in FIG. 5 includes a text box group 302 for inputting an IP address as an input condition, and a radio button 304 for instructing that the IP address is not an input condition. The input condition setting screen 300 also designates a color printing value (color or monochrome) as an input condition, or a radio button group 306 for instructing that color printing is not an input condition, and duplex printing as an input condition. A radio button group 308 for designating a value (ON or OFF) or instructing that double-sided printing is not used as an input condition, and an OK button 310 for proceeding with the setting procedure.
UI部品302〜308を介して入力条件が設定入力され、OKボタン310がクリックされると、当該入力条件設定画面300を介して設定入力された入力条件の各値が、設定入力受付部252に戻される。再び図4を参照すると、設定入力受付部252は、ステップS102で、上記入力条件設定画面300を介して入力条件の入力を受け付け、ステップS103で、出力条件を設定するための設定画面をディスプレイ装置上に表示する。 When an input condition is set and input via the UI parts 302 to 308 and the OK button 310 is clicked, each value of the input condition set and input via the input condition setting screen 300 is input to the setting input receiving unit 252. Returned. Referring to FIG. 4 again, the setting input receiving unit 252 receives input of input conditions via the input condition setting screen 300 in step S102, and displays a setting screen for setting output conditions in step S103. Display above.
図6は、ディスプレイ装置上に表示される、出力条件を設定するための出力条件設定画面320を例示する。図6に示す出力条件設定画面320は、インストール済みプリンタ群の中から出力先リモートプリンタを選択するためのプルダウンメニュー322と、出力条件として印刷しない旨を指定するためのラジオボタン324とを含む。出力条件設定画面320は、また、出力条件として指定するカラー印刷の変更後の値(カラー又はモノクロ)を指定し、またはカラー印刷を出力条件としない旨を指示するためのラジオボタン群326と、出力条件として指定する両面印刷の変更後の値(ON又はOFF)を指定し、または両面印刷を出力条件としない旨を指示するためのラジオボタン群328と、出力先リモートプリンタが指定される場合に、当該プリンタ独自の機能を使用して出力を行う旨を要求するためのチェックボックス330と、設定手順を次へ進めるためのOKボタン332とを含む。 FIG. 6 illustrates an output condition setting screen 320 for setting an output condition displayed on the display device. The output condition setting screen 320 shown in FIG. 6 includes a pull-down menu 322 for selecting an output destination remote printer from the installed printer group, and a radio button 324 for designating that printing is not performed as an output condition. The output condition setting screen 320 also designates a value (color or monochrome) after the color printing specified as an output condition, or a radio button group 326 for instructing that color printing is not an output condition, When specifying a value (ON or OFF) after changing double-sided printing specified as an output condition, or a radio button group 328 for instructing that double-sided printing is not an output condition, and an output destination remote printer In addition, a check box 330 for requesting output using a function unique to the printer and an OK button 332 for proceeding to the next setting procedure are included.
UI部品322〜330を介して出力条件が設定入力され、OKボタン332がクリックされると、当該出力条件設定画面320を介して設定入力された出力条件の各値が、設定入力受付部252に戻される。再び図4を参照すると、設定入力受付部252は、ステップS104で、上記出力条件設定画面320を介して出力条件の入力を受け付け、ステップS105へ処理を進める。 When an output condition is set and input via the UI parts 322 to 330 and the OK button 332 is clicked, each value of the output condition set and input via the output condition setting screen 320 is input to the setting input receiving unit 252. Returned. Referring to FIG. 4 again, the setting input receiving unit 252 receives an input of an output condition via the output condition setting screen 320 in step S104, and advances the process to step S105.
ステップS105では、設定入力受付部252は、上記出力条件設定画面320のラジオボタン324により「印刷しない」が選択されているか否かを判定する。ステップS105で、「印刷しない」が選択されていないと判定された場合(NO)には、ステップS106へ処理を進める。ステップS106では、設定入力受付部252は、さらに、DEVMODE構造体のパブリック部の共通の設定項目の変更が指定されているか否かを判定する。ステップS106で、共通の設定項目の変更ありと判定された場合(YES)には、ステップS107へ処理を進める。ステップS107では、設定入力受付部252は、例えばプリンタドライバ名を指定してDocumentProperties()API関数を呼出すなどにより、指定のリモートプリンタのプリンタドライバが当該設定項目をサポートしているかを確認する。 In step S <b> 105, the setting input reception unit 252 determines whether “Do not print” is selected by the radio button 324 of the output condition setting screen 320. If it is determined in step S105 that “Do not print” is not selected (NO), the process proceeds to step S106. In step S106, the setting input reception unit 252 further determines whether or not a change in common setting items in the public part of the DEVMODE structure is designated. If it is determined in step S106 that the common setting item has been changed (YES), the process proceeds to step S107. In step S107, the setting input reception unit 252 confirms whether the printer driver of the specified remote printer supports the setting item by, for example, calling the DocumentProperties () API function by specifying the printer driver name.
ステップS108で、サポートされている場合(YES)は、ステップS109へ処理を分岐させる。またステップS106で、共通の設定項目の変更なしと判定された場合(NO)にも、ステップS109へ処理を進める。ステップS109では、設定入力受付部252は、さらに、DEVMODE構造体のプライベート部の固有の設定項目の変更が指定されたか否かを判定する。ステップS109で、固有の設定項目の変更ありと判定された場合(YES)には、プリンタドライバのUIを介して管理者による設定を受けるため、ステップS110へ処理を進める。また、ステップS108で、プリンタドライバが共通の設定項目をサポートしていないと判定された場合(NO)にも、ステップS110へ処理を直接進める。 If it is supported in step S108 (YES), the process branches to step S109. If it is determined in step S106 that there is no change in common setting items (NO), the process proceeds to step S109. In step S109, the setting input receiving unit 252 further determines whether or not a change of a setting item unique to the private part of the DEVMODE structure is designated. If it is determined in step S109 that the unique setting item has been changed (YES), the process proceeds to step S110 in order to receive setting by the administrator via the UI of the printer driver. If it is determined in step S108 that the printer driver does not support common setting items (NO), the process directly proceeds to step S110.
ステップS110では、設定入力受付部252は、プリンタドライバUI操作部256を呼出し、プリンタドライバUI操作部256は、プリンタドライバの印刷設定用UIをディスプレイ装置上に表示する。図7は、ディスプレイ装置上に表示される、プリンタドライバUIの印刷設定用画面340を例示する。図7に示す印刷設定用画面340は、印刷設定の各設定項目を設定するためのUI部品群342と、設定手順を次へ進めるためのOKボタン344とを含む。UI部品群342を介して設定項目の値が入力され、OKボタン344がクリックされると、当該印刷設定用画面340を介して入力された設定項目の各値が設定された設定済みDEVMODE構造体がプリンタドライバUI操作部256に戻される。なお、印刷設定用画面340を介して設定される設定項目は、共有または固有の別を問わない。再び図4を参照すると、ステップS111では、プリンタドライバUI操作部256は、戻された上記設定済みDEVMODE構造体を取得し、それを設定入力受付部252へ返し、ステップS112へ処理を進める。 In step S110, the setting input reception unit 252 calls the printer driver UI operation unit 256, and the printer driver UI operation unit 256 displays the print setting UI of the printer driver on the display device. FIG. 7 illustrates a print setting screen 340 of the printer driver UI displayed on the display device. The print setting screen 340 shown in FIG. 7 includes a UI component group 342 for setting each setting item of print settings, and an OK button 344 for proceeding with the setting procedure. When a value of a setting item is input via the UI component group 342 and the OK button 344 is clicked, a set DEVMODE structure in which each value of the setting item input via the print setting screen 340 is set Is returned to the printer driver UI operation unit 256. The setting items set via the print setting screen 340 may be shared or unique. Referring to FIG. 4 again, in step S111, the printer driver UI operation unit 256 acquires the returned set DEVMODE structure, returns it to the setting input reception unit 252, and proceeds to step S112.
また、上記ステップS109で共通の設定項目の変更なしと判定された場合(NO)、またはステップS105で「印刷しない」が選択されていると判定された場合(YES)には、ステップS112へ直接処理が進められる。ステップS112では、設定入力受付部252は、管理者が設定入力した入力条件と、出力条件と、適宜設定済みDEVMODE構造体とをルール定義データ書込部254に渡し、定義データの書き込みを依頼する。またステップS112では、依頼に応答して、ルール定義データ書込部254は、渡された入力条件と、出力条件と、適宜設定済みDEVMODE構造体とを関連付けて、ルール定義データ238に書き込み、適宜DEVMODE構造体をDEVMODE格納部240に格納する。 If it is determined in step S109 that there is no change in the common setting item (NO), or if it is determined in step S105 that “no printing” is selected (YES), the process directly goes to step S112. Processing proceeds. In step S112, the setting input receiving unit 252 passes the input condition set and input by the administrator, the output condition, and the appropriately set DEVMODE structure to the rule definition data writing unit 254, and requests writing of definition data. . In step S112, in response to the request, the rule definition data writing unit 254 associates the passed input condition, output condition, and appropriately set DEVMODE structure, and writes the rule definition data 238 as appropriate. The DEVMODE structure is stored in the DEVMODE storage unit 240.
ステップS113では、設定入力受付部252は、管理者に対し、さらにルール定義データの定義内容の追加が必要であるかを問い合わせ、追加が必要であり処理を終了できない場合(NO)には、ステップS101へ再びループさせる。一方、ステップS113で、定義内容の追加が不要であり処理を終了させる場合(YES)には、ステップS114へ処理を分岐させ、本処理を終了させる。 In step S113, the setting input reception unit 252 inquires of the administrator whether or not the definition content of the rule definition data needs to be further added, and if the addition is necessary and the process cannot be completed (NO), Loop again to S101. On the other hand, if it is not necessary to add definition contents in step S113 and the process is terminated (YES), the process is branched to step S114, and the present process is terminated.
図8(A)は、ルール定義データのデータ構造を例示する。図8(A)に示すルール定義データ360では、[Condition1]および[Condition2]の箇所に入力条件が定義され、[Setting1]および[Setting2]の箇所に出力条件が定義されている。そして、[Command]で示した箇所で、上記入力条件および出力条件が関連付けられる。図8(A)に示す例では、入力条件「IP=xxx.xxx.xxx.001」および出力条件「Printer=printerA」が関連付けられており、印刷指示の要求元IPアドレスが「xxx.xxx.xxx.001」である場合には、プリンタ名「printerA」で識別されるリモートプリンタを出力先に決定されるようになる。さらに、入力条件「IP=xxx.xxx.xxx.001」および出力条件「Devmode=c:\AA\BB\DevmodeA」が関連付けられており、印刷指示の要求元IPアドレスが「xxx.xxx.xxx.001」である場合には、さらに、「c:\AA\BB\DevmodeA」で特定される設定済みDEVMODE構造体の使用が規定されている。さらに、図8(A)の例では、入力条件「Color=color」および出力条件「Color= monochrome」が関連付けられており、ユーザ指定の印刷設定におけるカラー設定(これは共有の設定項目である。)が「color」に設定されている場合には、カラー設定を「monochrome」に強制的に変更するようになる。 FIG. 8A illustrates the data structure of rule definition data. In the rule definition data 360 shown in FIG. 8A, input conditions are defined at [Condition 1] and [Condition 2], and output conditions are defined at [Setting 1] and [Setting 2]. Then, the input condition and the output condition are associated with each other at the location indicated by [Command]. In the example shown in FIG. 8A, the input condition “IP = xxx.xxx.xxx.001” and the output condition “Printer = printerA” are associated, and the request source IP address of the print instruction is “xxx.xxx. In the case of “xxx.001”, the remote printer identified by the printer name “printerA” is determined as the output destination. Furthermore, the input condition “IP = xxx.xxx.xxx.001” and the output condition “Devmode = c: \ AA \ BB \ DevmodeA” are associated, and the request source IP address of the print instruction is “xxx.xxx.xxx In the case of “.001”, use of the set DEVMODE structure specified by “c: \ AA \ BB \ DevmodeA” is further specified. Further, in the example of FIG. 8A, an input condition “Color = color” and an output condition “Color = monochrome” are associated, and color setting in user-specified print settings (this is a shared setting item). ) Is set to “color”, the color setting is forcibly changed to “monochrome”.
なお、図8(A)に示すルール定義データ238のデータ構造は、例示を目的とするものであり、特定の用途に応じて種々のルールが定義付け可能であることは言うまでもない。以下、ルール定義データについて説明を加える。定義可能な入力条件としては、上記IPアドレスやユーザ名のほか、ユーザに付与されたロール、グループ、権限などの他のユーザ固有情報や、クライアントのMACアドレス、クライアント名IPアドレス範囲などの他の端末固有情報、上述したカラー設定や両面印刷の設定項目の他、ステープル、パンチ、スタンプ等の指定、印刷品質の指定などの印刷設定の設定項目、ページ数、文書名、ジョブ発行時間などのジョブ内容情報を含むことができる。 Note that the data structure of the rule definition data 238 shown in FIG. 8A is for illustrative purposes, and it goes without saying that various rules can be defined according to a specific application. The rule definition data will be described below. As input conditions that can be defined, in addition to the above IP address and user name, other user-specific information such as a role, group, and authority given to the user, other client MAC address, client name IP address range, etc. Jobs such as terminal-specific information, color settings and double-sided printing setting items, print setting items such as stapling, punching, stamping, and print quality settings, number of pages, document name, and job issue time Content information can be included.
また、定義可能な出力条件としては、両面印刷への制限、モノクロモードへの制限、地紋印刷への制限、スタンプ付加の制限、電子透かし付加の制限、所定のレイアウトの集約印刷への制限などを含むことができる。ユーザ固有情報を用いた印刷設定の変更の例としては、例えば、管理者ユーザにはカラー印刷を許可し、一般ユーザにはモノクロ印刷に制限するというような規則を挙げることができる。印刷設定の設定項目を用いた印刷設定の変更の例としては、カラーモードの印刷が指定された場合には、所定ページ数以上である場合に2in1で集約印刷し、さらに所定ページ数以上である場合に4in1で集約印刷するというような規則を挙げることもできる。 Also, the definable output conditions include restrictions on double-sided printing, restrictions on monochrome mode, restrictions on tint block printing, restrictions on adding stamps, restrictions on adding digital watermarks, restrictions on aggregate printing of a predetermined layout, etc. Can be included. As an example of changing the print setting using the user-specific information, for example, a rule may be given such that an administrator user is permitted to perform color printing and a general user is limited to monochrome printing. As an example of changing the print settings using the setting items of the print settings, when color mode printing is designated, if the number of pages is greater than or equal to the predetermined number of pages, the print is consolidated in 2 in 1 and further exceeds the predetermined number of pages. In this case, a rule such as collective printing with 4 in 1 can be given.
このように、印刷ジョブの処理の際に参照されるルール定義データ238および設定済みDEVMODE構造体242は、上述した定義処理によって作成される。以下、再び図3を参照して、印刷指示を受領した際のルール定義データ238を参照しながら実行される処理について説明する。 As described above, the rule definition data 238 and the set DEVMODE structure 242 that are referred to when the print job is processed are created by the above-described definition process. Hereinafter, processing executed with reference to the rule definition data 238 when a print instruction is received will be described with reference to FIG. 3 again.
クライアント116からアプリケーション210へ印刷指示が行われると、印刷受付部222は、印刷ジョブの印刷データをアプリケーション210から受信する。この印刷データには、ユーザ指定の印刷設定を格納するDEVMODE構造体が含まれる。本実施形態では、種々のベンダにより提供される機種に対応させるべく、DEVMODE構造体は、パブリック部に対応するユーザ指定の印刷設定の設定項目を保持する。 When a print instruction is issued from the client 116 to the application 210, the print reception unit 222 receives print data of a print job from the application 210. This print data includes a DEVMODE structure that stores user-specified print settings. In the present embodiment, the DEVMODE structure holds setting items for user-specified print settings corresponding to the public part so as to correspond to models provided by various vendors.
印刷受付部222は、印刷データを受信すると、ページイメージ(各ページ毎の描画データ)を中間データとして作成し、この中間データ230と、印刷指示の要求元クライアントを識別するクライアント識別情報(端末固有情報、ユーザ固有情報)232と、ユーザ指定の印刷設定を格納するDEVMODE構造体のパブリック部(以下、DEVMODEパブリック部という。)234とを保存するよう中間データ格納部228に対し要求し、さらに出力情報作成部224を呼出す。この段階では出力先が決定されていないため、この中間データは、様々な機種のプリンタドライバが処理可能な共通形式のデータとされている。このような共通形式のデータとしては、EMF(Enhanced Metafile)を例示することができる。中間データ格納部228は、保存要求を受けて、中間データ230とクライアント識別情報232とDEVMODEパブリック部234とを対応付けて、ハードディスク装置などの記憶装置に格納する。 Upon receiving the print data, the print accepting unit 222 creates a page image (drawing data for each page) as intermediate data, and the client identification information (terminal-specific information) that identifies the intermediate data 230 and the client that requested the print instruction Information, user-specific information) 232 and a public part (hereinafter referred to as a DEVMODE public part) 234 of a DEVMODE structure that stores user-specified print settings are requested to the intermediate data storage part 228 and further output. The information creation unit 224 is called. Since the output destination is not determined at this stage, this intermediate data is data in a common format that can be processed by various types of printer drivers. An example of such common format data is EMF (Enhanced Metafile). In response to the save request, the intermediate data storage unit 228 associates the intermediate data 230, the client identification information 232, and the DEVMODE public unit 234 with each other and stores them in a storage device such as a hard disk device.
出力情報作成部224は、中間データ格納部228を呼出し、上記保存された中間データ230、クライアント識別情報232およびDEVMODEパブリック部234を読み出す。出力情報作成部224は、さらに、ルール定義格納部236を呼出し、クライアント識別情報、DEVMODEパブリック部234の各設定項目をキーとして、対応する出力条件を取得し、出力先および印刷設定の変更内容を判定する。出力情報作成部224は、特定された出力条件に設定済みDEVMODE構造体の使用が規定されているか否かを判定し、規定されている場合には、DEVMODE格納部240から必要な設定済みDEVMODE構造体を読み出す。そして、出力情報作成部224は、出力先および印刷設定が確定され、必要なデータがそろった後、印刷処理部226を呼出す。なお、出力情報作成部224は、本実施形態における、印刷要求が合致する入力条件に対応する出力条件を判定する手段、印刷設定データ構造の使用を規定するかを判定する手段を構成する。 The output information creation unit 224 calls the intermediate data storage unit 228, and reads the stored intermediate data 230, client identification information 232, and DEVMODE public unit 234. Further, the output information creation unit 224 calls the rule definition storage unit 236, acquires the corresponding output condition using the setting items of the client identification information and the DEVMODE public unit 234 as keys, and displays the change contents of the output destination and the print setting. judge. The output information creation unit 224 determines whether or not the use of the set DEVMODE structure is defined in the specified output condition. If the specified output condition is defined, the output information creation unit 224 determines the necessary set DEVMODE structure from the DEVMODE storage unit 240. Read the body. Then, the output information creation unit 224 calls the print processing unit 226 after the output destination and the print settings are confirmed and necessary data is prepared. Note that the output information creation unit 224 constitutes means for determining an output condition corresponding to an input condition that matches a print request and means for determining whether to use a print setting data structure in this embodiment.
印刷処理部226は、ルール定義データ238中に設定済みDEVMODE構造体の使用が規定されていない場合には、決定された出力先のプリンタドライバ260から標準(デフォルト)のDEVMODE構造体を取得する。図8(B)は、取得されるDEVMODE構造体のデータ構造を例示する。図8(B)に示すDEVMODE構造体380は、カラー設定(Color)および両面印刷(Duplex)の指定を含むパブリック部382と、当該リモートプリンタの独自機能(Specific X〜Z)の指定を含むプライベート部384とから構成される。印刷処理部226は、取得した標準のDEVMODE構造体体、またはDEVMODE格納部240から読み出した設定済みDEVMODE構造体を、ユーザ指定の印刷設定を規定するDEVMODEパブリック部234で一部上書きし、さらに、出力条件に共通の設定項目の変更が規定される場合には、変更対象の設定項目の内容で一部上書きする。なお、印刷処理部226は、本実施形態の印刷設定で一部上書きする手段を構成する。 When the use of the set DEVMODE structure is not defined in the rule definition data 238, the print processing unit 226 acquires a standard (default) DEVMODE structure from the determined output destination printer driver 260. FIG. 8B illustrates the data structure of the acquired DEVMODE structure. A DEVMODE structure 380 shown in FIG. 8B includes a public part 382 including designation of color settings (Color) and duplex printing (Duplex), and a private including designation of unique functions (Specific X to Z) of the remote printer. Part 384. The print processing unit 226 partially overwrites the acquired standard DEVMODE structure or the set DEVMODE structure read from the DEVMODE storage unit 240 with a DEVMODE public unit 234 that defines user-specified print settings. When the change of the setting items common to the output conditions is specified, a part of the setting item to be changed is overwritten. Note that the print processing unit 226 constitutes means for partially overwriting the print settings of the present embodiment.
印刷処理部226は、変更後の印刷設定が確定すると、上書きされた最終的なDEVMODE構造体を使用して、プリンタサーバ130上の、決定された出力先のリモートプリンタに対応するプリンタドライバ260に対し、当該印刷ジョブの実行を指令する。このとき、この最終的なDEVMODE構造体が保持する変更後の印刷設定がプリンタドライバに通知される。プリンタサーバ130は、対応するプリンタドライバ260を使用して、印刷ジョブの実行指令に応答して、出力先として決定されたリモートプリンタに対して印刷ジョブを実行させる。 When the print setting after the change is confirmed, the print processing unit 226 uses the final DEVMODE structure overwritten to the printer driver 260 corresponding to the determined output destination remote printer on the printer server 130. On the other hand, it instructs the execution of the print job. At this time, the printer driver is notified of the changed print settings held by the final DEVMODE structure. Using the corresponding printer driver 260, the printer server 130 causes the remote printer determined as the output destination to execute the print job in response to the print job execution command.
以下、図9を参照しながら、ルール定義データに従った印刷ジョブ処理について説明する。図9は、ルール定義データ238に従った印刷ジョブ処理を示すフローチャートを示す。図9に示す印刷ジョブ処理は、クライアント116からアプリケーション210へ印刷指示が行われ、アプリケーション210が印刷ジョブの印刷データを印刷受付部222に送信したことに応答して、ステップS200から開始する。ステップS201で、印刷受付部222は、印刷ジョブの印刷データをアプリケーション210から受信し、ステップS202で、中間データ230、クライアント識別情報232およびDEVMODEパブリック部234の保存を中間データ格納部228に要求し、ステップS203で、出力情報作成部224を呼出す。 Hereinafter, the print job processing according to the rule definition data will be described with reference to FIG. FIG. 9 is a flowchart showing print job processing according to the rule definition data 238. The print job processing shown in FIG. 9 starts from step S200 in response to a print instruction from the client 116 to the application 210 and the application 210 transmitting print data of the print job to the print reception unit 222. In step S201, the print reception unit 222 receives print data of the print job from the application 210. In step S202, the print reception unit 222 requests the intermediate data storage unit 228 to save the intermediate data 230, the client identification information 232, and the DEVMODE public unit 234. In step S203, the output information creation unit 224 is called.
ステップS204では、出力情報作成部224は、中間データ格納部228から、ステップS202で保存された中間データ230、クライアント識別情報232およびDRVMODEパブリック部234を読み込む。ステップS205では、出力情報作成部224は、ルール定義格納部236により、ルール定義データ238を検索し、クライアント識別情報232およびDRVMODEパブリック部234が合致する入力条件に対応付けられる出力条件(出力先、印刷設定の変更内容)を取得し、出力情報を作成する。ここで、出力情報は、中間データ230、クライアント識別情報232、DEVMODEパブリック部234および出力条件含む、出力に必要な情報をいう。ステップS206では、出力情報作成部224は、出力条件中に設定済みDEVMODE構造体242の使用が規定されているか否かを判定する。 In step S204, the output information creation unit 224 reads the intermediate data 230, the client identification information 232, and the DRVMODE public unit 234 stored in step S202 from the intermediate data storage unit 228. In step S205, the output information creation unit 224 searches the rule definition storage unit 236 for the rule definition data 238, and the output conditions (output destination, output destination, 234) are matched with the input conditions that match the client identification information 232 and the DRVMODE public unit 234. Change the print settings) and create output information. Here, the output information refers to information necessary for output including the intermediate data 230, the client identification information 232, the DEVMODE public unit 234, and the output conditions. In step S206, the output information creation unit 224 determines whether or not the use of the set DEVMODE structure 242 is defined in the output condition.
ステップS206で、設定済みDEVMODE構造体242を使用すると判定された場合(YES)には、ステップS207へ処理が進められる。ステップS207では、出力情報作成部224は、DEVMODE格納部240から出力条件に対応する設定済みDEVMODE構造体を読み込み、ステップS208へ処理を進める。また、ステップS206で、設定済みDEVMODE構造体242を使用しないと判定された場合(NO)には、ステップS208へ直接処理が進められる。ステップS208では、出力情報作成部224は、出力情報および適宜設定済みDEVMODE構造体を渡して、印刷処理部226を呼出す。 If it is determined in step S206 that the set DEVMODE structure 242 is used (YES), the process proceeds to step S207. In step S207, the output information creation unit 224 reads the set DEVMODE structure corresponding to the output condition from the DEVMODE storage unit 240, and proceeds to step S208. If it is determined in step S206 that the set DEVMODE structure 242 is not used (NO), the process proceeds directly to step S208. In step S208, the output information creation unit 224 passes the output information and the appropriately set DEVMODE structure, and calls the print processing unit 226.
ステップS209では、印刷処理部226は、設定済みDEVMODE構造体があるか否かを判定する。ステップS209で、設定済みDEVMODE構造体がないと判定された場合(NO)には、ステップS210へ処理を進める。ステップS210では、印刷処理部226は、出力条件に規定された出力先のプリンタドライバ260から標準のDEVMODE構造体を取得し、ステップS211へ処理を進める。一方、ステップS209で、設定済みDEVMODE構造体があると判定された場合(YES)には、ステップS211へ直接処理を進める。 In step S209, the print processing unit 226 determines whether there is a set DEVMODE structure. If it is determined in step S209 that there is no set DEVMODE structure (NO), the process proceeds to step S210. In step S210, the print processing unit 226 acquires a standard DEVMODE structure from the output destination printer driver 260 defined in the output condition, and proceeds to step S211. On the other hand, if it is determined in step S209 that there is a set DEVMODE structure (YES), the process proceeds directly to step S211.
印刷処理部226は、ステップS211では、ステップS210で取得した標準のDEVMODE構造体、またはステップS207で読み込まれた設定済みDEVMODE構造体に対し、ユーザ指定の印刷設定を保持するDEVMODEパブリック部234を上書きし、ステップS212で、さらに、出力条件に規定された変更対象の設定項目の内容を上書きする。ステップS213では、印刷処理部226は、中間データおよび変更後の最終的な印刷設定を保持するDEVMODE構造体を使用し、プリンタドライバ260に対し、印刷ジョブを実行指令し、ステップS214で本処理を終了させる。 In step S211, the print processing unit 226 overwrites the standard DEVMODE structure acquired in step S210 or the set DEVMODE structure read in step S207 with the DEVMODE public unit 234 that holds user-specified print settings. In step S212, the setting item to be changed specified in the output condition is further overwritten. In step S213, the print processing unit 226 uses the DEVMODE structure that holds the intermediate data and the final print setting after the change, and instructs the printer driver 260 to execute a print job. In step S214, the print processing unit 226 performs this process. Terminate.
以上説明したように、本発明の実施形態によれば、所定の条件に応じて、印刷設定を強制的に変更し、所望の出力先の画像形成装置に振り分ける際に、その変更対象の設定項目が、決定された出力先プリンタドライバ固有なものであっても、上記所定の条件に応じて正しく印刷設定を変更することが可能な情報処理装置、プログラムおよび記録媒体を提供することができる。 As described above, according to the embodiment of the present invention, when a print setting is forcibly changed according to a predetermined condition and distributed to a desired output destination image forming apparatus, the setting item to be changed However, it is possible to provide an information processing apparatus, a program, and a recording medium that can change print settings correctly in accordance with the predetermined condition even if it is unique to the determined output destination printer driver.
本発明の実施形態によれば、種々の印刷設定のうちのベンダ間共通の設定項目のみならず、ベンダ固有または機種固有の設定項目についても、予め定義したルールに応じて変更を加えることが可能となる。また、ベンダ間共通とされる設定項目であっても、機種によっては未サポートの項目ものがあるが、このような場合でも、ルールに応じて変更を加えることが可能となる。したがって、幅広いベンダが提供する画像形成装置に容易に機種対応することができる。 According to the embodiment of the present invention, it is possible to change not only the setting items common among vendors among various print settings, but also the setting items unique to the vendor or the model according to the predefined rule. It becomes. Also, some setting items that are common among vendors are not supported depending on the model, but even in such a case, changes can be made according to the rules. Therefore, it is possible to easily cope with image forming apparatuses provided by a wide range of vendors.
さらに、本発明の実施形態によれば、決定された出力先のプリンタドライバに固有な設定項目の変更を条件付けることができるルール定義データを作成するための情報処理装置、プログラムおよび記録媒体を提供することができる。なお、上述までの実施形態では、印刷設定を保持する印刷設定データ構造として、DEVMODE構造体を例に説明してきたが、XPS(XML Paper Specification )形式の印刷データを採用する場合には、PrintereTicket形式のデータ構造を採用することもできる。 Furthermore, according to an embodiment of the present invention, there is provided an information processing apparatus, a program, and a recording medium for creating rule definition data that can condition a change of a setting item unique to a determined output destination printer driver can do. In the above-described embodiments, the DEVMODE structure has been described as an example of the print setting data structure that holds the print settings. However, when print data in the XPS (XML Paper Specification) format is adopted, the PrinterTicket format is used. The data structure can also be adopted.
また本発明の実施形態によれば、パーソナル・コンピュータやシンクライアントが複数の画像形成装置にアクセスすることが可能なネットワークプリント環境で、ユーザ固有の情報や端末固有の情報、印刷設定およびジョブ内容に関連して定義付けた規則に従って、柔軟にジョブ出力先および印刷設定を変更および制限し、適切なプリンタから出力させることが可能となり、出力業務ごとの管理を効率化し、さらに情報セキュリティの向上を可能とすることが可能となる。 In addition, according to the embodiment of the present invention, in a network print environment in which a personal computer or a thin client can access a plurality of image forming apparatuses, user-specific information, terminal-specific information, print settings, and job contents are stored. It is possible to change and restrict job output destinations and print settings flexibly according to the rules defined in relation to them, and output them from an appropriate printer, making management for each output job more efficient and improving information security possible. It becomes possible.
本実施形態の上記機能は、C、C++、C#、Java(登録商標)などのオブジェクト指向プログラミング言語などで記述された装置実行可能なプログラムにより実現でき、本実施形態のプログラムは、ハードディスク装置、CD−ROM、MO、DVD、フレキシブルディスク、EEPROM、EPROMなどの装置可読な記録媒体に格納して頒布することができ、また他装置が可能な形式でネットワークを介して伝送することができる。 The above functions of the present embodiment can be realized by a device executable program described in an object-oriented programming language such as C, C ++, C #, Java (registered trademark), etc. It can be stored and distributed on a device-readable recording medium such as a CD-ROM, MO, DVD, flexible disk, EEPROM, EPROM, etc., and can be transmitted via a network in a format that other devices can.
これまで本実施形態につき説明してきたが、本発明は、上述した実施形態に限定されるものではなく、他の実施形態、追加、変更、削除など、当業者が想到することができる範囲内で変更することができ、いずれの態様においても本発明の作用効果を奏する限り、本発明の範囲に含まれるものである。 Although the present embodiment has been described so far, the present invention is not limited to the above-described embodiment, and other embodiments, additions, changes, deletions, and the like can be conceived by those skilled in the art. As long as the effects of the present invention are exhibited in any aspect, the present invention is included in the scope of the present invention.
100…プリントシステム、102…ネットワーク、110…アプリケーション・サーバ、112,114,116,118…クライアント、122,124,126,128…リモートプリンタ、130…プリンタサーバ、140,150,160…ロケーション、210…アプリケーション、220…仮想プリンタドライバ、222…印刷受付部、224…出力情報作成部、226…印刷処理部、228…中間データ格納部、230…中間データ、232…クライアント識別情報、234…DEVMODEパブリック部、236…ルール定義格納部、238…ルール定義データ、240…DEVMODE格納部、242…設定済みDEVMODE構造体、250…入力装置、252…設定入力受付部、254…ルール定義データ書込部、256…プリンタドライバUI操作部、260…プリンタドライバ、300…入力条件設定画面、302…テキストボックス群、304…ラジオボタン、306,308…ラジオボタン群、310…OKボタン、320…出力条件設定画面、322…プルダウンメニュー、324…ラジオボタン、326,328…ラジオボタン群、330…チェックボックス、332…OKボタン、340…印刷設定用画面、342…UI部品群、344…OKボタン、360…ルール定義データ、380…DEVMODE構造体、382…パブリック部、384…プライベート部 DESCRIPTION OF SYMBOLS 100 ... Print system, 102 ... Network, 110 ... Application server, 112, 114, 116, 118 ... Client, 122, 124, 126, 128 ... Remote printer, 130 ... Printer server, 140, 150, 160 ... Location, 210 ... Application, 220 ... Virtual printer driver, 222 ... Print reception unit, 224 ... Output information creation unit, 226 ... Print processing unit, 228 ... Intermediate data storage unit, 230 ... Intermediate data, 232 ... Client identification information, 234 ... DEVMODE public , 236 ... rule definition storage unit, 238 ... rule definition data, 240 ... DEVMODE storage unit, 242 ... set DEVMODE structure, 250 ... input device, 252 ... setting input receiving unit, 254 ... rule definition data writing unit, 56 ... Printer driver UI operation unit, 260 ... Printer driver, 300 ... Input condition setting screen, 302 ... Text box group, 304 ... Radio button, 306, 308 ... Radio button group, 310 ... OK button, 320 ... Output condition setting screen 322 ... Pull-down menu, 324 ... Radio button, 326, 328 ... Radio button group, 330 ... Check box, 332 ... OK button, 340 ... Print setting screen, 342 ... UI parts group, 344 ... OK button, 360 ... Rule Definition data, 380 ... DEVMODE structure, 382 ... Public part, 384 ... Private part
Claims (21)
印刷要求に応答して、印刷設定の変更を規定する出力条件と該出力条件の適用を条件付ける入力条件とを対応付けるルールにより、該印刷要求が合致する入力条件に対応する出力条件を判定する手段と、
判定された出力条件が、印刷設定の変更が反映された設定済みの印刷設定データ構造の使用を規定するかを判定する手段と、
使用が規定される場合には対応する設定済みの印刷設定データ構造を、使用が規定されない場合には対応する印刷制御プログラムから取得した標準の印刷設定データ構造を、前記印刷要求で指定される印刷設定で一部上書きする手段と
を含む、情報処理装置。 An information processing apparatus that changes a specified print setting according to a rule, processes a print request, and notifies the print control program of the changed print setting,
Means for determining an output condition corresponding to an input condition that matches the print request based on a rule that associates an output condition that prescribes a change in print settings and an input condition that conditions the application of the output condition in response to the print request When,
Means for determining whether the determined output condition stipulates use of a set print setting data structure that reflects a change in print settings;
The print setting data structure corresponding to the specified print setting data when the use is specified, or the standard print setting data structure acquired from the corresponding print control program when the use is not specified is specified in the print request. An information processing apparatus including means for partially overwriting with settings.
印刷要求に応答して、印刷設定の変更を規定する出力条件と該出力条件の適用を条件付ける入力条件とを対応付けるルールにより、該印刷要求が合致する入力条件に対応する出力条件を判定する手段、
判定された出力条件が、印刷設定の変更が反映された設定済みの印刷設定データ構造の使用を規定するかを判定する手段、および
使用が規定される場合には対応する設定済みの印刷設定データ構造を、使用が規定されない場合には対応する印刷制御プログラムから取得した標準の印刷設定データ構造を、前記印刷要求で指定される印刷設定で一部上書きする手段
をコンピュータに実現するためのコンピュータ実行可能なプログラム。 A computer-executable program for changing a specified print setting according to a rule, processing a print request, and notifying the print control program of the changed print setting,
Means for determining an output condition corresponding to an input condition that matches the print request based on a rule that associates an output condition that prescribes a change in print settings and an input condition that conditions the application of the output condition in response to the print request ,
Means for determining whether the determined output condition stipulates the use of the set print setting data structure reflecting the change of the print setting, and if the use is specified, the corresponding set print setting data Computer execution for realizing in the computer means for partially overwriting the standard print setting data structure obtained from the corresponding print control program when the use is not specified with the print setting specified in the print request Possible program.
印刷設定の変更を規定する出力条件と該出力条件の適用を条件付ける入力条件との入力を受け付ける受付手段と、
前記出力条件が、印刷設定データ構造のパブリック部に規定されるベンダ間共通の設定項目に該当するか、前記印刷設定データ構造のプライベート部に規定される固有の設定項目に該当するかを判定する手段と、
前記固有の設定項目に該当する場合に、出力先の印刷制御プログラムに対し印刷設定画面の表示を依頼する依頼手段と、
前記印刷設定画面を介して設定済みの印刷設定データ構造が取得された場合に、該設定済みの印刷設定データ構造を前記入力条件に対応付けて定義データに書き込む書込手段と
を含む、情報処理装置。 An information processing apparatus that creates definition data that defines a rule for processing a print request by changing a specified print setting,
Receiving means for receiving an input of an output condition that prescribes a change in print settings and an input condition that conditions application of the output condition;
It is determined whether the output condition corresponds to a setting item common to the vendors specified in the public part of the print setting data structure or a specific setting item specified in the private part of the print setting data structure Means,
A request means for requesting the print control program of the output destination to display a print setting screen when corresponding to the specific setting item;
And a writing unit that writes the set print setting data structure in the definition data in association with the input condition when the set print setting data structure is acquired via the print setting screen. apparatus.
印刷設定の変更を規定する出力条件と該出力条件の適用を条件付ける入力条件との入力を受け付ける受付手段、
前記出力条件が、印刷設定データ構造のパブリック部に規定されるベンダ間共通の設定項目に該当するか、前記印刷設定データ構造のプライベート部に規定される固有の設定項目に該当するかを判定する手段、
前記固有の設定項目に該当する場合に、出力先の印刷制御プログラムに対し印刷設定画面の表示を依頼する依頼手段、および
前記印刷設定画面を介して設定済みの印刷設定データ構造が取得された場合に、該設定済みの印刷設定データ構造を前記入力条件に対応付けて定義データに書き込む書込手段
をコンピュータに実現するためのコンピュータ実行可能なプログラム。 A computer-executable program for creating definition data that defines rules for processing a print request by changing specified print settings,
Receiving means for receiving input of an output condition that prescribes a change in print settings and an input condition that conditions the application of the output condition;
It is determined whether the output condition corresponds to a setting item common to the vendors specified in the public part of the print setting data structure or a specific setting item specified in the private part of the print setting data structure means,
Request means for requesting the print control program of the output destination to display a print setting screen when the specific setting item is applicable, and when a print setting data structure that has been set is acquired via the print setting screen A computer-executable program for realizing in a computer writing means for writing the set print setting data structure in the definition data in association with the input condition.
印刷設定の変更を規定する出力条件と該出力条件の適用を条件付ける入力条件との入力を受け付ける受付手段と、
前記出力条件が、印刷設定データ構造のパブリック部に規定されるベンダ間共通の設定項目に該当するか、前記印刷設定データ構造のプライベート部に規定される固有の設定項目に該当するかを判定する手段と、
前記固有の設定項目に該当する場合に、出力先の印刷制御プログラムに対し印刷設定画面の表示を依頼する依頼手段と、
前記印刷設定画面を介して設定済みの印刷設定データ構造が取得された場合に、該設定済みの印刷設定データ構造を前記入力条件に対応付けて定義データに書き込む書込手段と、
印刷要求に応答して、印刷設定の変更を規定する出力条件と該出力条件の適用を条件付ける入力条件とを対応付けるルールにより、該印刷要求が合致する入力条件に対応する出力条件を判定する手段と、
判定された出力条件が、印刷設定の変更が反映された設定済みの印刷設定データ構造の使用を規定するかを判定する手段と、
使用が規定される場合には対応する設定済みの印刷設定データ構造を、使用が規定されない場合には対応する印刷制御プログラムから取得した標準の印刷設定データ構造を、前記印刷要求で指定される印刷設定で一部上書きする手段と
を含む、情報処理装置。 A print control program that creates definition data that defines a rule for processing a print request by changing a specified print setting, changes the specified print setting according to the rule, and processes the print request An information processing apparatus for notifying the print setting after the change,
Receiving means for receiving an input of an output condition that prescribes a change in print settings and an input condition that conditions application of the output condition;
It is determined whether the output condition corresponds to a setting item common to the vendors specified in the public part of the print setting data structure or a specific setting item specified in the private part of the print setting data structure Means,
A request means for requesting the print control program of the output destination to display a print setting screen when corresponding to the specific setting item;
A writing unit that writes the set print setting data structure in the definition data in association with the input condition when the set print setting data structure is acquired via the print setting screen;
Means for determining an output condition corresponding to an input condition that matches the print request based on a rule that associates an output condition that prescribes a change in print settings and an input condition that conditions the application of the output condition in response to the print request When,
Means for determining whether the determined output condition stipulates use of a set print setting data structure that reflects a change in print settings;
The print setting data structure corresponding to the specified print setting data when the use is specified, or the standard print setting data structure acquired from the corresponding print control program when the use is not specified is specified in the print request. An information processing apparatus including means for partially overwriting with settings.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010149139A JP5577892B2 (en) | 2010-06-30 | 2010-06-30 | Information processing apparatus, program, and recording medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010149139A JP5577892B2 (en) | 2010-06-30 | 2010-06-30 | Information processing apparatus, program, and recording medium |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2012014345A true JP2012014345A (en) | 2012-01-19 |
JP5577892B2 JP5577892B2 (en) | 2014-08-27 |
Family
ID=45600716
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2010149139A Expired - Fee Related JP5577892B2 (en) | 2010-06-30 | 2010-06-30 | Information processing apparatus, program, and recording medium |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP5577892B2 (en) |
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2014081747A (en) * | 2012-10-15 | 2014-05-08 | Konica Minolta Inc | Printing system, printing method, printing server and printing program |
JP2015176529A (en) * | 2014-03-18 | 2015-10-05 | 株式会社リコー | Information processing system, information processor and information processing method |
JP2016062214A (en) * | 2014-09-17 | 2016-04-25 | 株式会社リコー | Output system, terminal device, and program |
WO2017199311A1 (en) * | 2016-05-16 | 2017-11-23 | 富士通株式会社 | Printing method, printing program, and printing system |
JP2018073409A (en) * | 2016-10-27 | 2018-05-10 | 京セラドキュメントソリューションズ株式会社 | Information processing device, and job distribution method and program |
JP2018152017A (en) * | 2017-03-15 | 2018-09-27 | キヤノン株式会社 | Information processing device, control method and program |
US10496337B2 (en) | 2017-03-07 | 2019-12-03 | Ricoh Company, Ltd. | Information processing device, information processing method, and recording medium |
US10795622B2 (en) | 2018-03-14 | 2020-10-06 | Ricoh Company, Ltd. | Information processing apparatus, printing method, and computer-readable medium |
CN112434952A (en) * | 2020-11-26 | 2021-03-02 | 北京嘀嘀无限科技发展有限公司 | Business data rule judgment method, device, equipment and storage medium |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2004005697A (en) * | 2003-05-30 | 2004-01-08 | Riso Kagaku Corp | Printing system, printing method, and computer readable recording medium recording virtual printer driver program |
JP2006178654A (en) * | 2004-12-21 | 2006-07-06 | Ricoh Co Ltd | Information processor, and method and program for processing image formation request |
JP2006277081A (en) * | 2005-03-28 | 2006-10-12 | Fuji Xerox Co Ltd | Documents distribution system, method, and program |
JP2009188581A (en) * | 2008-02-05 | 2009-08-20 | Kyocera Mita Corp | Image forming apparatus, ui client for the ui image unification, image forming apparatus with extension console and setting value selection coping method |
JP2009223834A (en) * | 2008-03-18 | 2009-10-01 | Canon Inc | Print setting processor and print setting processing method |
JP2009245099A (en) * | 2008-03-31 | 2009-10-22 | Seiko Epson Corp | Distributed printing method and distributed printing system of printer, and virtual printer driver |
-
2010
- 2010-06-30 JP JP2010149139A patent/JP5577892B2/en not_active Expired - Fee Related
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2004005697A (en) * | 2003-05-30 | 2004-01-08 | Riso Kagaku Corp | Printing system, printing method, and computer readable recording medium recording virtual printer driver program |
JP2006178654A (en) * | 2004-12-21 | 2006-07-06 | Ricoh Co Ltd | Information processor, and method and program for processing image formation request |
JP2006277081A (en) * | 2005-03-28 | 2006-10-12 | Fuji Xerox Co Ltd | Documents distribution system, method, and program |
JP2009188581A (en) * | 2008-02-05 | 2009-08-20 | Kyocera Mita Corp | Image forming apparatus, ui client for the ui image unification, image forming apparatus with extension console and setting value selection coping method |
JP2009223834A (en) * | 2008-03-18 | 2009-10-01 | Canon Inc | Print setting processor and print setting processing method |
JP2009245099A (en) * | 2008-03-31 | 2009-10-22 | Seiko Epson Corp | Distributed printing method and distributed printing system of printer, and virtual printer driver |
Cited By (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2014081747A (en) * | 2012-10-15 | 2014-05-08 | Konica Minolta Inc | Printing system, printing method, printing server and printing program |
JP2015176529A (en) * | 2014-03-18 | 2015-10-05 | 株式会社リコー | Information processing system, information processor and information processing method |
JP2016062214A (en) * | 2014-09-17 | 2016-04-25 | 株式会社リコー | Output system, terminal device, and program |
WO2017199311A1 (en) * | 2016-05-16 | 2017-11-23 | 富士通株式会社 | Printing method, printing program, and printing system |
JPWO2017199311A1 (en) * | 2016-05-16 | 2019-01-17 | 富士通株式会社 | Print output method, print output program, and print output system |
JP2018073409A (en) * | 2016-10-27 | 2018-05-10 | 京セラドキュメントソリューションズ株式会社 | Information processing device, and job distribution method and program |
JP7081113B2 (en) | 2016-10-27 | 2022-06-07 | 京セラドキュメントソリューションズ株式会社 | Information processing equipment, job distribution method and program |
US10496337B2 (en) | 2017-03-07 | 2019-12-03 | Ricoh Company, Ltd. | Information processing device, information processing method, and recording medium |
JP2018152017A (en) * | 2017-03-15 | 2018-09-27 | キヤノン株式会社 | Information processing device, control method and program |
US10795622B2 (en) | 2018-03-14 | 2020-10-06 | Ricoh Company, Ltd. | Information processing apparatus, printing method, and computer-readable medium |
CN112434952A (en) * | 2020-11-26 | 2021-03-02 | 北京嘀嘀无限科技发展有限公司 | Business data rule judgment method, device, equipment and storage medium |
Also Published As
Publication number | Publication date |
---|---|
JP5577892B2 (en) | 2014-08-27 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5577892B2 (en) | Information processing apparatus, program, and recording medium | |
US7143210B2 (en) | User-defined printer selection administration policy | |
JP5402392B2 (en) | Printer network system, server apparatus, printing method, program, and recording medium | |
JP5915278B2 (en) | Program, information processing apparatus, storage medium | |
JP5004709B2 (en) | Image processing apparatus, system, program, and recording medium | |
JP5321929B2 (en) | Universal device driver, device control program, information processing apparatus, server apparatus, and method | |
US9513847B2 (en) | Tools for facilitating printer installation | |
US9049332B2 (en) | Management apparatus, management method and network system | |
JP2005050059A (en) | Client/server system, information processing apparatus and method, program and storage medium | |
JP2007317195A (en) | Method and medium for execution of print job | |
JP7341647B2 (en) | Information processing device, control method and program | |
JP2012053789A (en) | Network device management system, network device management device, client device, and method therefor | |
JP2011108132A (en) | Server device, print system, image forming apparatus, program and recording medium | |
JP2020107241A (en) | Information processing apparatus, control method, and application program | |
JP2014149594A (en) | Information processing system and control method of the same, and program | |
JP2006277446A (en) | Provision system for device driver and application software | |
JP5551422B2 (en) | Method and apparatus for incorporating security features into a document | |
US8605305B2 (en) | Information processing apparatus, image forming apparatus and user interface generating method | |
JP5729039B2 (en) | Information processing system, server device, client terminal, installation method, program, printer driver, and recording medium | |
JP2007140909A (en) | Image forming device, client device, image forming system, control method and driver program | |
JP2009015798A (en) | Information processor, program and recording medium | |
JP5028456B2 (en) | System that mediates printing on the network | |
JP5707893B2 (en) | Information processing apparatus, information processing system, information processing method, and information processing program | |
JP6191272B2 (en) | Printing program, information processing apparatus, and printing system | |
JP2013058010A (en) | Image processing system, image processing device, image forming device and program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20130404 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20140226 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20140401 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20140523 |
|
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: 20140610 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20140623 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 5577892 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |
|
LAPS | Cancellation because of no payment of annual fees |