JP2007041939A - Print system - Google Patents

Print system Download PDF

Info

Publication number
JP2007041939A
JP2007041939A JP2005226805A JP2005226805A JP2007041939A JP 2007041939 A JP2007041939 A JP 2007041939A JP 2005226805 A JP2005226805 A JP 2005226805A JP 2005226805 A JP2005226805 A JP 2005226805A JP 2007041939 A JP2007041939 A JP 2007041939A
Authority
JP
Japan
Prior art keywords
job
unit
information
application
printing system
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.)
Withdrawn
Application number
JP2005226805A
Other languages
Japanese (ja)
Inventor
Isamu Nakagawa
勇 中川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP2005226805A priority Critical patent/JP2007041939A/en
Publication of JP2007041939A publication Critical patent/JP2007041939A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To improve the operation property of a job account system and to improve the working efficiency of a user under control. <P>SOLUTION: This print system comprises a first information processor for applying data processing to one job, an image forming device for receiving the one job and performing print processing, and a second information processor capable of receiving job information created in a plurality of processings related to the one job from the image forming device. The first information processor has a recording means for recording application identification information for performing the data processing and the version on the job. The second information processor comprises a setting means for setting a condition for the job, a determining means for determining whether to fulfil the condition, and an executing means for performing a fixed processing in response to the result of the determining means. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、ネットワークに接続されたプリンタ、スキャナ、ファクシミリ、複写機など、およびそれらを統合したマルチファンクション機器(MFP)などの周辺機器、及びこれらの機器を管理するコンピュータ、ネットワークシステムに関するものである。   The present invention relates to peripheral devices such as printers, scanners, facsimiles, copiers, and the like connected to a network, and multifunction devices (MFPs) that integrate them, computers that manage these devices, and network systems. .

従来から、ジョブ情報を取得して管理する画像処理システムに関するジョブ管理方式が開発されてきている。適切なジョブの管理(ジョブアカウント)を行うためには、周辺機器で実行されたジョブ情報を取得することが必要である。従来、ジョブ情報を取得するためには、次のような2つの方法があった。構成図を図15に示す。   Conventionally, a job management system related to an image processing system that acquires and manages job information has been developed. In order to perform appropriate job management (job account), it is necessary to acquire job information executed by a peripheral device. Conventionally, there are the following two methods for acquiring job information. A block diagram is shown in FIG.

<方式1>
1)アプリケーションは、GDIに対して印刷を要求する。
<Method 1>
1) The application requests GDI to print.

2)ログ収集クライアントは、1の呼び出しをフックし、パラメータを解析することによって、ユーザ名、コンピュータ名、プリンタ名、ポート名、文書名、アプリケーション名、印刷ページ数、用紙サイズ、色情報(モノクロ・カラー)、両面片面情報、部数といった情報を取得する。   2) The log collection client hooks 1 call and analyzes the parameters to analyze the user name, computer name, printer name, port name, document name, application name, number of printed pages, paper size, color information (monochrome)・ Acquire information such as color), double-sided / single-sided information, and number of copies.

3)ログ収集クライアントは、2で取得した情報をログ収集サーバに送信する。   3) The log collection client transmits the information acquired in 2 to the log collection server.

<方式2>
1)ログ収集クライアントは、スプーラに対して、状態が変化したときにコールバックされるようOSによって提供されるAPIを呼ぶ。
<Method 2>
1) The log collection client calls an API provided by the OS to be called back to the spooler when the state changes.

2)アプリケーションは、GDIに対して印刷を要求する。   2) The application requests GDI to print.

3)GDIは、プリンタドライバを呼び出す。   3) The GDI calls the printer driver.

4)プリンタドライバはOSの描画命令をプリンタ固有の命令に変換し、スプーラに書き込む。   4) The printer driver converts the OS drawing command into a printer-specific command and writes it to the spooler.

5)スプーラはログ収集クライアントにジョブが投入された旨通知する。   5) The spooler notifies the log collection client that the job has been submitted.

6)ログ収集クライアントはジョブ投入通知を受け取る。   6) The log collection client receives a job submission notification.

7)ログ収集クライアントは、OSによって提供されるAPIを呼び、今スプーラに投入されているジョブの、ユーザ名、コンピュータ名、プリンタ名、ポート名、文書名、アプリケーション名、印刷ページ数、用紙サイズ、色情報(モノクロ・カラー)、両面片面情報、部数といった情報を取得する。   7) The log collection client calls the API provided by the OS, and the user name, computer name, printer name, port name, document name, application name, number of printed pages, paper size of the job that is currently submitted to the spooler Information such as color information (monochrome / color), double-sided / single-sided information, and number of copies is acquired.

8)ログ収集クライアントは、2で取得した情報をログ収集サーバに送信する。   8) The log collection client transmits the information acquired in 2 to the log collection server.

9)スプーラはプリンタにジョブデータを送信する。   9) The spooler sends job data to the printer.

ログ収集サーバは、上記の方式1あるいは方式2により、ログ収集クライアントからジョブ情報を受け取り、データベースに格納する。機器管理者はデータベースアクセスプログラムを介して、データベースを参照して、ユーザ別の月ごとの出力面数の集計、アプリケーション別の曜日ごとの出力面数の集計、といったジョブの分析を行う。   The log collection server receives job information from the log collection client by the method 1 or method 2 and stores it in the database. The device manager refers to the database via the database access program, and performs job analysis such as totaling the number of output pages for each user by month and totaling the number of output pages for each day of the week for each application.

又、従来例としては、例えば特許文献1をあげることが出来る。
特開2001−5629号公
As a conventional example, for example, Patent Document 1 can be cited.
Japanese Patent Laid-Open No. 2001-5629

しかしながら、上記従来例のジョブ管理方式では、ログ収集プログラムを印刷が行われる個々のPCにインストールする必要があった。   However, in the above-described conventional job management method, it is necessary to install the log collection program on each PC on which printing is performed.

さらに、ユーザが使用しているアプリケーション名を集計できたとしても、それ以上の、例えばユーザの利便性を向上させるのに役立つような機能を提供することができなかった。また、使用しているアプリケーション名は把握できるがその詳細なバージョンを知る方法、バージョンの統一を促進する方法がなかった。   Further, even if the names of applications used by the user can be totaled, it has not been possible to provide further functions that are useful for improving user convenience, for example. In addition, although the name of the application used can be grasped, there is no method for knowing the detailed version of the application and for promoting the unification of the versions.

