JP2005190193A - Information processor, information processing system, information processing method, program, and recording medium - Google Patents

Information processor, information processing system, information processing method, program, and recording medium Download PDF

Info

Publication number
JP2005190193A
JP2005190193A JP2003431096A JP2003431096A JP2005190193A JP 2005190193 A JP2005190193 A JP 2005190193A JP 2003431096 A JP2003431096 A JP 2003431096A JP 2003431096 A JP2003431096 A JP 2003431096A JP 2005190193 A JP2005190193 A JP 2005190193A
Authority
JP
Japan
Prior art keywords
data
output
file
information processing
order
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2003431096A
Other languages
Japanese (ja)
Other versions
JP4246620B2 (en
Inventor
Ryuzo Oana
隆三 小穴
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 Marketing Japan Inc
Original Assignee
Canon Marketing Japan 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 Marketing Japan Inc filed Critical Canon Marketing Japan Inc
Priority to JP2003431096A priority Critical patent/JP4246620B2/en
Publication of JP2005190193A publication Critical patent/JP2005190193A/en
Application granted granted Critical
Publication of JP4246620B2 publication Critical patent/JP4246620B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To output corresponding respective output data in the receiving order of the data, to maintain also the multiplicity of output data generation processing and to avoid also the reduction of processing efficiency concerned with output data generation. <P>SOLUTION: At the time of receiving a document data file from a user terminal 11 through a LAN, a document server 12 generates a document preview file 17 for each received document data file, transmits the document preview file 17 to a print server 13 and sends an output request of the document preview file 17 to the print server 13 in accordance with data output order managed by a job management part 124 for managing the output order of data. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、例えば、通信ネットワークを介してユーザ端末から受信した帳票データを管理し、そして印刷装置において出力させるための情報処理装置、情報処理方法、プログラム及び記録媒体に関するものである。   The present invention relates to an information processing apparatus, an information processing method, a program, and a recording medium for managing form data received from a user terminal via a communication network and outputting the data in a printing apparatus, for example.

通常、帳票を印刷する場合、オペレータは、ユーザ端末から帳票サーバに対して帳票データを入力することにより行う。従来、帳票サーバは、ユーザ端末から入力される帳票データを監視し、帳票データの取得が完了したら帳票の生成処理を行い、生成処理完了後にプリントサーバに対して印刷指示を行っていた。   Usually, when printing a form, an operator inputs form data from a user terminal to a form server. Conventionally, a form server monitors form data input from a user terminal, performs form generation processing when the form data acquisition is completed, and issues a print instruction to the print server after the generation process is completed.

ここで、帳票サーバにおける帳票生成処理は、処理効率の向上を図るため並列処理する仕組となっているため、並列処理ができなくなるほど多数の帳票データが短時間で入力されない限り、帳票データが生成処理待ち状態となることはない。   Here, the form generation process in the form server is a system that performs parallel processing in order to improve processing efficiency, so form data is generated unless a large amount of form data is input in a short time to prevent parallel processing. There is no waiting state.

そのため、同一又は複数のオペレータにより複数の帳票データがほぼ同時に入力されたとしても、帳票サーバにおいて帳票生成処理は並列して行われることになる。このような場合、処理が完了したものから順にプリントサーバに対して印刷指示が行われることとなるため、印刷順序は必ずしもオペレータが帳票データを入力した順序と一致するとは限らない。   Therefore, even if a plurality of form data are input almost simultaneously by the same or a plurality of operators, the form generation process is performed in parallel in the form server. In such a case, since print instructions are issued to the print server in order from the completion of the process, the print order does not necessarily match the order in which the operator inputs the form data.

なぜなら、帳票サーバに最初に入力した帳票データのファイルサイズが次に入力した帳票データのファイルサイズより大きい場合、大きいファイルサイズの帳票データは小さいファイルサイズの帳票データに比べて帳票生成処理に時間がかかってしまうため、プリントサーバに対しての印刷指示が後から入力された帳票データより遅くなることもあるからである。   This is because if the file size of the form data that is first input to the form server is larger than the file size of the form data that is input next, the form data with a large file size takes longer to generate the form than the form data with a small file size. This is because the print instruction to the print server may be slower than the form data input later.

しかし、オペレータの意図した範囲や、あるまとまった単位で帳票をプリンタから印刷する業務(例えば、請求書発行業務や納品書発行業務等)の場合、入力した帳票データの順番にプリンタから印刷されることが望まれる。なぜならば、入力した帳票データの数分の帳票が間違いなくプリンタから印刷されていることを指示内容と印刷結果を突き合わせて確認する必要があるからである。   However, in the case of a job that prints a form from the printer in a range that is intended by the operator or in a certain unit (for example, an invoice issuance work or an invoice issuance work), the forms are printed from the printer in the order of the entered form data. It is desirable. This is because it is necessary to check that the number of forms corresponding to the number of input form data are printed from the printer by comparing the instruction contents with the print results.

しかし、上述したように帳票データのファイルサイズの大小によっては、帳票生成処理を実行する順序は保証されないため、突き合わせ作業に非常に手間がかかるという問題が発生している。   However, as described above, depending on the file size of the form data, the order in which the form generation processing is executed is not guaranteed, and there is a problem that the matching work is very time-consuming.

ところで、この要望を満たすためには帳票生成処理の多重度を1に設定し、同時には1つしか実行しないようにすればよいことは容易に思いつく。しかし、帳票生成処理を入力データの投入された順番に1件ごとに処理してしまうと、先に入力したファイルサイズが極端に大きかった場合、後に入力した帳票データはその処理を待ってから帳票生成処理を実行することになるため処理効率が非常に悪くなってしまう。なお、特許文献1において、複数の印刷ジョブを最適な順で処理する印刷装置を提供する技術が開示されている。   By the way, in order to satisfy this demand, it can be easily conceived that the multiplicity of the form generation processing is set to 1 and only one is executed at a time. However, if the form generation process is processed one by one in the order in which the input data is input, if the file size entered earlier is extremely large, the form data entered later waits for that process before the form is entered. Since the generation process is executed, the processing efficiency is extremely deteriorated. Patent Document 1 discloses a technique for providing a printing apparatus that processes a plurality of print jobs in an optimal order.

特開平10−67146号公報Japanese Patent Laid-Open No. 10-67146

しかしながら、これは印刷装置においてホストからの印刷データの転送が終了したジョブ又は中間コードの蓄積が完了したジョブの順に印刷をする手法を採ることにより最適な順で印刷処理を行う技術であって、ユーザ端末から帳票サーバに対して帳票データが入力された順序での印刷順序を保証するものではない。   However, this is a technique for performing print processing in an optimal order by adopting a method of printing in the order of a job for which print data transfer from the host has been completed or a job for which intermediate code accumulation has been completed in the printing apparatus, It does not guarantee the printing order in the order in which form data is input from the user terminal to the form server.

そこで、本発明の目的は、データの受信順序で夫々に対応する出力データを出力することを可能とするとともに、出力データの生成処理の多重度も維持し、出力データ生成に係る処理効率の低下も回避可能な情報処理装置、情報処理システム、情報処理方法、プログラム及び記録媒体を提供することを目的とする。   Accordingly, an object of the present invention is to enable output data corresponding to each in the order of data reception, maintain the multiplicity of output data generation processing, and reduce processing efficiency related to output data generation. It is another object of the present invention to provide an information processing apparatus, an information processing system, an information processing method, a program, and a recording medium that can be avoided.

斯かる目的を達成するために、本発明の情報処理装置は、通信ネットワークを介して外部装置からデータを受信するデータ受信手段と、前記データ受信手段において受信したデータの出力順序を管理するジョブ管理手段と、前記データ受信手段において受信したデータ毎に出力データを生成する出力データ生成手段と、前記出力データ生成手段により生成された出力データを出力装置に対して送信する出力データ送信手段と、前記ジョブ管理手段において管理されるデータの出力順序に従って、前記出力装置において保存される出力データの出力依頼を前記出力装置に対して行う出力依頼手段とを有することを特徴とする。   In order to achieve such an object, an information processing apparatus according to the present invention includes a data receiving unit that receives data from an external device via a communication network, and a job management that manages an output order of the data received by the data receiving unit. Means, output data generating means for generating output data for each data received in the data receiving means, output data transmitting means for transmitting output data generated by the output data generating means to an output device, Output request means for requesting the output device to output output data stored in the output device in accordance with the data output order managed by the job management means.

本発明の情報処理システムは、少なくとも情報処理装置、外部装置及び出力装置が通信ネットワークを介して接続される情報処理システムであって、前記情報処理装置は、前記通信ネットワークを介して前記外部装置からデータを受信するデータ受信手段と、前記データ受信手段において受信したデータの出力順序を管理するジョブ管理手段と、前記データ受信手段において受信したデータ毎に出力データを生成する出力データ生成手段と、前記出力データ生成手段により生成された出力データを前記出力装置に対して送信する出力データ送信手段と、前記ジョブ管理手段において管理されるデータの出力順序に従って、前記出力装置において保存される出力データの出力依頼を前記出力装置に対して行う出力依頼手段とを有することを特徴とする。   An information processing system of the present invention is an information processing system in which at least an information processing device, an external device, and an output device are connected via a communication network, and the information processing device is connected to the external device via the communication network. Data receiving means for receiving data; job management means for managing the output order of data received by the data receiving means; output data generating means for generating output data for each data received by the data receiving means; Output data transmission means for transmitting output data generated by the output data generation means to the output device, and output of output data stored in the output device in accordance with the output order of data managed by the job management means Output request means for making a request to the output device To.

本発明の情報処理方法は、情報処理装置による情報処理方法であって、通信ネットワークを介して外部装置からデータを受信するデータ受信ステップと、前記データ受信ステップにおいて受信したデータ毎に出力データを生成する出力データ生成ステップと、前記出力データ生成ステップにより生成された出力データを出力装置に対して送信する出力データ送信ステップと、データの出力順序を管理するジョブ管理手段において管理されるデータの出力順序に従って、前記出力装置において保存される出力データの出力依頼を前記出力装置に対して行う出力依頼ステップとを含むことを特徴とする。   An information processing method of the present invention is an information processing method by an information processing device, and includes a data reception step of receiving data from an external device via a communication network, and generating output data for each data received in the data reception step Output data generation step, output data transmission step for transmitting the output data generated by the output data generation step to the output device, and data output order managed by job management means for managing the data output order And an output requesting step of making an output request for output data stored in the output device to the output device.

本発明のプログラムは、前記情報処理方法をコンピュータに実行させることを特徴とする。また、本発明のコンピュータ読み取り可能な記録媒体は、前記プログラムを記録したことを特徴とする。   A program according to the present invention causes a computer to execute the information processing method. The computer-readable recording medium of the present invention is characterized in that the program is recorded.

本発明によれば、各受信データにつきジョブ管理手段において出力順序を管理し、その管理内容に従って出力データの出力依頼を行うように構成したので、例えば、ジョブ管理手段がデータの受信順序に応じて出力順序を管理すれば、データの受信順序で夫々に対応する出力データを出力することが可能となる。またこの手法によれば、出力データの生成処理の多重度も維持することもできるので、出力データ生成の処理効率の低下も回避することが可能となる。   According to the present invention, the output order is managed in the job management means for each received data and the output request for the output data is made in accordance with the management contents. For example, the job management means responds to the data reception order. If the output order is managed, it becomes possible to output corresponding output data in the data reception order. Further, according to this method, since the multiplicity of the output data generation process can be maintained, it is possible to avoid a decrease in output data generation process efficiency.

以下、本発明を適用した好適な実施形態を、添付図面を参照しながら詳細に説明する。   DESCRIPTION OF EXEMPLARY EMBODIMENTS Hereinafter, preferred embodiments to which the invention is applied will be described in detail with reference to the accompanying drawings.

以下に説明する本発明の一実施形態に係る帳票出力システムでは、特に、ユーザ端末におけるユーザアプリケーション(帳票アプリケーション)から入力される複数の帳票データを、帳票サーバにおいて監視し、その帳票データに基づいて帳票を生成した後、プリントサーバに帳票プレビューファイルを送信し、プリンタに出力する際、ユーザ端末におけるユーザアプリケーションから入力された順序を保証する。   In the form output system according to an embodiment of the present invention described below, in particular, a plurality of form data input from a user application (form application) in a user terminal is monitored by a form server, and based on the form data. After the form is generated, when the form preview file is transmitted to the print server and output to the printer, the order input from the user application in the user terminal is guaranteed.

また、ユーザ端末からの入力順序に関係なく、最終的な出力順だけを保証することもできる。この場合は、ユーザが指定した順番に出力させたり、予め設定されている順番で自動的に出力させたりすることができる。   Also, it is possible to guarantee only the final output order regardless of the input order from the user terminal. In this case, the data can be output in the order designated by the user, or can be automatically output in the preset order.

<第1の実施形態>
先ず、本発明の第1の実施形態について説明する。
図1は、本実施形態に係る帳票出力システムの構成を示す図である。尚、図1のネットワーク上における各種サーバの接続構成は飽くまでも一例であり、用途や目的に応じて様々な構成を採り得ることは言うまでもない。
<First Embodiment>
First, a first embodiment of the present invention will be described.
FIG. 1 is a diagram illustrating a configuration of a form output system according to the present embodiment. Note that the connection configuration of various servers on the network in FIG. 1 is merely an example, and it goes without saying that various configurations can be adopted according to applications and purposes.

帳票サーバ12は、ユーザ端末11におけるユーザアプリケーション111から入力された帳票データファイル15をLAN等のネットワークを通じて受信することにより、印刷ジョブを受け付け、要求管理部122に帳票作成依頼を要求する。   The form server 12 receives a form data file 15 input from the user application 111 in the user terminal 11 through a network such as a LAN, thereby accepting a print job and requesting a request for creating a form from the request management unit 122.

帳票生成部123は、帳票生成を並列に処理するための帳票生成プロセスを複数備え、要求管理部122は、帳票生成部123内の実行可能な帳票生成プロセスに対して帳票生成を依頼する。帳票生成部123は、当該要求に応じて帳票プレビューファイル17を生成し、プリントサーバ13に送信する。   The form generation unit 123 includes a plurality of form generation processes for processing the form generation in parallel, and the request management unit 122 requests an executable form generation process in the form generation unit 123 to generate a form. The form generation unit 123 generates the form preview file 17 in response to the request and transmits it to the print server 13.

プリントサーバ13は、帳票サーバ12で作成された帳票プレビューファイル17をネットワークを介して受信する。さらに、プリントサーバ13は、帳票サーバ12内の印刷指示部125から帳票指示要求を受け取ると、その保存されている帳票プレビューファイル18を出力するように、プリンタ14に出力指示を行う。   The print server 13 receives the form preview file 17 created by the form server 12 via the network. Furthermore, when the print server 13 receives a form instruction request from the print instruction unit 125 in the form server 12, the print server 13 instructs the printer 14 to output the stored form preview file 18.

次に、図1の帳票サーバ12、プリントサーバ13のハードウェア構成について、図2を用いて説明する。図2は、本実施形態に係る帳票サーバ12又はプリントサーバ13のハードウェア構成を示す図である。   Next, the hardware configuration of the form server 12 and the print server 13 in FIG. 1 will be described with reference to FIG. FIG. 2 is a diagram illustrating a hardware configuration of the form server 12 or the print server 13 according to the present embodiment.

帳票サーバ12又はプリントサーバ13は、CPU21、RAM(メモリ)22、ROM23、ハードディスクドライブ(HDD)24、記録媒体ドライブ25、ネットワークインタフェースカード(NIC)29、ポインティングデバイス(P/D)28、キーボード(K/B)27、ビデオアダプタ26を備え、これらがシステムバスを介して互いに接続されている。   The form server 12 or the print server 13 includes a CPU 21, a RAM (memory) 22, a ROM 23, a hard disk drive (HDD) 24, a recording medium drive 25, a network interface card (NIC) 29, a pointing device (P / D) 28, a keyboard ( K / B) 27 and a video adapter 26, which are connected to each other via a system bus.

CPU21は、オペレーションシステム(OS)のプログラムやアプリケーションプログラムに基づいて四則演算や比較演算等の各種の演算及びハードウェアの制御を行うものである。   The CPU 21 controls various operations such as four arithmetic operations and comparison operations and hardware based on an operating system (OS) program and application programs.

RAM22は、ハードディスクドライブ(HDD)24、ROM23、他の記録媒体(例えば、CD−ROM、DVD、FD)等の記憶装置に記録されているOSやアプリケーションプログラム等を一時的に記憶するものであり、これらRAM22に記憶されたプログラムはCPU21の制御の下に実行される。   The RAM 22 temporarily stores an OS, application programs, and the like recorded in a storage device such as a hard disk drive (HDD) 24, a ROM 23, and other recording media (for example, CD-ROM, DVD, FD). The programs stored in the RAM 22 are executed under the control of the CPU 21.

ROM23には、OSと協働して外部記憶装置等への入出力を司るいわゆるBIOS等が記憶される。ハードディスクドライブ(HDD)24には、OS、顧客担当手配方法を実行するためのプログラム等が記憶されている。   The ROM 23 stores a so-called BIOS or the like that controls input / output to / from an external storage device in cooperation with the OS. The hard disk drive (HDD) 24 stores an OS, a program for executing a customer charge arrangement method, and the like.

記録媒体ドライブ25は、CD−ROM、DVD−ROM、CD−R等の記録媒体に記録されているアプリケーションプログラム等からのデータ読み取り等に用いる。   The recording medium drive 25 is used for reading data from an application program or the like recorded on a recording medium such as a CD-ROM, DVD-ROM, or CD-R.

ネットワークインタフェースカード(NIC)29は、CPU21によって制御されるOSの通信プログラムと協働してネットワークを介した外部との通信を行う。   A network interface card (NIC) 29 communicates with the outside through a network in cooperation with an OS communication program controlled by the CPU 21.

キーボード(K/B)27やポインティングデバイス(P/D(例えばマウス))28は、情報処理装置への指示を入力するために用いられる。ビデオアダプタ26は、画像表示装置に表示する画像を形成するために用いられる。   A keyboard (K / B) 27 and a pointing device (P / D (for example, mouse)) 28 are used to input instructions to the information processing apparatus. The video adapter 26 is used to form an image to be displayed on the image display device.

図1における帳票サーバ12のファイル監視部121、要求管理部122、帳票生成部123、ジョブ管理部124及び印刷指示部125、並びに、プリントサーバ13の印刷データ作成処理部131及び保存処理部132は夫々、HDD23、ROM23、他の記録媒体等から必要に応じてプログラムがRAM22にロードされ、CPU21によって実行される機能的構成である。また、帳票データファイル15、帳票実行ファイル16及び帳票プレビューファイル17、18は夫々、帳票サーバ12又はプリントサーバ13のHDD24等の記録媒体に記録される。尚、この記録媒体は、帳票サーバ12、プリントサーバ13の外部に接続した構成としてもよい。   The file monitoring unit 121, the request management unit 122, the form generation unit 123, the job management unit 124, the print instruction unit 125, and the print data creation processing unit 131 and the storage processing unit 132 of the print server 13 in FIG. A functional configuration is such that a program is loaded into the RAM 22 as needed from the HDD 23, the ROM 23, another recording medium, and the like, and executed by the CPU 21. The form data file 15, the form execution file 16, and the form preview files 17 and 18 are recorded on a recording medium such as the HDD 24 of the form server 12 or the print server 13, respectively. This recording medium may be connected to the outside of the form server 12 and the print server 13.

次に、出力順序を保証する帳票出力システムの基本的な処理フローについて、図3を用いて説明する。
上述したように、ユーザ端末11、帳票サーバ12及びプリントサーバ13は、LAN等のネットワークを介して接続されている。帳票サーバ12は、ユーザ端末11におけるユーザアプリケーション111から入力された帳票データファイル15を監視し、それを受信すると帳票プレビューファイル17を生成し、その生成結果をプリントサーバ13に送信する。そして、帳票サーバ12は受け付けたジョブを管理し、ユーザ端末11からの入力順にプリントサーバ13に対して帳票出力指示を行う。プリントサーバ13はその要求を受け付けて、プリンタ14に帳票を出力するよう指示を行う。その一例について、以下に説明する。
Next, a basic processing flow of the form output system that guarantees the output order will be described with reference to FIG.
As described above, the user terminal 11, the form server 12, and the print server 13 are connected via a network such as a LAN. The form server 12 monitors the form data file 15 input from the user application 111 in the user terminal 11. When the form data file 15 is received, the form server 12 generates a form preview file 17 and transmits the generation result to the print server 13. The form server 12 manages the received job, and issues a form output instruction to the print server 13 in the order of input from the user terminal 11. The print server 13 accepts the request and instructs the printer 14 to output a form. One example will be described below.

先ず、帳票サーバ12は、ユーザアプリケーション111から送信される帳票データファイル15を受信し、スプールディレクトリに保存する(図3中、(1))。尚、図3においては、スプールディレクトリを帳票サーバ12の外部に示しているが、内部に備えた構成としてもよい。   First, the form server 12 receives the form data file 15 transmitted from the user application 111 and stores it in the spool directory ((1) in FIG. 3). In FIG. 3, the spool directory is shown outside the form server 12, but may be configured inside.

ファイル監視部121は、スプールディレクトリを一定時間間隔で監視しており、帳票データファイルがスプールディレクトリに保存されると、そのファイルサイズを取得する(図3中、(2))。   The file monitoring unit 121 monitors the spool directory at regular time intervals. When the form data file is stored in the spool directory, the file monitoring unit 121 acquires the file size ((2) in FIG. 3).

ジョブ管理部124は、帳票データファイル15がスプールディレクトリに保存されることによりファイル監視部121からジョブの受付通知があると(図3中(3))、スプールディレクトリに保存される各帳票データファイル15についてジョブ番号を採番し、ジョブリストを作成する。   When the form data file 15 is stored in the spool directory, the job management unit 124 receives a job reception notification from the file monitoring unit 121 ((3) in FIG. 3), and each form data file stored in the spool directory. A job number is assigned to 15 and a job list is created.

ユーザアプリケーション111からのファイル転送が完了したら、ファイル監視部121は、データディレクトリ(不図示)へ帳票データファイル15を移動し、帳票生成の要求を要求管理部122に出す(図3中、(4))。   When the file transfer from the user application 111 is completed, the file monitoring unit 121 moves the form data file 15 to a data directory (not shown) and issues a request for form generation to the request management unit 122 ((4 in FIG. 3). )).

要求管理部122は、帳票生成部123の中から実行可能な帳票生成プロセスに処理を振り分ける(図3中、(5))。   The request management unit 122 distributes processing to a form generation process that can be executed from the form generation unit 123 ((5) in FIG. 3).

帳票生成部123は、帳票実行ファイル16と帳票データファイル15より帳票プレビューファイル17を作成する(図3中、(6))。続いて、帳票生成部123は、作成した帳票プレビューファイル17をプリントサーバ13に転送する(図3中、(7))。   The form generation unit 123 creates a form preview file 17 from the form execution file 16 and the form data file 15 ((6) in FIG. 3). Subsequently, the form generation unit 123 transfers the created form preview file 17 to the print server 13 ((7) in FIG. 3).

プリントサーバ13は、転送されてきた帳票プレビューファイル18を保存処理部132によって保存する(図3中、(8))。   The print server 13 stores the transferred form preview file 18 by the storage processing unit 132 ((8) in FIG. 3).

帳票サーバ12のジョブ管理部124は、帳票生成部123からプリントサーバ13に対して帳票プレビューファイル17が転送されたことを受けて、ジョブリストのステータスを"印刷待ち"に更新する(図3中、(12))。   In response to the transfer of the form preview file 17 from the form generation part 123 to the print server 13, the job management part 124 of the form server 12 updates the status of the job list to “waiting for printing” (in FIG. 3). (12)).