本発明は、かかる問題点を鑑みてなされたものであり、ジョブアカウントシステムの運用性の向上、管理下ユーザの作業効率の向上、目的とする。   The present invention has been made in view of such problems, and aims to improve the operability of the job account system and the work efficiency of the managed user.

かかる目的の少なくとも一つを達成すべく、本願においては、以下の手段を提供する。   In order to achieve at least one of these objects, the present application provides the following means.

請求項1に記載の発明は、一つのジョブに対するデータ処理を行う第一の情報処理装置と、前記一つのジョブを受信して印刷処理を行う画像形成装置と、前記画像形成装置から前記一つのジョブに係る複数の処理において生成されるジョブ情報を受信可能な第二の情報処理装置とを含む印刷システムにおいて、
前記第一の情報処理装置は、データ処理を行うアプリケーション識別情報をジョブに記録する記録手段、
を備えることを特徴とする。
According to a first aspect of the present invention, there is provided a first information processing apparatus that performs data processing on one job, an image forming apparatus that receives the one job and performs print processing, and the image forming apparatus that receives the one information processing apparatus. In a printing system including a second information processing apparatus capable of receiving job information generated in a plurality of processes related to a job,
The first information processing apparatus includes a recording unit that records application identification information for data processing in a job,
It is characterized by providing.

請求項2に記載の発明は、前記第一の情報処理装置は、データ処理を行うアプリケーションのバージョン情報をジョブに記録する記録手段、
を備えることを特徴とする。
The invention according to claim 2 is characterized in that the first information processing apparatus records version information of an application for performing data processing in a job,
It is characterized by providing.

請求項3に記載の発明は、前記第二の情報処理装置は、画像形成装置から受信したジョブ情報が既定の条件を満たすかどうか判別する判別手段、前記判別手段の結果に応じて、既定の処理を行う実行手段を備えることを特徴とする請求項1あるいは請求項2に記載の印刷システムである。   According to a third aspect of the present invention, the second information processing apparatus is configured to determine whether the job information received from the image forming apparatus satisfies a predetermined condition; The printing system according to claim 1, further comprising execution means for performing processing.

請求項4に記載の発明は、前記第二の情報処理装置は、ジョブに対する条件を設定する設定手段を備える請求項3に記載の印刷システムである。   The invention according to claim 4 is the printing system according to claim 3, wherein the second information processing apparatus includes setting means for setting a condition for the job.

請求項5に記載の発明は、前記設定手段は、アプリケーション指定手段、フィニッシング法指定手段、閾値指定手段、を備える請求項4に記載の印刷システムである。   A fifth aspect of the present invention is the printing system according to the fourth aspect, wherein the setting unit includes an application designating unit, a finishing method designating unit, and a threshold designating unit.

請求項6に記載の発明は、前記設定手段は、アプリケーション指定手段、アプリケーションバージョン指定手段、を備える請求項4に記載の印刷システムである。   A sixth aspect of the present invention is the printing system according to the fourth aspect, wherein the setting unit includes an application designation unit and an application version designation unit.

請求項7に記載の発明は、前記実行手段は、使用者に対する通知手段であることを特徴とする請求項4から6に記載の印刷システムである。   A seventh aspect of the present invention is the printing system according to any one of the fourth to sixth aspects, wherein the execution unit is a notification unit for a user.

以上説明した様に、本願記載の発明によれば、ジョブアカウントシステムの運用性の向上、管理下ユーザの作業効率の向上、が可能になる。   As described above, according to the invention described in the present application, it is possible to improve the operability of the job account system and the work efficiency of the managed user.

(第一実施形態)
以下、図面を参照して、本発明の実施形態の一例を詳細に説明する。
(First embodiment)
Hereinafter, an example of an embodiment of the present invention will be described in detail with reference to the drawings.

図1は、本発明の実施形態の一例を示すジョブアカウントシステムの装置並びにモジュール構成を示す図である。なお、本発明は複数の機器からなるシステムにおいて達成される。また、システムあるいは装置にプログラムを供給することにより、本発明が達成される場合にも適用されることはいうまでもない。   FIG. 1 is a diagram showing an apparatus and module configuration of a job account system showing an example of an embodiment of the present invention. The present invention is achieved in a system composed of a plurality of devices. Further, it goes without saying that the present invention is also applied when the present invention is achieved by supplying a program to a system or apparatus.

ジョブアカウントサーバ101は、登録プリンタデータベース102に記憶されているデバイスを定期的にアクセスし、プリンタからジョブログを取得し、ジョブログデータベース103に記録する。ジョブアカウントサーバはUI(ユーザインタフェース)制御部105を通じて、処理命令を受け取り必要な処理を行う。例えば、集計部104を用いてジョブログデータベース103を検索することにより、ある使用者の指定された期間内のジョブの総枚数を算出するといった処理を行う。設定格納部は、UI制御部105を通じて指定された設定情報を格納する。   The job account server 101 periodically accesses devices stored in the registered printer database 102, acquires a job log from the printer, and records it in the job log database 103. The job account server receives a processing command through a UI (user interface) control unit 105 and performs necessary processing. For example, the job log database 103 is searched using the totaling unit 104 to perform a process of calculating the total number of jobs within a specified period of a certain user. The setting storage unit stores setting information designated through the UI control unit 105.

プリントクライアント110では次のような処理が行われる。アプリケーション111はGDI112に対して、印刷を要求する。GDIはプリンタドライバ113を呼び出す。プリンタドライバ113は、GDI呼び出しをプリンタ120に適合したPDL(PageDescriptionLanguage)に変換する。さらに、PDLをJL(JobLanguage)で包む。JLとはジョブを管理するための言語で、代表的なものに米国ヒューレッド・パッカード社のPJL(PrinterJobLanguge)がある。JL部分には、ジョブ名、ユーザ名、アプリケーション名、アプリケーションバージョン、印刷を行ったコンピュータの名前、IPアドレスなどをジョブの属性として記録する。ジョブデータの例を図8に示す。プリンタドライバ113はJL化されたデータをスプーラ114に送出する。スプーラは、ジョブデータのキューイングを行い、受信したジョブを順次115ポートモニタに送出する。115ポートモニタは、プリンタ120をモニタし、TCPなどのジョブ送信のためのコネクションを確立し、RFC1179で規定されているLPRなどで、プリンタ120にジョブデータを送信する。   The print client 110 performs the following processing. The application 111 requests the GDI 112 to print. GDI calls the printer driver 113. The printer driver 113 converts the GDI call into a PDL (Page Description Language) suitable for the printer 120. Further, the PDL is wrapped with JL (Job Language). JL is a language for managing jobs. A typical example is PJL (Printer Job Language) of Hewlett-Packard Company. In the JL portion, a job name, user name, application name, application version, name of the computer that performed printing, an IP address, and the like are recorded as job attributes. An example of job data is shown in FIG. The printer driver 113 sends the JL data to the spooler 114. The spooler queues job data and sequentially sends received jobs to the 115 port monitor. The 115 port monitor monitors the printer 120, establishes a connection for job transmission such as TCP, and transmits job data to the printer 120 by LPR defined by RFC1179.