ジョブ管理部124は、プリントサーバ13からの通知に基づいて、ジョブリストの中から印刷する帳票データファイルを判断し、印刷データ作成処理部131に対して帳票出力を依頼する(図3中、(10))。   Based on the notification from the print server 13, the job management unit 124 determines a form data file to be printed from the job list, and requests the print data creation processing unit 131 to output a form (in FIG. 10)).

印刷データ作成処理部131は、帳票サーバ12からの出力指示に基づいて、該当する帳票プレビューファイル18を入力ファイルとして(図3中、(11))、プリンタ14に対して帳票の出力指示を行い、出力完了を帳票サーバ12のジョブ管理部124に通知する。ジョブ管理部124は出力完了結果をログに出力する(図3中、(12))。   The print data creation processing unit 131 instructs the printer 14 to output a form based on the output instruction from the form server 12 with the corresponding form preview file 18 as an input file ((11) in FIG. 3). The completion of output is notified to the job management unit 124 of the form server 12. The job management unit 124 outputs the output completion result to the log ((12) in FIG. 3).

図4は、本実施形態におけるファイル監視部121の動作を示すフローチャートである。
ファイル監視部121は、スプールディレクトリに帳票データファイル15が存在するかどうかを定期的(例えば、10秒に1回)に監視する。もし、スプールディレクトリに帳票データファイル15が存在していたならば、そのファイル名とファイルサイズを取得する(ステップ401)。なお、ここで取得したファイル名が図17に示すスプール設定ファイルに存在していない場合にはエラーとする。
FIG. 4 is a flowchart showing the operation of the file monitoring unit 121 in this embodiment.
The file monitoring unit 121 periodically monitors whether the form data file 15 exists in the spool directory (for example, once every 10 seconds). If the form data file 15 exists in the spool directory, the file name and file size are acquired (step 401). If the file name acquired here does not exist in the spool setting file shown in FIG. 17, an error is assumed.

次に取得したファイル名とメモリに格納されているファイルリスト(図15)の中のファイル名とを比較する(ステップ402)。もし、ファイル名が合致しない場合には、ファイル名とファイルサイズをメモリのファイルリストに新規追加する(ステップ403、404)とともに、図16に示すジョブリストにも必要な情報(ジョブ番号、帳票データファイル名、ステータス等)を追加する(ステップ405、406)。   Next, the acquired file name is compared with the file name in the file list (FIG. 15) stored in the memory (step 402). If the file names do not match, the file name and file size are newly added to the memory file list (steps 403 and 404), and information necessary for the job list shown in FIG. (File name, status, etc.) are added (steps 405 and 406).

続いて、ファイル監視部121は一定間隔待った後(ステップ415)、スプールディレクトリの監視処理を繰り返す。   Subsequently, the file monitoring unit 121 waits for a predetermined interval (step 415), and then repeats the spool directory monitoring process.

もし、ステップ403においてファイル名が合致した場合には、メモリに格納されているファイルリスト内のファイルサイズと、取得したファイルサイズを比較する(ステップ407)。ファイルサイズが等しい場合には、ファイル管理部121は帳票データファイル15の転送が終了したとみなし、帳票データファイル15をスプールディレクトリからデータディレクトリへ移動する(ステップ405、409)。   If the file names match in step 403, the file size in the file list stored in the memory is compared with the acquired file size (step 407). If the file sizes are equal, the file management unit 121 considers that the transfer of the form data file 15 has been completed, and moves the form data file 15 from the spool directory to the data directory (steps 405 and 409).

そして、ファイル監視部121はメモリから該当するファイルリストを削除する(ステップ410)。次に、帳票データファイル名をキーに図17のスプール設定ファイルを検索し、合致したフォーム名をスプール設定ファイルから取得する(ステップ411)。   Then, the file monitoring unit 121 deletes the corresponding file list from the memory (step 410). Next, the spool setting file shown in FIG. 17 is searched using the form data file name as a key, and the matched form name is acquired from the spool setting file (step 411).

続いて、ファイル監視部121は、要求管理部122に帳票生成依頼を要求する(ステップ412)。その際、スプール情報データを要求管理部122に渡すが、ここでいうスプール情報データの内容は、帳票データファイル名、フォーム名である。最後に、ジョブリストのステータスを"受付"から"帳票作成依頼中"に更新する(ステップ413、414)。   Subsequently, the file monitoring unit 121 requests the request management unit 122 for a form generation request (step 412). At this time, the spool information data is passed to the request management unit 122, and the contents of the spool information data here are a form data file name and a form name. Finally, the status of the job list is updated from “Reception” to “Form creation requested” (Steps 413 and 414).

図15は、ファイル監視部121の処理動作を概念的に示した図である。
ファイル監視部121は、スプールディレクトリに存在する帳票データファイルのファイル名(nouhin20030826180201)と、メモリに格納されるファイルリスト内のファイル名とを比較したが、ここでは、ファイルリスト内に該当するファイル名が存在しなかった場合を想定している。よって、ファイル監視部121は、当該ファイル名とデータサイズをファイルリスト内に新規登録する。しかし、その10秒後において、ファイル監視部121がスプールディレクトリから取得した当該帳票データファイルのデータサイズは2,048バイトから38,921バイトに変わっているので、それに伴ってファイルリスト内のサイズ項目も2,048バイトから38,921バイトに更新する。
FIG. 15 is a diagram conceptually showing the processing operation of the file monitoring unit 121.
The file monitoring unit 121 compares the file name (nouhin20030826180201) of the form data file existing in the spool directory with the file name in the file list stored in the memory. Here, the file name corresponding to the file list It is assumed that there was no. Therefore, the file monitoring unit 121 newly registers the file name and data size in the file list. However, after 10 seconds, the data size of the form data file acquired from the spool directory by the file monitoring unit 121 has changed from 2,048 bytes to 38,921 bytes. Accordingly, the size item in the file list also changes from 2,048 bytes. Update to 38,921 bytes.

更に10秒後にファイル監視部121がスプールディレクトリから当該帳票データファイルのデータサイズを取得したところ、取得したデータサイズ(38,921バイト)とファイルリスト内のサイズ項目に登録されるデータサイズとが一致するので、ファイル管理部121は、当該帳票データファイルの転送が終了したとみなし、帳票データファイルをスプールディレクトリからデータディレクトリへ移動し、該当するファイルリストを削除する。   Further, after 10 seconds, when the file monitoring unit 121 acquires the data size of the form data file from the spool directory, the acquired data size (38,921 bytes) matches the data size registered in the size item in the file list. The file management unit 121 considers that the transfer of the form data file has been completed, moves the form data file from the spool directory to the data directory, and deletes the corresponding file list.

なお、ファイル監視部121は、OSから終了通知を受け取ると処理を終了する(ステップ416)。ここでいう終了通知とは、例えばオペレータがコンソールからプロセス終了コマンドを発行した場合等である。   The file monitoring unit 121 ends the process when receiving an end notification from the OS (step 416). The termination notification here is, for example, when the operator issues a process termination command from the console.

図5は、要求管理部122の動作を示すフローチャートである。
要求管理部122は、ファイル監視部121からの要求を待ち、要求があった場合には、ファイル監視部121からスプール情報データを取得する(ステップ501、502)。
FIG. 5 is a flowchart showing the operation of the request management unit 122.
The request management unit 122 waits for a request from the file monitoring unit 121, and if there is a request, acquires the spool information data from the file monitoring unit 121 (steps 501 and 502).

そして、要求管理部122は、帳票生成部123に実行可能な帳票生成プロセスがあるかを判断し(ステップ503、504)、実行可能なプロセスがある場合には、その帳票生成プロセスに対して帳票生成を要求する(ステップ505)。その際、要求管理部122は帳票生成部123に対してスプール情報データ(帳票データファイル名及びフォーム名)を渡す(ステップ505)。なお、複数ある帳票生成プロセスの中から実行可能な帳票生成プロセスがあるか否かの判断は、それぞれの帳票生成プロセスに問い合わせをして判断する。   Then, the request management unit 122 determines whether there is an executable form generation process in the form generation unit 123 (steps 503 and 504). If there is an executable process, the request generation unit 123 determines the form generation process with respect to the form generation process. Generation is requested (step 505). At that time, the request management unit 122 passes spool information data (form data file name and form name) to the form generation unit 123 (step 505). Whether there is a form generation process that can be executed from among a plurality of form generation processes is determined by inquiring each form generation process.

次に、要求管理部122はジョブリストのステータスを"帳票作成依頼中"から"帳票生成中"に更新する(ステップ506、507)。もし、帳票生成プロセスが空いていない場合には、一定間隔待ってから(ステップ508)、再度プロセスが空いているかどうかを判断する。なお、要求管理部122は、OSから終了通知を受け取ると処理を終了する。ここでいう終了通知とは、例えばオペレータがコンソールからプロセス終了コマンドを発行した場合等である。   Next, the request management unit 122 updates the status of the job list from “Creating Form” to “Creating Form” (Steps 506 and 507). If the form generation process is not free, after waiting for a certain interval (step 508), it is determined again whether the process is free. The request management unit 122 ends the process when receiving an end notification from the OS. The termination notification here is, for example, when the operator issues a process termination command from the console.

図6は、帳票サーバ12の帳票生成部123とプリントサーバ13の保存処理部132との動作を示すフローチャートである。
帳票サーバ12の帳票生成部123は、要求管理部122からの帳票作成要求を待っていて、要求があった場合には、要求管理部122からスプール設定ファイル(帳票データファイル名及びフォーム名)を取得する(ステップ601、602)。
FIG. 6 is a flowchart illustrating operations of the form generation unit 123 of the form server 12 and the storage processing unit 132 of the print server 13.
The form generation unit 123 of the form server 12 waits for a form creation request from the request management unit 122. When there is a request, the form generation unit 123 obtains a spool setting file (form data file name and form name) from the request management unit 122. Obtain (steps 601, 602).

スプール設定ファイル中のフォーム名をキーにして、帳票設定ファイル(図17)を読み、それに合致する帳票実行ファイル名を取得する(ステップ603)。なお、ここでいう帳票実行ファイルには、図22に示すように、帳票を生成するためのフォーム定義情報、レイアウト情報やフィールドの編集情報等の情報が格納されている。   The form setting file (FIG. 17) is read using the form name in the spool setting file as a key, and the form execution file name corresponding to the form setting file is acquired (step 603). The form execution file referred to here stores information such as form definition information, layout information, and field editing information for generating a form, as shown in FIG.

帳票生成部123は、取得した帳票実行ファイル名に該当する帳票実行ファイルに基づいて、入力した帳票データファイルから帳票プレビューファイル(図23)を生成して出力する(ステップ604)。そして、帳票生成部123は、生成した帳票プレビューファイルをプリントサーバ13で動作している保存処理部132に送信する(ステップ605)。このとき、帳票サーバ12とプリントサーバ13の通信処理は、例えば、ソケット通信を使って同期処理を行う。   The form generation unit 123 generates and outputs a form preview file (FIG. 23) from the input form data file based on the form execution file corresponding to the acquired form execution file name (step 604). Then, the form generation unit 123 transmits the generated form preview file to the storage processing unit 132 operating on the print server 13 (step 605). At this time, the communication process between the form server 12 and the print server 13 performs a synchronization process using socket communication, for example.

続いて、帳票生成部123は、この後プリントサーバ13の保存処理部132からの処理結果の応答通知を待つ。こうすることにより、帳票サーバ12は、プリントサーバ13からの通知がどのジョブについての通知であるのかを特定することができる。   Subsequently, the form generation unit 123 waits for a response notification of the processing result from the storage processing unit 132 of the print server 13 thereafter. By doing so, the form server 12 can specify which job the notification from the print server 13 is.

保存処理部132は、帳票サーバ12の帳票生成部123からの要求を待っており、転送要求があった場合、帳票プレビューファイルを受信し(ステップ610、611)、受信した帳票プレビューファイル18を保存ディレクトリに保存する(ステップ612)。   The storage processing unit 132 waits for a request from the form generation unit 123 of the form server 12, and when there is a transfer request, receives the form preview file (steps 610 and 611), and stores the received form preview file 18. Save in the directory (step 612).

ここで保存するファイルの名称は、帳票生成部123から受信した帳票プレビューファイル名をそのまま使用してもよいが、ユニークにする必要があるので、例えば帳票プレビューファイル名にタイムスタンプを付加する名称等に変更してもよい。プリントサーバ13は、保存した帳票プレビューファイルの名称を帳票生成部123に通知する(ステップ613)。なお、プリントサーバ13においてユニークなファイル名に変更した場合は、ユニークなファイル名を通知する。   As the name of the file to be saved here, the form preview file name received from the form generation unit 123 may be used as it is. However, since it is necessary to make it unique, for example, a name for adding a time stamp to the form preview file name, etc. You may change to The print server 13 notifies the form generation unit 123 of the name of the saved form preview file (step 613). When the print server 13 changes the file name to a unique file name, the unique file name is notified.

帳票生成部123は、保存処理部132からの通知を取得したジョブについて、ジョブリストのステータスを"印刷生成中"から"印刷待ち"にし、保存処理部132から取得した帳票プレビューファイル名を該当レコードの格納ファイル情報にセットして、ジョブリストを更新する(ステップ606、607)。   The form generation unit 123 changes the status of the job list from “printing in progress” to “waiting for printing” for the job for which the notification from the storage processing unit 132 has been acquired, and sets the form preview file name acquired from the storage processing unit 132 to the corresponding record. And the job list is updated (steps 606 and 607).

そして、帳票生成部123は、帳票プレビューファイル生成の際に使用した帳票データファイルをデータディレクトリから削除する(ステップ608)。なお、帳票サーバ12における帳票生成部123は、OSから終了通知を受け取ると処理を終了する(ステップ609)。ここでいう終了通知とは、例えば、オペレータがコンソールからプロセス終了コマンドを発行した場合等である。プリントサーバ13における保存処理部132も同様である(ステップ614)。   Then, the form generation unit 123 deletes the form data file used when generating the form preview file from the data directory (step 608). Note that the form generation unit 123 in the form server 12 ends the process when receiving an end notification from the OS (step 609). The termination notification here is, for example, when an operator issues a process termination command from the console. The same applies to the storage processing unit 132 in the print server 13 (step 614).