プリンタ120の動作について説明する。通信制御部121は、ポートモニタ115から、ジョブデータを受け取り、インタプリタ122に送出する。インタプリタ122は、ジョブデータをプリンタエンジン123が解釈できる形式に変換して送出する。プリンタエンジン123は、印刷処理を行うとともにその結果をジョブログ記録部124を介してジョブログ125に記録する。   The operation of the printer 120 will be described. The communication control unit 121 receives job data from the port monitor 115 and sends it to the interpreter 122. The interpreter 122 converts the job data into a format that can be interpreted by the printer engine 123 and sends the job data. The printer engine 123 performs print processing and records the result in the job log 125 via the job log recording unit 124.

ジョブアカウントサーバからのジョブログデータの要求を受けると、通信制御部121を通じてジョブログ125にアクセスし、必要な情報をジョブアカウントサーバに返却する。   When a job log data request is received from the job account server, the job log 125 is accessed through the communication control unit 121 and necessary information is returned to the job account server.

図2は、図1に示したジョブアカウントシステムを構成するクライアントコンピュータおよびサーバコンピュータの構成の一例を示すブロック図である。図2において、201はCPU、即ち中央処理装置であり、このコンピュータ装置全体の制御および演算処理等を行うものである。202はROM即ち読み出し専用メモリであり、システム起動プログラムの情報等の記憶領域である。203はRAM即ちランダムアクセスメモリであり、使用制限のないデータ記憶領域であり、オペレーティングシステム,アプリケーション102、フック部103、GDI104、プリンタドライバ105、送信部107、ジョブアカウントクライアント118などのソフトウェアモジュールが、および通信制御などのプログラムがHD部205やROM202からロードされ、CPU201により実行される領域である。204はKBC即ちキーボード制御部であり、キーボードより入力データを受け取りCPUへ伝達する。205はCRT即ちディスプレイ制御部(表示制御手段)であり、ディスプレイ装置への表示制御をする。206はFD即ちフレキシブルディスク装置あるいはHD即ちハードディスク装置、SRAM即ち不揮発性記憶装置等の外部記憶装置であり、プログラムおよびデータを記憶、格納しておき、実行時に必要に応じて参照またはRAMへのロードする。207は通信部であり、ネットワーク通信制御を行うものであり,図1で説明したようにネットワークに接続された他のコンピュータや周辺機器との通信が可能であり、送信部107、ジョブログ送信部117により制御される。208はシステムバスであり、上述された構成要素間のデータの通路となるべきものである。   FIG. 2 is a block diagram showing an example of the configuration of the client computer and the server computer constituting the job account system shown in FIG. In FIG. 2, reference numeral 201 denotes a CPU, that is, a central processing unit, which controls the entire computer device and performs arithmetic processing. Reference numeral 202 denotes a ROM, that is, a read-only memory, which is a storage area for information such as system startup programs. Reference numeral 203 denotes a RAM, that is, a random access memory, which is a data storage area with no usage restrictions. Software modules such as an operating system, an application 102, a hook unit 103, a GDI 104, a printer driver 105, a transmission unit 107, and a job account client 118 are provided. This is an area in which programs such as communication control are loaded from the HD unit 205 and the ROM 202 and executed by the CPU 201. Reference numeral 204 denotes a KBC, that is, a keyboard control unit, which receives input data from the keyboard and transmits it to the CPU. Reference numeral 205 denotes a CRT, that is, a display control unit (display control means), which controls display on the display device. 206 is an external storage device such as an FD, a flexible disk device, or an HD, a hard disk device, an SRAM, a nonvolatile storage device, etc., which stores and stores programs and data, and refers to them or loads them into RAM as needed during execution To do. A communication unit 207 performs network communication control and can communicate with other computers and peripheral devices connected to the network as described with reference to FIG. 1, and includes a transmission unit 107, a job log transmission unit, and the like. 117 is controlled. A system bus 208 is to be a data path between the above-described components.

原則として、ジョブアカウントサーバ1001もハードウェア的には同様の構成をとりうる。ジョブアカウントサーバ1001は、HDD内には、ジョブログマージ部123、ジョブログ記録部124、ジョブログ受信部122、ジョブログ集計部125が記憶されている。また、ジョブログ受信部122は、通信部207を制御する。   In principle, the job account server 1001 can have the same configuration in terms of hardware. The job account server 1001 stores a job log merging unit 123, a job log recording unit 124, a job log receiving unit 122, and a job log totaling unit 125 in the HDD. Further, the job log receiving unit 122 controls the communication unit 207.

図3は、図1に示したジョブアカウントシステムを構成するプリンタの構成の一例を示すブロック図である。図3において,305はプリンタ全体を制御するコントローラ部である。コントローラの内部構成として301はCPU、即ち中央処理装置であり、このコントローラの制御および演算処理等を行うものである。302はROM即ち読み出し専用メモリであり、システム起動プログラムの情報等の記憶領域である。303はRAM即ちランダムアクセスメモリであり、使用制限のないデータ記憶領域であり、304はHD即ちハードディスクあるいはSRAMなど不揮発性記憶装置である。   FIG. 3 is a block diagram showing an example of the configuration of the printer that constitutes the job account system shown in FIG. In FIG. 3, reference numeral 305 denotes a controller unit that controls the entire printer. As an internal configuration of the controller, reference numeral 301 denotes a CPU, that is, a central processing unit, which controls the controller and performs arithmetic processing. Reference numeral 302 denotes a ROM, that is, a read-only memory, which is a storage area for information such as system startup programs. Reference numeral 303 denotes a RAM, that is, a random access memory, which is a data storage area having no use restriction, and 304 denotes a HD, that is, a nonvolatile storage device such as a hard disk or SRAM.