なお、帳票サーバ12とプリントサーバ13が同期処理を行っていない場合は、ジョブの特定ができなくなるので、例えば、プリントサーバ13において帳票プレビューファイルを保存ディレクトリに保存した際、その帳票プレビューファイル名を変更した場合は、帳票サーバ12に変更前後の帳票プレビューファイル名を通知することが考えられる。こうすることで、帳票サーバ12において、どの帳票プレビューファイルについての通知であるかを特定することができるようになる。また、帳票サーバ12においてどの帳票プレビューファイルについての通知であるかを特定することができればよいので、ファイル名ではなく固有の番号を利用する等その他の手法により特定してもよい。   If the form server 12 and the print server 13 are not performing synchronization processing, the job cannot be specified. For example, when the form preview file is saved in the save directory in the print server 13, the form preview file name is changed. When changed, it may be possible to notify the form server 12 of the form preview file name before and after the change. By doing so, the form server 12 can identify which form preview file the notification is for. In addition, since it is only necessary to be able to specify which form preview file the form server 12 is notified of, it may be specified by other methods such as using a unique number instead of the file name.

図7、図8は、帳票サーバ12におけるジョブ管理部124の動作を示すフローチャートである。
帳票サーバ12におけるジョブ管理部124は、ジョブリスト(図16)の1レコード目を読み(ステップ701)、ステータスが"印刷待ち"であるかどうかを判断する(ステップ702)。もし、ステータスが"印刷待ち"の場合には、ジョブ管理部124は印刷依頼処理(ステップ703)を行う。
7 and 8 are flowcharts showing the operation of the job management unit 124 in the form server 12.
The job management unit 124 in the form server 12 reads the first record of the job list (FIG. 16) (step 701), and determines whether the status is “waiting for printing” (step 702). If the status is “Waiting for printing”, the job management unit 124 performs a print request process (step 703).

印刷依頼処理において、ジョブ管理部124は、印刷指示部125に印刷依頼を要求する(ステップ801)。その際、ジョブ管理部124は印刷指示部125に対してジョブリストの中から印刷するジョブに関する格納ファイル情報(例えば、図16の「seikyu20030826180201.rcl」)を渡す。そして、ジョブ管理部124はジョブリストのステータスを"印刷待ち"から"印刷中"に更新する(ステップ802、803)。   In the print request process, the job management unit 124 requests the print instruction unit 125 for a print request (step 801). At that time, the job management unit 124 passes storage file information (for example, “seikyu20030826180201.rcl” in FIG. 16) related to the job to be printed from the job list to the print instruction unit 125. Then, the job management unit 124 updates the status of the job list from “waiting for printing” to “printing” (steps 802 and 803).

ジョブ管理部124では、ジョブリストの次レコードを読み(ステップ704)、該当するレコードのステータスが"印刷待ち"かどうかの判断処理を繰り返す。もし、ステータスが"印刷待ち"でない場合には、ジョブ管理部124はステータスが"印刷中"であるかどうかを判断する(ステップ705)。もし、ステータスが"印刷中"の場合には、ジョブ管理部124は次レコードを読み(ステップ704)、ステータスが"印刷待ち"かどうかの判断処理を繰り返す。もし、ステータスが"印刷中"でない場合には、一定間隔待って(ステップ706)から再度"印刷待ち"の判断処理を繰り返す。   The job management unit 124 reads the next record in the job list (step 704), and repeats the determination process whether the status of the corresponding record is “waiting for printing”. If the status is not “waiting for printing”, the job management unit 124 determines whether the status is “printing” (step 705). If the status is “printing”, the job management unit 124 reads the next record (step 704), and repeats the process of determining whether the status is “waiting for printing”. If the status is not “printing”, after waiting for a certain interval (step 706), the determination process of “waiting for printing” is repeated again.

次レコードを読み取る処理(ステップ704)で、ジョブリストのレコードが終了していた場合には、ジョブ管理部124は、一定間隔待って(ステップ706)から再度印刷待ちの判断処理を繰り返す。なお、ジョブ管理機能は、OSから終了通知を受け取ると処理を終了する(ステップ707)。ここでいう終了通知とは、例えば、オペレータがコンソールからプロセス終了コマンドを発行した場合等である。   If the job list record is completed in the process of reading the next record (step 704), the job management unit 124 waits for a certain interval (step 706) and repeats the print wait determination process again. Note that the job management function ends the process upon receiving an end notification from the OS (step 707). The termination notification here is, for example, when an operator issues a process termination command from the console.

図9は、帳票サーバ12上の印刷指示部125とプリントサーバ13上の印刷データ作成処理部131の動作を示すフローチャートである。
帳票サーバ12における印刷指示部125は、ジョブ管理部124からの帳票印刷要求を待ち(ステップ901)、要求があった場合にはプリントサーバ13上の印刷データ作成処理部131に印刷依頼を要求する。その際、印刷指示部125は、ジョブ管理部124から取得した格納ファイル情報をプリントサーバ13の印刷データ作成処理部131に渡す。帳票サーバ12における印刷指示部125は、この時点で印刷データ作成処理部131からの処理結果を待つ。
FIG. 9 is a flowchart showing the operations of the print instruction unit 125 on the form server 12 and the print data creation processing unit 131 on the print server 13.
The print instruction unit 125 in the form server 12 waits for a form print request from the job management unit 124 (step 901), and when requested, requests the print data creation processing unit 131 on the print server 13 for a print request. . At this time, the print instruction unit 125 passes the storage file information acquired from the job management unit 124 to the print data creation processing unit 131 of the print server 13. The print instruction unit 125 in the form server 12 waits for a processing result from the print data creation processing unit 131 at this time.

プリントサーバ13の印刷データ作成処理部131は、帳票サーバ12の印刷指示部125からの印刷依頼を待ち(ステップ906)、印刷依頼があった場合には、格納ファイル情報を取得する(ステップ907)。   The print data creation processing unit 131 of the print server 13 waits for a print request from the print instruction unit 125 of the form server 12 (step 906), and if there is a print request, acquires storage file information (step 907). .

印刷データ作成処理部131は、取得した格納ファイル情報のファイル名を入力ファイル名にして帳票プレビューファイル18を読み込み、その帳票プレビューファイル18をプリンタ14に出力する(ステップ908)。続いて、印刷データ作成処理部131は、プリンタ14に出力した印刷結果情報をプリンタ14から取得した後(ステップ909)、帳票プレビューファイル18を削除する(ステップ910)。   The print data creation processing unit 131 reads the form preview file 18 with the file name of the acquired storage file information as the input file name, and outputs the form preview file 18 to the printer 14 (step 908). Subsequently, the print data creation processing unit 131 acquires the print result information output to the printer 14 from the printer 14 (step 909), and then deletes the form preview file 18 (step 910).

帳票サーバ12における印刷指示部125は、プリントサーバ13における印刷データ作成処理部131から印刷結果を取得し、該当するジョブリストを削除する(ステップ903)。また、印刷ログ(図18)に印刷結果を追加する。   The print instruction unit 125 in the form server 12 acquires the print result from the print data creation processing unit 131 in the print server 13 and deletes the corresponding job list (step 903). Also, the print result is added to the print log (FIG. 18).

なお、プリントサーバ13が印刷結果を取得する方法として、例えばプリンタ14に印刷状況等の問い合わせをして、該当する印刷結果を取得することが考えられる。ここでいう印刷結果には正常終了はもちろんのこと、プリンタ14の異常(例えば、紙切れや用紙ジャム等)の情報も入る。なお、ジョブリストと印刷ログの情報を使って印刷状況を画面で確認することもできる(図24)。   As a method for the print server 13 to acquire the print result, for example, it is conceivable to inquire the printer 14 about the print status and acquire the corresponding print result. The print result here includes not only normal termination but also information of an abnormality of the printer 14 (for example, out of paper or paper jam). Note that the print status can be confirmed on the screen using the information of the job list and the print log (FIG. 24).

これにより利用者は、異常終了したファイルが存在すれば、出力された帳票の印刷順序が保証されていないということが分かると共に、異常終了したファイルを特定することができるので、必要最小限のファイルを再度印刷すれば済むという利点がある。   As a result, if there is a file that ends abnormally, the user knows that the printing order of the output form is not guaranteed and can specify the file that ended abnormally. There is an advantage that it is sufficient to print again.

なお、帳票サーバ12における印刷指示部125は、OSから終了通知を受け取ると処理を終了する(ステップ905)。ここでいう終了通知とは、例えば、オペレータがコンソールからプロセス終了コマンドを発行した場合等である。なお、プリントサーバ13における印刷データ作成処理部131も同様である(ステップ911)。   Note that the print instruction unit 125 in the form server 12 ends the process when receiving an end notification from the OS (step 905). The termination notification here is, for example, when an operator issues a process termination command from the console. The same applies to the print data creation processing unit 131 in the print server 13 (step 911).

<第2の実施形態>
次に、本発明の第2の実施形態について説明する。本実施形態においては、ユーザアプリケーション111からの投入順に関係なく、ユーザが指定した情報をもとに出力する順番を保証することもできる。以下、その具体的手法について図10のフローチャートを参照しながら説明する。
<Second Embodiment>
Next, a second embodiment of the present invention will be described. In the present embodiment, the order of output based on information specified by the user can be guaranteed regardless of the order of input from the user application 111. Hereinafter, the specific method is demonstrated, referring the flowchart of FIG.

ユーザアプリケーション111がスプールディレクトリに帳票データファイル15を投入する際、それとは別に制御ファイルも合わせて投入する。制御ファイルには、図19に示すようにグループとグループごとの印刷順を記述しておく。帳票サーバ12は、取得した制御ファイル中のグループとグループごとの印刷順も図20に示すようにジョブリストに保存する。尚、ここではグループごとの印刷順を付与する例に挙げているが、特に印刷順を付与する形態はこれに限られず、グループの概念に捕らわれず帳票データファイル15ごとに任意の印刷順を付与することが可能である。   When the user application 111 inputs the form data file 15 to the spool directory, a control file is also input separately. In the control file, as shown in FIG. 19, the groups and the printing order for each group are described. The form server 12 also stores the groups in the acquired control file and the printing order for each group in the job list as shown in FIG. In this example, the print order for each group is given as an example. However, the form for giving the print order is not limited to this, and any print order is assigned to each form data file 15 without being caught by the concept of the group. Is possible.

図10において、ジョブ管理部124は、"印刷待ち"ステータスの判断処理(ステップ1102)に続いて、当該制御ファイルに記述されているグループを取得し、グループがスペースかどうかを判断する(ステップ1003)。   In FIG. 10, the job management unit 124 acquires a group described in the control file subsequent to the “printing waiting” status determination process (step 1102), and determines whether the group is a space (step 1003). ).

グループがスペース以外の場合には、ジョブ管理部124はユーザ指定印刷順判断処理(ステップ1005)を実施する。グループがスペースの場合には、印刷依頼処理(ステップ1104)を実施する。なお、図10のステップ1001、1006、1007、1008、1009は夫々、図7のステップ701、704、705、706、707と同様の処理であるため、説明は省略する。   If the group is other than a space, the job management unit 124 performs a user-specified print order determination process (step 1005). If the group is a space, print request processing (step 1104) is performed. Note that steps 1001, 1006, 1007, 1008, and 1009 in FIG. 10 are the same processes as steps 701, 704, 705, 706, and 707 in FIG.

ユーザ指定印刷順判断処理では、図11に示すように、ジョブ管理部124はまず取得したグループと合致するジョブリストを同一グループとして抽出する(ステップ1101)。そして、図20に示すように抽出したジョブリストを印刷順の昇順にソートする(ステップ1102)。次に、ジョブ管理部124は印刷順判断処理を実施する(ステップ1103)。   In the user-designated printing order determination process, as shown in FIG. 11, the job management unit 124 first extracts a job list that matches the acquired group as the same group (step 1101). Then, as shown in FIG. 20, the extracted job list is sorted in ascending order of printing order (step 1102). Next, the job management unit 124 performs a printing order determination process (step 1103).

印刷順判断処理では、図12に示すように、ジョブ管理部124はソートしたジョブリストを1レコード読み(ステップ1201)、ステータスが"印刷待ち"であるかどうかを判断する(ステップ1202)。ステータスが"印刷待ち"の場合には、ジョブ管理部124は印刷依頼処理(ステップ1203)を実施した後、次レコードを読み(ステップ1204)、レコードが終了するまで処理を繰り返す。なお、ステップS1203では図8に示した印刷依頼処理が実行される。   In the print order determination process, as shown in FIG. 12, the job management unit 124 reads one record of the sorted job list (step 1201), and determines whether the status is “waiting for printing” (step 1202). If the status is “Waiting for printing”, the job management unit 124 performs the print request process (step 1203), reads the next record (step 1204), and repeats the process until the record ends. In step S1203, the print request process shown in FIG. 8 is executed.

ステータスが"印刷待ち"以外の場合には、ジョブ管理部124はステータスが"印刷中"であるかどうかを判断する(ステップ1205)。ステータスが"印刷中"以外の場合には、ジョブ管理部124は、一定間隔待って(ステップ1206)から再度印刷待ちの判断処理を繰り返す。ステータスが"印刷中"の場合には、ジョブ管理部124は次レコードを読んだ後に(ステップ1204)、印刷待ちの判断処理を繰り返す。   If the status is other than “waiting for printing”, the job management unit 124 determines whether the status is “printing” (step 1205). If the status is other than “printing”, the job management unit 124 waits for a certain interval (step 1206) and then repeats the print wait determination process again. If the status is “printing”, the job management unit 124 reads the next record (step 1204), and then repeats the print waiting determination process.

なお、制御ファイル中のグループとグループごとの印刷順序の他に、そのグループのファイル数を記述してもよい。こうすることにより、例えば、Aというグループには6つの帳票データファイルがあるにもかかわらず、帳票サーバ12がAというグループの帳票データファイルをまだ5つしか取得していない状況の場合は、最後の1つの帳票データを待つようにしてもよい。   In addition to the group in the control file and the printing order for each group, the number of files in the group may be described. In this way, for example, in the situation where the form server 12 has only acquired five form data files of the group A even though the group A has six form data files, You may make it wait for one form data.

具体的には、ジョブリストにグループのファイル数を保存する欄を設け、制御ファイルからグループファイル数を抽出して保存しておき、図11において同一グループを抽出した際に(ステップ1101)、全てのファイルがそろっているか否かを判定する場合にそのグループファイル数を利用する。そして、グループファイル数が揃っていればその先に進み、そろっていなければ、受信するまで待機する又は次の処理を先に行うようにしてもよい。   Specifically, a column for storing the number of group files is provided in the job list, the number of group files is extracted from the control file and stored, and when the same group is extracted in FIG. 11 (step 1101), all The number of group files is used when determining whether or not all the files are available. If the number of group files is complete, the process proceeds to the next stage. If not, the process waits until reception or the next process may be performed first.

また、最後のファイルについては、制御ファイルの中に最後のファイルであると識別できる符号を付加しても良い。例えば、4つ目のファイルが最後である場合には、「印刷順序=4*」といった記号を付加することが考えられる。そして、最後のファイルを受信するまでは、当該グループについての処理を待機する。   For the last file, a code that can be identified as the last file may be added to the control file. For example, if the fourth file is the last file, it may be possible to add a symbol such as “print order = 4 *”. Until the last file is received, the process for the group is waited.

最後のファイルを受信した場合に、当該制御ファイルの「印刷順序」の数値からグループファイルの合計値を抽出し、ファイル数が揃っていればその先に進み、そろっていなければ、残りのファイル数を受信するまで待機する又は次の処理を先に行うようにしてもよい。   When the last file is received, the total value of the group file is extracted from the “print order” value of the control file. If the number of files is complete, the process proceeds to the next step. It is possible to wait until receiving or to perform the next processing first.

<第3の実施形態>
次に、本発明の第3の実施形態について説明する。
本実施形態においては、帳票実行ファイル(図22)のヘッダー情報に印刷順を定義しておき、その順序で出力する順番を保証することができる。以下、その具体的な手法について図13のフローチャートを参照しながら詳細に説明する。なお、図13中におけるステップ1301、1302、1305、1307、1308、1309、1310では夫々、図7のステップ701、702、703、704、705、706、707と同様の処理がなされるため、説明は省略する。
<Third Embodiment>
Next, a third embodiment of the present invention will be described.
In the present embodiment, the print order can be defined in the header information of the form execution file (FIG. 22), and the output order can be guaranteed. Hereinafter, the specific method will be described in detail with reference to the flowchart of FIG. Note that steps 1301, 1302, 1305, 1307, 1308, 1309, and 1310 in FIG. 13 are the same as steps 701, 702, 703, 704, 705, 706, and 707 in FIG. Is omitted.

帳票サーバ12は、ユーザ端末11から受信した制御ファイルからフォーム名を抽出しジョブリスト(図21)に当該フォーム名を記憶する。そして、記憶したフォーム名から帳票実行ファイルを抽出し、当該帳票実行ファイル内から自動指定情報(図22)を取得する(ステップ1303)。   The form server 12 extracts the form name from the control file received from the user terminal 11 and stores the form name in the job list (FIG. 21). Then, a form execution file is extracted from the stored form name, and automatic designation information (FIG. 22) is acquired from the form execution file (step 1303).

自動指定区分がスペース以外の場合には、自動印刷順判断処理(ステップ1304、1306)を実施する。自動指定区分がスペースの場合には、印刷依頼処理(ステップ1305)を実施する。   If the automatic designation category is other than a space, automatic printing order determination processing (steps 1304 and 1306) is performed. If the automatic designation category is a space, a print request process (step 1305) is performed.

自動印刷順判断処理では、図14に示すように、帳票サーバ12はまず取得した自動指定情報内にあるフォーム名と合致するジョブをジョブリストから抽出する(ステップ1401)。そして、抽出したジョブリストを自動指定情報内で指定されている印刷順に並べ替える(ステップ1402)。指定されている印刷順が「nouhin」「seikyu」「uriage」の場合であれば、図21のように並べ替える。次に、印刷順判断処理を実施する(ステップ1403)。なお、ステップ1403は図12と同様の処理であるため、説明は省略する。   In the automatic print order determination process, as shown in FIG. 14, the form server 12 first extracts a job that matches the form name in the acquired automatic designation information from the job list (step 1401). Then, the extracted job list is rearranged in the printing order designated in the automatic designation information (step 1402). If the designated printing order is “nouhin”, “seikyu”, and “uriage”, they are rearranged as shown in FIG. Next, a printing order determination process is performed (step 1403). Note that step 1403 is the same process as in FIG.

なお、自動指定情報内にあるフォーム名に合致するジョブの一部しか抽出できなかった場合は、全てのジョブの抽出ができるまで待機又は次の処理を先に行うようにしてもよい。   If only a part of the job matching the form name in the automatic designation information can be extracted, the standby or the next process may be performed first until all jobs can be extracted.

以上のように、上記実施形態によれば、印刷順序を保証することができる。特に、ユーザアプリケーションで投入した帳票データの順番ごとに帳票出力を行うことができるので、投入した順序と出力した順序の整合性をとることができる。それによって、投入した帳票データがプリンタから出力されていることを容易に確認することができるという効果を奏する。   As described above, according to the embodiment, the printing order can be guaranteed. In particular, since the form output can be performed for each order of the form data input by the user application, consistency between the input order and the output order can be ensured. As a result, it is possible to easily confirm that the input form data is output from the printer.