RAM303はオペレーティングシステムや通信制御およびエンジン制御などのプログラムがロードされ、実行される領域である。306はこの装置のエンジン部であり,コントローラの制御のもとで印刷動作や画像読み取り動作をするものである。307は通信部であり、ネットワーク通信制御を行うものであり,図1で説明したようにクライアントコンピュータやサーバコンピュータとの通信が可能である。308は、ユーザ操作入出力部であり、ユーザとの対話的な設定作業を行う。309はシステムバスであり、上述の構成要素間のデータの通路となるべきものである。   The RAM 303 is an area where programs such as an operating system, communication control, and engine control are loaded and executed. Reference numeral 306 denotes an engine unit of this apparatus, which performs a printing operation and an image reading operation under the control of the controller. A communication unit 307 performs network communication control and can communicate with a client computer or a server computer as described with reference to FIG. A user operation input / output unit 308 performs an interactive setting operation with the user. Reference numeral 309 denotes a system bus, which should serve as a data path between the above-described components.

図4は、図1に示したジョブアカウントサーバ121のメモリマップの一例を表す図である。41は基本I/Oプログラムを示す。42はウインドウシステム等オペレーティングシステムがRAM203にロードされ実行可能となった状態のメモリマップを示す。43は本発明のプログラムがRAM3にロードされ実行可能となった状態のメモリマップを示す。44は関連データがRAM3にロードされ実行可能となった状態のメモリマップを示す。45は各々のプログラムが使用するワークメモリのメモリマップを示す。   FIG. 4 is a diagram illustrating an example of a memory map of the job account server 121 illustrated in FIG. Reference numeral 41 denotes a basic I / O program. Reference numeral 42 denotes a memory map in a state where an operating system such as a window system is loaded into the RAM 203 and becomes executable. Reference numeral 43 denotes a memory map in a state where the program of the present invention is loaded into the RAM 3 and becomes executable. Reference numeral 44 denotes a memory map in a state where related data is loaded into the RAM 3 and becomes executable. Reference numeral 45 denotes a memory map of work memory used by each program.

図5は、本発明の実施形態の一例であるジョブアカウントプログラムおよび関連データが格納されているFDの構成内容を示す図である。本発明の実施形態の一例であるジョブアカウントプログラムおよび関連データはフレキシブルディスク(FD)中に記録されている。フレキシブルディスク(FD)の記録領域50には、ボリューム情報51、ディレクトリ情報52、アプリケーション実行ファイル53、ジョブアカウントプログラム関連データファイル54が記録されている。なお、記録領域50は、DVDでもよいし、コンピュータ62にネットワーク接続された外部サーバ装置内のHDD(図示省略)であって、本発明のジョブアカウントプログラム(図1に示されたクライアントコンピュータ内の各モジュール、並びに、ジョブ阿寒とサーバ121内の各モジュール)は、ネットワークを介してダウンロードして導入されてもよいことは言うまでもない。コンピュータ62は、図2に示したコンピュータと同等のものである。   FIG. 5 is a diagram showing a configuration content of the FD in which a job account program and related data are stored as an example of the embodiment of the present invention. A job account program and related data, which are an example of an embodiment of the present invention, are recorded on a flexible disk (FD). In the recording area 50 of the flexible disk (FD), volume information 51, directory information 52, an application execution file 53, and a job account program related data file 54 are recorded. The recording area 50 may be a DVD or an HDD (not shown) in an external server connected to the computer 62 via a network, and the job account program of the present invention (in the client computer shown in FIG. 1). It goes without saying that each module, and each module in the job Akan and the server 121) may be downloaded and introduced via a network. The computer 62 is equivalent to the computer shown in FIG.

図6は、本発明の実施形態の一例であり、FDに記録されたジョブアカウントプログラムおよび関連データをコンピュータシステムにロードする一例を示す図である。フレキシブルディスク(FD)60に記録されたジョブアカウントプログラムおよび関連データは、FDドライブ(DKC)61を介してコンピュータ62にロードすることができる。フレキシブルディスク(FD)60をFDドライブ(DKC)61にセットすると、オペレーティングシステム42および基本I/Oプログラム41の制御のもとに、本ジョブアカウントプログラムを実現するためのプログラムモジュール等および関連データがフレキシブルディスク(FD)60から読み出され、RAM203にロードされて使用可能となる。コンピュータ62は、図18に示されたコンピュータ、及び、図1に記載されたクライアントコンピュータ101及びジョブアカウントサーバ121を実現するために用いることができる。また、ジョブアカウントプログラムを実現するためのプログラムモジュール等とは、図1に記載された、クライアントコンピュータ101内又はジョブアカウントサーバ121内の各ソフトウェアモジュールに該当する。もちろん、記憶媒体はFDに限定されるものではなく、DVD、CD−ROMなどを含むことは言うまでも無い。   FIG. 6 is an example of an embodiment of the present invention, and shows an example of loading a job account program and related data recorded in an FD into a computer system. The job account program and related data recorded on the flexible disk (FD) 60 can be loaded into the computer 62 via the FD drive (DKC) 61. When the flexible disk (FD) 60 is set in the FD drive (DKC) 61, program modules and related data for realizing the job account program and related data are controlled under the control of the operating system 42 and the basic I / O program 41. The data is read from the flexible disk (FD) 60 and loaded into the RAM 203 to be usable. The computer 62 can be used to implement the computer shown in FIG. 18 and the client computer 101 and the job account server 121 shown in FIG. Also, the program module for realizing the job account program corresponds to each software module in the client computer 101 or the job account server 121 described in FIG. Needless to say, the storage medium is not limited to the FD and includes a DVD, a CD-ROM, and the like.

図7のフローチャートを用いて、プリンタドライバ113がプリンタに送信するジョブデータを作成する手順を示す。   A procedure for creating job data to be transmitted to the printer by the printer driver 113 will be described with reference to the flowchart of FIG.

ステップS701において、JLのジョブ開始命令を発行する。発行するとは、スプーラに対してデータを送出することを示す。   In step S701, a JL job start command is issued. “Issuing” indicates sending data to the spooler.

ステップS702において、ユーザ名を取得する。ユーザ名はGDIからの呼び出しのパラメータから取得する、あるいはOSに対してユーザ名を取得するAPIを発行して取得してもよい。   In step S702, a user name is acquired. The user name may be acquired from parameters of a call from GDI, or may be acquired by issuing an API that acquires the user name to the OS.

ステップS703において、JLのユーザ名セット命令を発行する。   In step S703, a JL user name set command is issued.

ステップS704において、OSに対してコンピュータ名を取得するAPIを発行してコンピュータ名を取得する。   In step S704, an API for acquiring a computer name is issued to the OS to acquire a computer name.

ステップS705において、JLのコンピュータ名セット命令を発行する。   In step S705, a JL computer name set command is issued.

ステップS706において、ドキュメント名を取得する。ドキュメント名はGDIからの呼び出しのパラメータから取得する、あるいはOSに対してジョブ情報を取得するAPIを発行して取得してもよい。   In step S706, the document name is acquired. The document name may be acquired from parameters of a call from GDI, or may be acquired by issuing an API that acquires job information to the OS.

ステップS707において、JLのドキュメント名セット命令を発行する。   In step S707, a JL document name set command is issued.

ステップS708において、アプリケーション名を取得する。アプリケーション名はGDIからの呼び出しのパラメータから取得する、あるいはOSに対してジョブ情報を取得するAPIを発行して取得してもよい。あるいは、プリンタドライバを呼び出したプロセスあるいはファイル名を取得するAPIを発行して取得してもよい。プロセスを取得した場合はそれに関連するファイル名も取得する。   In step S708, the application name is acquired. The application name may be acquired from parameters of a call from GDI, or may be acquired by issuing an API that acquires job information to the OS. Alternatively, it may be acquired by issuing an API that acquires the process or file name that called the printer driver. If you get a process, get the file name associated with it.

ステップS709において、アプリケーションのバージョンを取得する。ここでは、ステップS708で取得したアプリケーションファイル名から、OSにファイルのバージョンを発行するAPIを発行してファイルバージョンを取得し、それをアプリケーションバージョンとする。   In step S709, the version of the application is acquired. Here, from the application file name acquired in step S708, an API for issuing a file version to the OS is issued to obtain the file version, which is set as the application version.

ステップS710において、JLのアプリケーション名セット命令を発行する。   In step S710, a JL application name set command is issued.

ステップS711において、印刷時に指定されたフィニッシング法を取得する。フィニッシング法は、プリンタドライバのユーザインタフェースで指定される。フィニッシングとしては、製本、パンチ穴あけ、ステイプルなどがある。   In step S711, the finishing method designated at the time of printing is acquired. The finishing method is specified by the user interface of the printer driver. Finishing includes bookbinding, punching, and stapling.

ステップS712において、JLのフィニッシング法セット命令を発行する。   In step S712, a JL finishing method set instruction is issued.

ステップS713において、JLのPDL開始命令を発行する。   In step S713, a JL PDL start command is issued.

ステップS714において、GDIを全て処理したか判別し、全て処理していればステップS716に進み、処理すべきGDI呼び出しが残っていれば、ステップS715に進み、GDIをPDLに変換したものをする。   In step S714, it is determined whether all the GDI has been processed. If all the GDIs have been processed, the process proceeds to step S716, and if there are remaining GDI calls to be processed, the process proceeds to step S715, where GDI is converted into PDL.

ステップS716において、JLのPDL終了命令を発行する。   In step S716, a JL PDL end instruction is issued.

ステップS717において、JLのジョブ終了命令を発行する。   In step S717, a JL job end command is issued.

図8は、図7のフローにより、プリンタドライバ113が作成したジョブデータの模式図である。JLの命令には*を、そのパラメータは<>で示している。   FIG. 8 is a schematic diagram of job data created by the printer driver 113 according to the flow of FIG. JL instructions are indicated by *, and their parameters are indicated by <>.

図9は、プリンタ120内のジョブログ125に記録されるジョブログの一例である。図8のジョブデータで指定された属性であるジョブ属性情報と排紙に関する次の情報を格納する。   FIG. 9 is an example of a job log recorded in the job log 125 in the printer 120. The job attribute information, which is the attribute designated by the job data in FIG. 8, and the following information relating to paper discharge are stored.

カラーモード:白黒印刷だったかカラー印刷だったかを示す
用紙ページ数:印刷されたページ数
用紙枚数:排紙された用紙の枚数
用紙タイプ:排紙された用紙の種別。普通紙、再生紙、OHP、など。
Color mode: Indicates whether it was black-and-white printing or color printing Number of paper pages: Number of printed pages
Number of sheets: Number of ejected sheets Paper type: Type of ejected sheets. Plain paper, recycled paper, OHP, etc.

両面片面情報:両面印刷あるいは片面印刷
ジョブの開始終了時刻
ジョブログ識別番号:ジョブログを一意に特定するための連続番号
ジョブタイプ:印刷、コピー、送信などジョブタイプを示す
図10は、ジョブアカウントサーバ101のプリンタからジョブログを取得する動作を示すフローチャートである。この処理は、定期的に動作するものであり、動作間隔はサーバの設定により変更可能である。
Double-sided / single-sided information: duplex printing or single-sided printing Job start / end time Job log identification number: Serial number for uniquely identifying the job log
FIG. 10 is a flowchart showing an operation for acquiring a job log from the printer of the job account server 101. This process operates periodically, and the operation interval can be changed by setting the server.

ステップS1001において、前回のジョブログ取得時に取得したジョブログのジョブログ識別番号を取得する。   In step S1001, the job log identification number of the job log acquired when acquiring the previous job log is acquired.

ステップS1002において、プリンタ120から最新のジョブログ識別番号を取得する。ジョブアカウントサーバとプリンタ間には、独自のプロトコルが既定されているものとし、TCP/IPなどの転送手段を用いて情報を交換できるものとする。   In step S1002, the latest job log identification number is acquired from the printer 120. It is assumed that a unique protocol is defined between the job account server and the printer, and information can be exchanged using transfer means such as TCP / IP.

ステップS1003において、前回ジョブログ識別番号と最新ジョブログ番号が等しいか判別し、等しければ終了し、等しくなければS1004に移る。   In step S1003, it is determined whether the previous job log identification number and the latest job log number are equal. If they are equal, the process ends. If not, the process proceeds to S1004.

ステップS1004において、最新ジョブログ番号から前回ジョブログ番号を減じたものを求める。これが新規ログの個数となる。   In step S1004, a value obtained by subtracting the previous job log number from the latest job log number is obtained. This is the number of new logs.

ステップS1005において、前回ジョブログ識別番号に1を加えたものから新規ログの個数だけ、プリンタからジョブログを取得する。   In step S1005, job logs are acquired from the printer for the number of new logs from the previous job log identification number plus one.

ステップS1006において、ステップS1005で取得したジョブログをジョブログDB103に登録する。   In step S1006, the job log acquired in step S1005 is registered in the job log DB 103.

ステップS1008において、後述するアプリケーションチェック処理を行う。   In step S1008, an application check process described later is performed.

図11のフローチャートを用いて、アプリケーションチェック処理について説明する。   The application check process will be described with reference to the flowchart of FIG.

ステップS1101において、ジョブログからアプリケーション名を取り出す。   In step S1101, the application name is extracted from the job log.

ステップS1102において、S1101で取得したアプリケーション名が後述する図12のアプリケーション名と同じか判別する。同じであれば、ユーザに通知する必要は無いので終了する。違っていればS1103に進む。   In step S1102, it is determined whether the application name acquired in step S1101 is the same as the application name in FIG. If they are the same, it is not necessary to notify the user, and the process ends. If they are different, the process proceeds to S1103.

ステップS1103において、ジョブログからユーザ名を取り出す。   In step S1103, the user name is extracted from the job log.

ステップS1104において、S1103のユーザの以前のジョブログにS1102のアプリケーション名であるものがあるか、ジョブログDBを検索して判別する。あれば、ユーザに通知する必要は無いので終了する。なければS1105に進む。   In step S1104, it is determined by searching the job log DB whether there is an application name of S1102 in the previous job log of the user of S1103. If there is, there is no need to notify the user, and the process ends. If not, the process proceeds to S1105.

ステップS1105において、ジョブログからフィニッシング情報を取り出し、製本であるか判別し、製本印刷であればステップS1106に、そうでなければ終了する。   In step S1105, the finishing information is extracted from the job log to determine whether the book is bookbinding. If bookbinding printing is to be performed, the process proceeds to step S1106; otherwise, the process is terminated.

ステップS1107において、過去の当該ユーザの製本ジョブの件数を取り出す。   In step S1107, the number of bookbinding jobs of the user in the past is extracted.

ステップS1108において、過去の当該ユーザのすべてのジョブの件数を取り出す。   In step S1108, the number of all jobs of the user in the past is extracted.

ステップS1109において、全ジョブに対する製本ジョブの割合を算出する。   In step S1109, the ratio of the bookbinding job to all jobs is calculated.

ステップS1110において、設定された通知閾値を取り出す。閾値の設定手順については後述する。   In step S1110, the set notification threshold is extracted. The threshold setting procedure will be described later.

ステップS1111において、製本ジョブ比率が通知閾値を超えたかどうか判別し、超えていればステップS1112に進み、超えていなければ終了する。   In step S1111, it is determined whether the bookbinding job ratio has exceeded the notification threshold. If it exceeds, the process proceeds to step S1112, and if not, the process ends.

ステップS1112において、設定された内容を含むメールを当該ユーザに送信する。   In step S1112, an email including the set content is transmitted to the user.

図12を用いて、アプリケーションチェック処理の際の判定条件のパラメータとなる、アプリケーション名、フィニッシング法、通知閾値、およびメール通知の内容を設定する方法を示す。   A method for setting the application name, the finishing method, the notification threshold, and the contents of the mail notification, which are parameters of the determination condition in the application check process, will be described with reference to FIG.

UI制御部105から要求があると、ジョブアカウントサーバ101は図12のダイアログを出す。1201は推奨するアプリケーション名称を指定するエディットボックスであり、管理者が任意のアプリケーションを指定する。エディットボックスには任意の文字列を入力可能である。   When there is a request from the UI control unit 105, the job account server 101 issues a dialog shown in FIG. 1201 is an edit box for designating a recommended application name, and the administrator designates an arbitrary application. An arbitrary character string can be input in the edit box.

1202はフィニッシング種別を選択するリストボックスである。リストボックスは、既定の項目から一つを選択する機能を提供する。ここでは、製本、パンチ、ステイプルの中から一つを選択するものとする。   Reference numeral 1202 denotes a list box for selecting a finishing type. The list box provides a function for selecting one of the default items. Here, one of bookbinding, punching, and stapling is selected.

1203は閾値を100分率で指定するエディットボックスである。   Reference numeral 1203 denotes an edit box for designating a threshold value at 100 minutes.

1204はメールで通知する内容を設定するエディットボックスである。   Reference numeral 1204 denotes an edit box for setting contents to be notified by mail.

1205はボタンであり、押下されると設定情報格納部107にその内容を格納する。   A button 1205 stores the contents in the setting information storage unit 107 when pressed.

以上説明したように本発明によれば、ユーザの使用しているアプリケーション、フィニッシング法を把握し、最適なアプリケーションの使用を促すことができるため、ユーザの作業効率を向上させることが可能になる。   As described above, according to the present invention, it is possible to grasp the application used by the user and the finishing method and promote the use of the optimum application, so that the user's work efficiency can be improved.

(第二実施形態)
以下、第一実施形態と異なる部分を中心に説明する。
(Second embodiment)
Hereinafter, a description will be given centering on differences from the first embodiment.

図13は、図10のアプリケーションチェックの他の実現方法を示すものである。   FIG. 13 shows another method for realizing the application check shown in FIG.

ステップS1301において、ジョブログからアプリケーション名を取り出す。   In step S1301, the application name is extracted from the job log.

ステップS1302において、ジョブログからアプリケーションバージョンを取り出す。   In step S1302, the application version is extracted from the job log.

ステップS1303において、設定された基準バージョンを設定格納部107から取り出す。設定内容については後述する。   In step S1303, the set reference version is extracted from the setting storage unit 107. The setting contents will be described later.

ステップS1304において、S1302のバージョンとS1303の基準バージョンが等しいか判別し、等しければ終了する。   In step S1304, it is determined whether the version in S1302 is the same as the reference version in S1303.

ステップS1305において、設定された内容を含むメールを当該ユーザに送信する。   In step S1305, an email including the set content is transmitted to the user.

図14を用いて、アプリケーションチェック処理の際の判定条件のパラメータとなる、アプリケーション名、バージョン、およびメール通知の内容を設定する方法を示す。   FIG. 14 shows a method for setting the application name, version, and contents of the mail notification, which are parameters of the determination condition in the application check process.

UI制御部105から要求があると、ジョブアカウントサーバ101は図14のダイアログを出す。1401は推奨するアプリケーション名称を指定するエディットボックスであり、管理者が任意のアプリケーションを指定する。エディットボックスには任意の文字列を入力可能である。   When there is a request from the UI control unit 105, the job account server 101 issues a dialog shown in FIG. Reference numeral 1401 denotes an edit box for designating a recommended application name. The administrator designates an arbitrary application. An arbitrary character string can be input in the edit box.

1402は基準バージョンを指定するエディットボックスである。   Reference numeral 1402 denotes an edit box for designating a reference version.