また、帳票データの投入順にかかわらずに帳票の出力順だけを保証することもできるので、ユーザの意図した出力順に帳票を出力する効果を奏する。   In addition, since only the output order of the forms can be guaranteed regardless of the order of input of the form data, there is an effect that the forms are output in the output order intended by the user.

さらに、あらかじめ指定されている印刷順序をもとに帳票を出力することができるので、定型業務の運用等であらかじめ決まって出力しなければならない帳票等の並び順を自動的に出力することができる効果を奏する。   In addition, since the forms can be output based on the printing order specified in advance, the arrangement order of the forms that must be output in advance during routine operations can be automatically output. There is an effect.

また、本発明の目的は、前述した実施形態の機能を実現するソフトウェアのプログラムコードを記録した記憶媒体を、システム或いは装置に供給し、そのシステム或いは装置のコンピュータ(またはCPUやMPU)が記憶媒体に格納されたプログラムコードを読み出し実行することによっても、達成されることは言うまでもない。   Another object of the present invention is to supply a storage medium storing software program codes for realizing the functions of the above-described embodiments to a system or apparatus, and the computer (or CPU or MPU) of the system or apparatus stores the storage medium. Needless to say, this can also be achieved by reading and executing the program code stored in.

この場合、記憶媒体から読み出されたプログラムコード自体が前述した実施形態の機能を実現することになり、プログラムコード自体及びそのプログラムコードを記憶した記憶媒体は本発明を構成することになる。   In this case, the program code itself read from the storage medium realizes the functions of the above-described embodiments, and the program code itself and the storage medium storing the program code constitute the present invention.

プログラムコードを供給するための記憶媒体としては、例えば、フレキシブルディスク、ハードディスク、光ディスク、光磁気ディスク、CD−ROM、CD−R、磁気テープ、不揮発性のメモリカード、ROM等を用いることができる。   As a storage medium for supplying the program code, for example, a flexible disk, a hard disk, an optical disk, a magneto-optical disk, a CD-ROM, a CD-R, a magnetic tape, a nonvolatile memory card, a ROM, or the like can be used.

また、コンピュータが読み出したプログラムコードを実行することにより、前述した実施形態の機能が実現されるだけでなく、そのプログラムコードの指示に基づき、コンピュータ上で稼動しているOS(基本システム或いはオペレーティングシステム)などが実際の処理の一部又は全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   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 (basic system or operating system) running on the computer based on the instruction of the program code. Needless to say, a case where the functions of the above-described embodiment are realized by performing part or all of the actual processing and the processing is included.

さらに、記憶媒体から読み出されたプログラムコードが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書込まれた後、そのプログラムコードの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPU等が実際の処理の一部又は全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Further, after the program code read from the storage medium is written in a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer, the function is determined based on the instruction of the program code. It goes without saying that the CPU or the like provided in the expansion board or function expansion unit performs part or all of the actual processing and the functions of the above-described embodiments are realized by the processing.

本発明の一実施形態に係る帳票出力システムの構成を示す図である。It is a figure which shows the structure of the form output system which concerns on one Embodiment of this invention. 本発明の一実施形態に係る各種端末のハードウェア構成を示す図である。It is a figure which shows the hardware constitutions of the various terminals which concern on one Embodiment of this invention. 本発明の一実施形態に係る帳票出力システムの基本的な処理フローを示す図である。It is a figure which shows the basic processing flow of the form output system which concerns on one Embodiment of this invention. ファイル監視処理部の動作を示すフローチャートである。It is a flowchart which shows operation | movement of a file monitoring process part. 要求管理部の動作を示すフローチャートである。It is a flowchart which shows operation | movement of a request | requirement management part. 帳票生成部と保存処理部の動作を示すフローチャートである。It is a flowchart which shows operation | movement of a form production | generation part and a preservation | save process part. ジョブ管理部の動作を示すフローチャートである。It is a flowchart which shows operation | movement of a job management part. ジョブ管理部による印刷依頼処理の動作を示すフローチャートである。6 is a flowchart illustrating an operation of a print request process by a job management unit. 帳票サーバにおける印刷指示処理とプリントサーバにおける印刷データ作成処理とを示すフローチャートである。5 is a flowchart illustrating print instruction processing in the form server and print data creation processing in the print server. ジョブ管理部によるジョブ管理処理(ユーザ指定)を示すフローチャートである。It is a flowchart which shows the job management process (user specification) by a job management part. ジョブ管理処理におけるユーザ指定印刷順判断処理を示すフローチャートである。It is a flowchart which shows the user designation | designated printing order judgment process in a job management process. ジョブ管理処理における印刷順判断処理を示すフローチャートである。6 is a flowchart illustrating a printing order determination process in a job management process. ジョブ管理部によるジョブ管理処理(自動指定)を示すフローチャートである。It is a flowchart which shows the job management process (automatic designation | designated) by a job management part. ジョブ管理処理における自動指定印刷順判断処理を示すフローチャートである。6 is a flowchart illustrating automatic designated printing order determination processing in job management processing. ファイル監視部の動作の一例を模式的に示す図である。It is a figure which shows an example of operation | movement of a file monitoring part typically. ジョブリストの一構成例を示す図である。It is a figure which shows the example of 1 structure of a job list. スプール設定ファイルの一構成例を示す図である。It is a figure which shows the example of 1 structure of a spool setting file. 印刷ログファイルの一構成例を示す図である。It is a figure which shows the example of 1 structure of a print log file. 制御ファイルの一構成例を示す図である。It is a figure which shows the example of 1 structure of a control file. ジョブリスト(ユーザ指定)の一構成例を示す図である。It is a figure which shows the example of 1 structure of a job list (user specification). ジョブリスト(自動指定)の一構成例を示す図である。It is a figure which shows the example of 1 structure of a job list (automatic designation | designated). 帳票実行ファイル(自動指定)の一構成例を示す図である。It is a figure which shows the example of 1 structure of a form execution file (automatic designation | designated). 帳票プレビューファイルの一構成例を示す図である。It is a figure which shows the example of 1 structure of a form preview file. 印刷状況画面レイアウトの一構成例を示す図である。6 is a diagram illustrating a configuration example of a printing status screen layout. FIG.

符号の説明Explanation of symbols

11 ユーザ端末
12 帳票サーバ
13 プリントサーバ
14 プリンタ
15 帳票データファイル
16 帳票実行ファイル
17、18 帳票プレビューファイル
111 ユーザアプリケーション
121 ファイル監視部
122 要求管理部
123 帳票生成部
124 ジョブ管理部
125 印刷指示部
131 印刷データ作成処理部
132 保存処理部
21 CPU
22 RAM
23 ROM
24 HDD(ハードディスクドライブ)
25 記録媒体ドライブ
26 ビデオアダプタ
27 K/B(キーボード)
28 P/D(ポインティングデバイス)
29 NIC(ネットワークインタフェースカード)
DESCRIPTION OF SYMBOLS 11 User terminal 12 Form server 13 Print server 14 Printer 15 Form data file 16 Form execution file 17, 18 Form preview file 111 User application 121 File monitoring part 122 Request management part 123 Form generation part 124 Job management part 125 Print instruction part 131 Print Data creation processing unit 132 Storage processing unit 21 CPU
22 RAM
23 ROM
24 HDD (Hard Disk Drive)
25 Recording media drive 26 Video adapter 27 K / B (keyboard)
28 P / D (pointing device)
29 NIC (network interface card)

Claims (10)