1403はメールで通知する内容を設定するエディットボックスである。   Reference numeral 1403 denotes an edit box for setting contents to be notified by mail.

1404はボタンであり、押下されると設定情報格納部107にその内容を格納する。   Reference numeral 1404 denotes a button which, when pressed, stores the contents in the setting information storage unit 107.

以上説明したように本発明によれば、ユーザの使用しているアプリケーションとそのバージョンを取得し、基準バージョンと異なるユーザに対して通知を行うことができるので、ユーザの使用するアプリケーションのバージョンを統一することを促進できる。その結果、トラブルなどの発生パタンが減少し、運用コストの低減が期待できる。   As described above, according to the present invention, the application used by the user and its version can be acquired and notified to a user different from the reference version, so the version of the application used by the user can be unified. Can be promoted. As a result, the occurrence pattern of trouble and the like is reduced, and the operation cost can be expected to be reduced.

本実施形態における各図(図7等)に示すフローチャートに示す処理、及び、図1に示す各モジュールが、外部からインストールされるプログラムによって、各コンピュータのそれぞれにより遂行される。そして、その場合、CD−ROMやフラッシュメモリやFD等の記憶媒体により、あるいはネットワークを介して外部の記憶媒体から、プログラムを含む情報群がクライアントコンピュータに供給される場合でも本発明は適用されるものである。   The processing shown in the flowcharts shown in the drawings (FIG. 7 and the like) in this embodiment and the modules shown in FIG. 1 are performed by each computer by a program installed from the outside. In this case, the present invention is applied even when an information group including a program is supplied to a client computer from a storage medium such as a CD-ROM, a flash memory, or an FD, or from an external storage medium via a network. Is.

以上のように、前述した実施形態の機能を実現するソフトウェアのプログラムコードを記録した記憶媒体を、システムあるいは装置に供給し、又は、外部サーバ(図示省略)からダウンロードすることで、そのシステムあるいは装置のコンピュータ(またはCPUやMPU)が記憶媒体に格納されたプログラムコードを読出し実行することによっても、本発明の目的が達成されることは言うまでもない。   As described above, the system or apparatus can be obtained by supplying the storage medium storing the program code of the software that implements the functions of the above-described embodiments to the system or apparatus, or downloading the storage medium from an external server (not shown). It goes without saying that the object of the present invention can also be achieved by the computer (or CPU or MPU) reading and executing the program code stored in the storage medium.

この場合、記憶媒体から読み出されたジョブアカウントサーバやジョブアカウントクライアントプログラム等のプログラムコード自体が本発明の新規な機能を実現することになり、そのプログラムコードを記憶した記憶媒体は本発明を構成することになる。プログラムコードを供給するための記憶媒体としては、たとえば、フレキシブルディスク、ハードディスク、光ディスク、光磁気ディスク、DVD、CD−ROM、磁気テープ、不揮発性のメモリカード、ROM、EEPROM等を用いることができる。   In this case, the program code itself such as the job account server or the job account client program read from the storage medium realizes the new function of the present invention, and the storage medium storing the program code constitutes the present invention. Will do. As a storage medium for supplying the program code, for example, a flexible disk, hard disk, optical disk, magneto-optical disk, DVD, CD-ROM, magnetic tape, nonvolatile memory card, ROM, EEPROM, or the like can be used.

また、コンピュータが読み出したプログラムコードを実行することにより、前述した実施形態の機能が実現されるだけでなく、そのプログラムコードの指示に基づき、コンピュータ上で稼働しているOS(オペレーティングシステム)等が実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。さらに、外部の所定のサーバ装置(図示省略)からネットワークを介して送信された、又は、記憶媒体から読み出されたプログラムコードが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれた後、そのプログラムコードの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPU等が実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Further, by executing the program code read by the computer, not only the functions of the above-described embodiments are realized, but also an OS (operating system) or the like running on the computer based on the instruction of the program code. It goes without saying that a case where the function of the above-described embodiment is realized by performing part or all of the actual processing and the processing is included. Further, a function expansion board in which a program code transmitted from a predetermined external server device (not shown) or read from a storage medium is inserted into a computer or a function expansion connected to the computer After being written in the memory provided in the unit, the CPU or the like provided in the function expansion board or function expansion unit performs part or all of the actual processing based on the instruction of the program code. It goes without saying that the case where the function is realized is also included.

本発明の実施形態の一例を示すジョブアカウントシステムの構成を示す図である。It is a figure which shows the structure of the job account system which shows an example of embodiment of this invention. 図1に示したジョブアカウントシステムを構成するクライアントコンピュータおよびサーバコンピュータの構成の一例を示すブロック図である。It is a block diagram which shows an example of a structure of the client computer and server computer which comprise the job account system shown in FIG. 図1に示したジョブアカウントシステムを構成するプリンタの構成の一例を示すブロック図である。FIG. 2 is a block diagram illustrating an example of a configuration of a printer that configures the job account system illustrated in FIG. 1. 図1に示したジョブアカウントシステムのメモリマップの一例を表す図である。It is a figure showing an example of the memory map of the job account system shown in FIG. 本発明の実施形態の一例であるジョブアカウントプログラムおよび関連データが格納されているFDの構成内容を示す図である。It is a figure which shows the structure content of FD in which the job account program which is an example of embodiment of this invention, and related data are stored. 本発明の実施形態の一例であり、FDに記録されたジョブアカウントプログラムおよび関連データをコンピュータシステムにロードする一例を示す図である。It is an example of an embodiment of the present invention, and is a diagram showing an example of loading a job account program and related data recorded in an FD into a computer system. 本発明の実施形態におけるプリンタドライバの動作手順の一例を示すフローチャートである。6 is a flowchart illustrating an example of an operation procedure of the printer driver according to the embodiment of the present invention. 本発明の実施形態におけるジョブデータの一例を示す図である。It is a figure which shows an example of the job data in embodiment of this invention. 本発明の実施形態におけるプリントログの一例を示す図である。It is a figure which shows an example of the print log in embodiment of this invention. 本発明の実施形態におけるジョブアカウントサーバの動作手順の一例を示すフローチャートである。It is a flowchart which shows an example of the operation | movement procedure of the job account server in embodiment of this invention. 本発明の実施形態におけるジョブアカウントサーバの動作手順の一例を示すフローチャートである。It is a flowchart which shows an example of the operation | movement procedure of the job account server in embodiment of this invention. 本発明の実施形態におけるジョブアカウントサーバのジョブログ取得時の動作のパラメータを設定するUIの一例を示すフローチャートである。6 is a flowchart illustrating an example of a UI for setting an operation parameter when acquiring a job log of a job account server according to the embodiment of the present invention. 本発明の実施形態におけるジョブアカウントサーバの動作手順の一例を示すフローチャートである。It is a flowchart which shows an example of the operation | movement procedure of the job account server in embodiment of this invention. 本発明の実施形態におけるジョブアカウントサーバのジョブログ取得時の動作のパラメータを設定するUIの一例を示すフローチャートである。6 is a flowchart illustrating an example of a UI for setting an operation parameter when acquiring a job log of a job account server according to the embodiment of the present invention. 従来の、ジョブ情報取得を説明するための構成図である。It is a block diagram for demonstrating the conventional job information acquisition.

符号の説明Explanation of symbols

102 登録プリンタデータベース
103 ジョブログデータベース
105 UI制御部
107 設定格納部
102 registered printer database 103 job log database 105 UI control unit 107 setting storage unit

Claims (7)

一つのジョブに対するデータ処理を行う第一の情報処理装置と、前記一つのジョブを受信して印刷処理を行う画像形成装置と、前記画像形成装置から前記一つのジョブに係る複数の処理において生成されるジョブ情報を受信可能な第二の情報処理装置とを含む印刷システムにおいて、
前記第一の情報処理装置は、データ処理を行うアプリケーション識別情報をジョブに記録する記録手段、
を備えることを特徴とする印刷システム。
A first information processing apparatus that performs data processing on one job, an image forming apparatus that receives the one job and performs print processing, and a plurality of processes related to the one job from the image forming apparatus. In a printing system including a second information processing apparatus capable of receiving job information
The first information processing apparatus includes a recording unit that records application identification information for data processing in a job,
A printing system comprising:
前記第一の情報処理装置は、データ処理を行うアプリケーションのバージョン情報をジョブに記録する記録手段、
を備えることを特徴とする請求項1に記載の印刷システム。
The first information processing apparatus includes a recording unit that records version information of an application for performing data processing in a job,
The printing system according to claim 1, further comprising:
前記第二の情報処理装置は、画像形成装置から受信したジョブ情報が既定の条件を満たすかどうか判別する判別手段、前記判別手段の結果に応じて、既定の処理を行う実行手段を備えることを特徴とする請求項1あるいは請求項2に記載の印刷システム。   The second information processing apparatus includes: a determination unit that determines whether job information received from the image forming apparatus satisfies a predetermined condition; and an execution unit that performs a default process according to a result of the determination unit. The printing system according to claim 1, wherein the printing system is characterized by the following. 前記第二の情報処理装置は、ジョブに対する条件を設定する設定手段を備える請求項3に記載の印刷システム。   The printing system according to claim 3, wherein the second information processing apparatus includes a setting unit that sets conditions for a job. 前記設定手段は、アプリケーション指定手段、フィニッシング法指定手段、閾値指定手段、を備える請求項4に記載の印刷システム。   The printing system according to claim 4, wherein the setting unit includes an application designation unit, a finishing method designation unit, and a threshold designation unit. 前記設定手段は、アプリケーション指定手段、アプリケーションバージョン指定手段、を備える請求項4に記載の印刷システム。   The printing system according to claim 4, wherein the setting unit includes an application specifying unit and an application version specifying unit. 前記実行手段は、使用者に対する通知手段であることを特徴とする請求項4から6に記載の印刷システム。   The printing system according to claim 4, wherein the execution unit is a notification unit for a user.
JP2005226805A 2005-08-04 2005-08-04 Print system Withdrawn JP2007041939A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005226805A JP2007041939A (en) 2005-08-04 2005-08-04 Print system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005226805A JP2007041939A (en) 2005-08-04 2005-08-04 Print system

Publications (1)

Publication Number Publication Date
JP2007041939A true JP2007041939A (en) 2007-02-15

Family

ID=37799846

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005226805A Withdrawn JP2007041939A (en) 2005-08-04 2005-08-04 Print system

Country Status (1)

Country Link
JP (1) JP2007041939A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019091242A (en) * 2017-11-14 2019-06-13 富士ゼロックス株式会社 Information processing device, server device, business system and program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019091242A (en) * 2017-11-14 2019-06-13 富士ゼロックス株式会社 Information processing device, server device, business system and program
JP7021508B2 (en) 2017-11-14 2022-02-17 富士フイルムビジネスイノベーション株式会社 Information processing equipment, server equipment, business systems and programs

Similar Documents

Publication Publication Date Title
JP4636933B2 (en) Print control apparatus and print control method
US8045202B2 (en) Information processing apparatus and print device control method
JP4185920B2 (en) Print control method, print setting management system, and software distribution server
EP2116930A2 (en) Print managing apparatus and print managing method
US20080266601A1 (en) Information processing apparatus and job management method
JP4789653B2 (en) Information processing apparatus, device management method, and program
JP2004005545A (en) Job management apparatus, job management method, control program, and job management system
JP2006041764A (en) Log recording apparatus, log recording program, and recording medium
JP3772517B2 (en) PRINT SYSTEM, PRINT METHOD, RECORDING MEDIUM CONTAINING PRINT PROCESSING PROGRAM, PRINT CONTROL DEVICE USED FOR PRINT SYSTEM, PRINT CONTROL METHOD, RECORDING MEDIUM RECORDED PRINT CONTROL PROGRAM
JP4616980B2 (en) Printing management apparatus, printing management method, and recording medium storing printing management program
JP4886501B2 (en) Printing apparatus, printing control method, and program
JP2007034701A (en) Information processor
JP4854144B2 (en) Printing system, management method, and printing apparatus
JP2006031452A (en) Image forming apparatus, control method, control program, job management apparatus, job processing method and job management program
JP2007041939A (en) Print system
JP2003308192A (en) Management system, information processor and management method
JP3880435B2 (en) Printing system, information processing apparatus, information processing method, and control program
JP5625497B2 (en) Information processing apparatus, information processing system, information processing method, program, and recording medium storing the program
JP2009054153A (en) System and method for customizing driver of document processing device
JP3880434B2 (en) Job management system, job management apparatus, data processing apparatus, job management method, data processing method, and control program
JP2004265175A (en) Job processing system
JP4110021B2 (en) Print processing program, information processing apparatus, information processing method, and storage medium for performing print processing with department management
EP1846813B1 (en) Print control device, information processing device, method of print control device, method of information processing device and computer program
JP2006178767A (en) Printing reservation system and its control method
JP2003308185A (en) Management system, information processor and management method

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20081007