通信ネットワークを介して外部装置からデータを受信するデータ受信手段と、
前記データ受信手段において受信したデータの出力順序を管理するジョブ管理手段と、
前記データ受信手段において受信したデータ毎に出力データを生成する出力データ生成手段と、
前記出力データ生成手段により生成された出力データを出力装置に対して送信する出力データ送信手段と、
前記ジョブ管理手段において管理されるデータの出力順序に従って、前記出力装置において保存される出力データの出力依頼を前記出力装置に対して行う出力依頼手段とを有することを特徴とする情報処理装置。
Data receiving means for receiving data from an external device via a communication network;
Job management means for managing the output order of data received by the data receiving means;
Output data generating means for generating output data for each data received in the data receiving means;
Output data transmitting means for transmitting the output data generated by the output data generating means to an output device;
An information processing apparatus comprising: an output request unit that requests the output device to output output data stored in the output device in accordance with an output order of data managed by the job management unit.
前記ジョブ管理手段は、前記データ受信手段におけるデータの受信順序に応じてデータの出力順序を管理することを特徴とする請求項1に記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the job management unit manages a data output order according to a data reception order in the data reception unit. 前記データ受信手段におけるデータの受信状況を監視する監視手段を更に有し、
前記ジョブ管理手段は、前記データ受信手段におけるデータの受信が前記監視手段より通知されると、その通知順序に応じたジョブ番号を当該データについて付与し、前記ジョブ番号に基づいてデータの出力順序を管理することを特徴とする請求項1に記載の情報処理装置。
Further comprising monitoring means for monitoring the data reception status in the data receiving means;
When the data reception unit is notified of data reception by the monitoring unit, the job management unit assigns a job number corresponding to the notification order to the data, and sets the data output order based on the job number. The information processing apparatus according to claim 1, wherein the information processing apparatus is managed.
前記データ受信手段は、外部装置からデータとともに当該データの出力順序を示す情報を含む制御データを受信し、前記ジョブ管理手段は、前記制御データに含まれる出力順序を示す情報に基づいてデータの出力順序を管理することを特徴とする請求項1に記載の情報処理装置。   The data receiving means receives control data including information indicating the output order of the data together with data from an external device, and the job management means outputs data based on the information indicating the output order included in the control data. The information processing apparatus according to claim 1, wherein the order is managed. 前記出力順序を示す情報は、データのグループ情報を含み、前記ジョブ管理手段は、前記グループ情報に示されるグループ毎にデータの出力順序を管理することを特徴とする請求項4に記載の情報処理装置。   5. The information processing according to claim 4, wherein the information indicating the output order includes group information of data, and the job management unit manages the output order of data for each group indicated in the group information. apparatus. 前記ジョブ管理手段は、出力フォームに応じてデータの出力順序を管理することを特徴とする請求項1に記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the job management unit manages an output order of data according to an output form. 少なくとも情報処理装置、外部装置及び出力装置が通信ネットワークを介して接続される情報処理システムであって、
前記情報処理装置は、
前記通信ネットワークを介して前記外部装置からデータを受信するデータ受信手段と、
前記データ受信手段において受信したデータの出力順序を管理するジョブ管理手段と、
前記データ受信手段において受信したデータ毎に出力データを生成する出力データ生成手段と、
前記出力データ生成手段により生成された出力データを前記出力装置に対して送信する出力データ送信手段と、
前記ジョブ管理手段において管理されるデータの出力順序に従って、前記出力装置において保存される出力データの出力依頼を前記出力装置に対して行う出力依頼手段とを有することを特徴とする情報処理システム。
An information processing system in which at least an information processing device, an external device, and an output device are connected via a communication network,
The information processing apparatus includes:
Data receiving means for receiving data from the external device via the communication network;
Job management means for managing the output order of data received by the data receiving means;
Output data generating means for generating output data for each data received in the data receiving means;
Output data transmitting means for transmitting the output data generated by the output data generating means to the output device;
An information processing system comprising: an output request unit that requests the output device to output output data stored in the output device according to an output order of data managed by the job management unit.
情報処理装置による情報処理方法であって、
通信ネットワークを介して外部装置からデータを受信するデータ受信ステップと、
前記データ受信ステップにおいて受信したデータ毎に出力データを生成する出力データ生成ステップと、
前記出力データ生成ステップにより生成された出力データを出力装置に対して送信する出力データ送信ステップと、
データの出力順序を管理するジョブ管理手段において管理されるデータの出力順序に従って、前記出力装置において保存される出力データの出力依頼を前記出力装置に対して行う出力依頼ステップとを含むことを特徴とする情報処理方法。
An information processing method by an information processing apparatus,
A data receiving step for receiving data from an external device via a communication network;
An output data generation step for generating output data for each data received in the data reception step;
An output data transmission step of transmitting the output data generated by the output data generation step to an output device;
And an output requesting step of requesting the output device to output output data stored in the output device in accordance with the data output order managed by the job management means for managing the data output order. Information processing method.
請求項8に記載の情報処理方法をコンピュータに実行させるためのプログラム。   A program for causing a computer to execute the information processing method according to claim 8. 請求項9に記載のプログラムを記録したコンピュータ読み取り可能な記録媒体。   A computer-readable recording medium on which the program according to claim 9 is recorded.
JP2003431096A 2003-12-25 2003-12-25 Information processing apparatus, information processing system, information processing method, program, and recording medium Expired - Fee Related JP4246620B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003431096A JP4246620B2 (en) 2003-12-25 2003-12-25 Information processing apparatus, information processing system, information processing method, program, and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003431096A JP4246620B2 (en) 2003-12-25 2003-12-25 Information processing apparatus, information processing system, information processing method, program, and recording medium

Publications (2)

Publication Number Publication Date
JP2005190193A true JP2005190193A (en) 2005-07-14
JP4246620B2 JP4246620B2 (en) 2009-04-02

Family

ID=34789270

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003431096A Expired - Fee Related JP4246620B2 (en) 2003-12-25 2003-12-25 Information processing apparatus, information processing system, information processing method, program, and recording medium

Country Status (1)

Country Link
JP (1) JP4246620B2 (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008165529A (en) * 2006-12-28 2008-07-17 Canon Marketing Japan Inc Print system, print management server, printer, control method of print management server, control method of printer, and program
JP2009230413A (en) * 2008-03-21 2009-10-08 Canon Inc Information processor, information processing method and printing system
JP2009289283A (en) * 2009-09-03 2009-12-10 Canon Inc Control apparatus and method of controlling the same
JP2010113657A (en) * 2008-11-10 2010-05-20 Canon Marketing Japan Inc Electronic business form server, control method of electronic business form server, program, and recording medium
US7911630B2 (en) 2007-04-02 2011-03-22 Canon Kabushiki Kaisha Print processing system, control apparatus and control method thereof, and computer-readable recording medium
JP5223996B1 (en) * 2012-11-28 2013-06-26 富士ゼロックス株式会社 Print control apparatus, data management method and program
JP5223995B1 (en) * 2012-11-28 2013-06-26 富士ゼロックス株式会社 Print control apparatus, data management method and program
JP5338965B1 (en) * 2012-11-28 2013-11-13 富士ゼロックス株式会社 Print control apparatus, image forming system, and program
JP5338964B1 (en) * 2012-11-28 2013-11-13 富士ゼロックス株式会社 Control device, image forming system, and program

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005235108A (en) * 2004-02-23 2005-09-02 Fuji Xerox Co Ltd Business form print control unit and business form print control system

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008165529A (en) * 2006-12-28 2008-07-17 Canon Marketing Japan Inc Print system, print management server, printer, control method of print management server, control method of printer, and program
US7911630B2 (en) 2007-04-02 2011-03-22 Canon Kabushiki Kaisha Print processing system, control apparatus and control method thereof, and computer-readable recording medium
JP2009230413A (en) * 2008-03-21 2009-10-08 Canon Inc Information processor, information processing method and printing system
JP2010113657A (en) * 2008-11-10 2010-05-20 Canon Marketing Japan Inc Electronic business form server, control method of electronic business form server, program, and recording medium
JP2009289283A (en) * 2009-09-03 2009-12-10 Canon Inc Control apparatus and method of controlling the same
JP4721474B2 (en) * 2009-09-03 2011-07-13 キヤノン株式会社 Control device and control method thereof
JP5223996B1 (en) * 2012-11-28 2013-06-26 富士ゼロックス株式会社 Print control apparatus, data management method and program
JP5223995B1 (en) * 2012-11-28 2013-06-26 富士ゼロックス株式会社 Print control apparatus, data management method and program
JP5338965B1 (en) * 2012-11-28 2013-11-13 富士ゼロックス株式会社 Print control apparatus, image forming system, and program
JP5338964B1 (en) * 2012-11-28 2013-11-13 富士ゼロックス株式会社 Control device, image forming system, and program
US8634087B1 (en) 2012-11-28 2014-01-21 Fuji Xerox Co., Ltd. Print control apparatus, data management method, and non-transitory computer-readable medium
CN103645866A (en) * 2012-11-28 2014-03-19 富士施乐株式会社 Control device and image forming system
US8830515B2 (en) 2012-11-28 2014-09-09 Fuji Xerox Co., Ltd. Print control apparatus, data management method, and non-transitory computer-readable medium
US8861012B2 (en) 2012-11-28 2014-10-14 Fuji Xerox Co., Ltd. Control apparatus, image forming system, and non-transitory computer-readable medium
US8908223B2 (en) 2012-11-28 2014-12-09 Fuji Xerox Co., Ltd. Print control apparatus, image forming system, and non-transitory computer-readable medium

Also Published As

Publication number Publication date
JP4246620B2 (en) 2009-04-02

Similar Documents

Publication Publication Date Title
US8045202B2 (en) Information processing apparatus and print device control method
US9218150B2 (en) Image forming apparatus and method thereof
US20070097416A1 (en) Printing apparatus, print instruction apparatus, and printing system
US8305608B2 (en) Information processing apparatus, information processing method, and computer program for inputting insertion data to a data area of document data and sending output data processible by each of printing apparatuses
US8305590B2 (en) Driver of server managing image forming device drivers, and data printing method using the same
JP4533251B2 (en) Information processing system and job assignment method
US7805418B2 (en) Data-processing apparatus, data processing method, and storage medium
JP4246620B2 (en) Information processing apparatus, information processing system, information processing method, program, and recording medium
JP4730201B2 (en) Print control apparatus, print system, print control method and program
JP2006195531A (en) Image recording system
JP4886501B2 (en) Printing apparatus, printing control method, and program
JP5702953B2 (en) Information processing apparatus and application execution method and program
JP3962596B2 (en) Printing system and method for using printing resources
JP4087788B2 (en) Information processing apparatus, control method therefor, and program
JP3102836B2 (en) Printer system and print job processing method for printer system
US20180196627A1 (en) Data processing apparatus, control method, and storage medium
JP2003316543A (en) Information processing method, information processor and program
US20200004521A1 (en) Management apparatus and method
JP2007219576A (en) Printer driver selection program and recording medium
JP2007164272A (en) Editing device, editing method and program
JP2005174244A (en) Network device management apparatus, network device management method, computer-readable storage medium stored with program, and program
JP4836072B2 (en) Print control apparatus, print control method, print control program, and storage medium storing computer-readable program
JP2007122251A (en) Recording medium creation system and method for controlling display of progress information
JP4350343B2 (en) PRINT CONTROL DEVICE, PRINT CONTROL METHOD, PROGRAM, AND STORAGE MEDIUM
JP2013131109A (en) Printing management device, printing management method, and computer program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060627

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20080815

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080826

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20081027

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: 20081216

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20090108

R150 Certificate of patent or registration of utility model

Ref document number: 4246620

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120116

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120116

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130116

Year of fee payment: 4

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140116

Year of fee payment: 5

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees