JP6217094B2 - Image forming apparatus, printer driver for setting printing, image forming method, and image forming program - Google Patents

Image forming apparatus, printer driver for setting printing, image forming method, and image forming program Download PDF

Info

Publication number
JP6217094B2
JP6217094B2 JP2013050597A JP2013050597A JP6217094B2 JP 6217094 B2 JP6217094 B2 JP 6217094B2 JP 2013050597 A JP2013050597 A JP 2013050597A JP 2013050597 A JP2013050597 A JP 2013050597A JP 6217094 B2 JP6217094 B2 JP 6217094B2
Authority
JP
Japan
Prior art keywords
print
order
job
image forming
printer driver
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.)
Expired - Fee Related
Application number
JP2013050597A
Other languages
Japanese (ja)
Other versions
JP2014176971A (en
Inventor
康人 堀口
康人 堀口
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2013050597A priority Critical patent/JP6217094B2/en
Publication of JP2014176971A publication Critical patent/JP2014176971A/en
Application granted granted Critical
Publication of JP6217094B2 publication Critical patent/JP6217094B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、ユーザ用のプリンタドライバ機能を持つ複数のクライアントコンピュータからの複数の印刷ジョブを印刷指示順に従って印刷する画像形成装置、及びそれを印刷設定するプリンタドライバ、画像形成方法、画像形成プログラムに関する。 The present invention relates to an image forming apparatus that prints a plurality of print jobs from a plurality of client computers having a printer driver function for a user according to a print instruction order, and a printer driver , an image forming method, and an image forming program for setting the print job. .

従来、ユーザ用のプリンタドライバ機能を持つ複数のクライアントコンピュータ(汎用的なパーソナルコンピュータPCを適用できる)からネットワークを介して送信された複数の印刷ジョブを印刷指示順に従ってプリンタ(画像形成装置)で印刷する際、各プリンタドライバ機能で実施される印刷ジョブをプリンタ言語データ(以下、PDLデータとする)へと変換して印刷データとするPDL変換処理に要する処理時間の差異によっては、ユーザの印刷開始指示順とプリンタの印刷ジョブの受信順とが異なってしまうことがあり、こうした場合には、結果として、ユーザが意図しない順番で印刷されてしまうことがある。   Conventionally, a plurality of print jobs transmitted via a network from a plurality of client computers having a printer driver function for a user (a general-purpose personal computer PC can be applied) are printed by a printer (image forming apparatus) according to a print instruction order. When printing, the user starts printing depending on the difference in processing time required for PDL conversion processing to convert the print job executed by each printer driver function into printer language data (hereinafter referred to as PDL data) to be print data. The order of instructions may differ from the order of reception of print jobs by the printer. In such a case, printing may occur in an order that is not intended by the user.

具体的に云えば、1つの印刷データを複数のジョブに分割することを想定すると、機能上ではジョブのページ単位によって印刷属性が異なる場合に対応させ、大量印刷におけるクライアントコンピュータからのリカバリ印刷時の印刷データの再送信処理の効率を向上させる必要がある。例えば20ページ分の印刷データを印刷する際、給紙するトレイの違い等により1〜5ページを印刷ジョブ1、6〜18ページを印刷ジョブ2、19〜20ページを印刷ジョブ3として分割して送信する場合、ユーザはそれぞれの印刷属性がデフォルト値として登録されているプリンタドライバに連続して印刷指示を実行する。ここで、印刷ジョブ1はプリンタドライバA、印刷ジョブ2はプリンタドライバB、印刷ジョブ3はプリンタドライバCを使って印刷する場合、ユーザが意図する印刷順序は印刷ジョブ1→印刷ジョブ2→印刷ジョブ3となる。ユーザが各プリンタドライバA、B、Cに対して印刷ページを分割して連続で印刷開始ボタンを押下すると、各プリンタドライバA、B、Cは順次指示に従って印刷ジョブ用にPDL変換処理を実施する。   More specifically, assuming that one print data is divided into a plurality of jobs, the function corresponds to the case where the print attributes differ depending on the page unit of the job, and at the time of recovery printing from a client computer in mass printing. There is a need to improve the efficiency of print data retransmission processing. For example, when printing print data for 20 pages, 1 to 5 pages are divided into print job 1, 6 to 18 pages are printed job 2, and 19 to 20 pages are printed job 3 depending on a tray to be fed. In the case of transmission, the user sequentially issues a print instruction to a printer driver in which each print attribute is registered as a default value. Here, when printing is performed using the printer driver A for the print job 1, the printer driver B for the print job 2, and the printer driver C for the print job 3, the print order intended by the user is print job 1 → print job 2 → print job. 3 When the user divides a print page for each of the printer drivers A, B, and C and continuously presses the print start button, the printer drivers A, B, and C sequentially perform PDL conversion processing for the print job according to the instructions. .

ところが、PDL変換処理の完了時間は各プリンタドライバA、B、Cによって異なる。この例では単純にページ数から鑑みると、PDL変換処理の完了順は、プリンタドライバC→プリンタドライバA→プリンタドライバBとなる。このような場合、各クライアントコンピュータからはPDL変換処理が完了した順番でプリンタに印刷ジョブを送信するため、プリンタでは印刷ジョブ3→印刷ジョブ1→印刷ジョブ2の順番で受信し、その順番で印刷を行ってしまうことがある。   However, the completion time of the PDL conversion process varies depending on the printer drivers A, B, and C. In this example, simply considering the number of pages, the completion order of PDL conversion processing is printer driver C → printer driver A → printer driver B. In such a case, since the print jobs are transmitted from each client computer to the printer in the order in which the PDL conversion processing is completed, the printer receives the print jobs in the order of print job 3 → print job 1 → print job 2 and prints in that order. May be done.

そこで、このような問題を対策してユーザが意図した順番で印刷を可能にする技術も提案されており、例えば送信側で発信元、ユーザ名、発信時間と順序優先命令を含むジョブを作成し、それを受信した画像形成装置がユーザ毎に分別して発信順に印刷することが可能となり、ユーザの利便性を向上させることができる「画像形成装置システム」(特許文献1参照)が挙げられる。   In view of this, a technique has been proposed that enables printing in the order intended by the user in response to such a problem. For example, a job including a transmission source, a user name, a transmission time, and an order priority command is created on the transmission side. An “image forming apparatus system” (see Patent Document 1) that can improve the convenience of the user by allowing the image forming apparatus that has received the information to be sorted for each user and printing in the order of transmission.

上述した特許文献1に係る画像形成装置システムの技術では、ユーザが意図した順番で印刷することを目的とし、印刷ジョブに付加される印刷開始指示時刻等の情報を利用し、予め決められた印刷ジョブ数を受信した後、印刷開始指示時刻を比較して時刻の早い順序で印刷を実施することでユーザが意図した順番通りに印刷する機能を持つもので、ユーザが発信した順番に従い、印刷順序を整列させて印刷することができるようになっている。   In the technology of the image forming apparatus system according to Patent Document 1 described above, printing is performed in advance by using information such as a print start instruction time added to a print job for the purpose of printing in the order intended by the user. After receiving the number of jobs, the print start instruction time is compared and printing is performed in the order of the earlier time, so that it has the function of printing in the order intended by the user. Can be arranged and printed.

ところが、実際にユーザが意図した順番で印刷をするためには、予め決められた印刷ジョブ数を受信した後、その受信したジョブの中に含まれる印刷順序データを使用して、印刷順序を決定する印刷順序処理を実施する必要があり、こうした場合には予め決められた印刷ジョブ数の受信が完了するまで印刷順序の判定処理が実施されないことになり、決められた印刷ジョブ数の受信が完了するまでは印刷が開始されないため、印刷を開始するまでの不要な待ち時間が発生し、印刷パフォーマンスが低下してしまうという問題がある。   However, in order to actually print in the order intended by the user, after receiving a predetermined number of print jobs, the print order is determined using the print order data included in the received jobs. In such a case, the print order determination process is not executed until the reception of the predetermined number of print jobs is completed, and the reception of the predetermined number of print jobs is completed. Since printing is not started until the printing is started, there is a problem that an unnecessary waiting time until printing is started occurs and the printing performance is deteriorated.

本発明は、このような問題点を解決すべくなされたもので、その技術的課題は、ユーザが複数に分割した印刷ジョブを送信して意図する順番に従った印刷を実施する際の印刷パフォーマンスの低下を抑止できる画像形成装置、及びそれを印刷設定するプリンタドライバ、画像形成方法、画像形成プログラムを提供することにある。 The present invention has been made to solve such problems, and its technical problem is that a print performance when a user transmits a print job divided into a plurality of pieces and performs printing in the intended order. An image forming apparatus capable of suppressing the decrease in image quality, a printer driver that prints the image forming method, an image forming method, and an image forming program .

上記技術課題を解決するため、本発明は、ユーザ用のプリンタドライバ機能を持つ複数のクライアントコンピュータからネットワークを介して送信された複数の印刷ジョブを印刷指示順に従って印刷する画像形成装置であって、ユーザが複数のクライアントコンピュータの何れかのプリンタドライバ機能に印刷開始指示を行った際に当該プリンタドライバ機能が印刷ジョブのプリンタ言語データへの変換処理を実施する前に要求した当該印刷ジョブの印刷順序を識別するための印刷順序識別IDの取得要求に応じて当該印刷順序識別IDを生成する印刷順序識別ID生成手段と、印刷順序識別IDに基づいてプリンタドライバ機能により指定された印刷順序を保証したいジョブ数を示す印刷順序保証ジョブ数に従って印刷ジョブの印刷順序を順序キューに登録して管理する順序キュー登録手段と、複数のクライアントコンピュータの何れかのプリンタドライバ機能に印刷順序識別IDを送信すると共に、当該プリンタドライバ機能によりプリンタ言語データへの変換処理を実施した後に当該印刷順序識別IDを付加してネットワークを介して送信した印刷データを受信する通信手段と、ユーザの操作入力指示に従って印刷データを順序キューに登録された印刷順序識別IDに基づいて印刷するための画像出力を行う画像出力手段と、順序キュー登録手段で登録を行う順序キューの印刷順序に対してユーザ毎に自動的に排紙先を変えて印刷処理を実施する印刷制御手段と、を備え、印刷制御手段は、意図する順番に従った印刷を実施する際の印刷ジョブ群に対して順序キュー登録手段によりサブ順序キューに格納された印刷状態を確認してRIP済のジョブについての印刷処理を実施することを特徴とする。 In order to solve the above technical problem, the present invention is an image forming apparatus for printing a plurality of print jobs transmitted from a plurality of client computers having a printer driver function for a user via a network according to a print instruction order. When the user issues a print start instruction to one of the printer driver functions of a plurality of client computers, the print order of the print job requested by the printer driver function before converting the print job into printer language data A print order identification ID generating means for generating the print order identification ID in response to a print order identification ID acquisition request for identifying the print order, and a print order designated by the printer driver function based on the print order identification ID Print order indicating the number of jobs The order queue registration means for registering and managing in the order queue and the print order identification ID are sent to one of the printer driver functions of a plurality of client computers, and conversion processing into printer language data is performed by the printer driver function. In order to print the print data based on the print order identification ID registered in the order queue in accordance with a communication means for receiving the print data transmitted via the network after adding the print order identification ID and the user's operation input instruction Image output means for outputting the image , and print control means for automatically changing the paper discharge destination for each user with respect to the print order of the order queue registered by the order queue registration means The print control means includes an order queue registration means for a print job group when performing printing according to an intended order. Which comprises carrying out the printing processing for job RIP already check the printing state stored more sub-ordered queue.

本発明の画像処理装置によれば、上記構成により、ユーザが複数に分割した印刷ジョブを送信して意図する順番に従った印刷を実施する際の印刷パフォーマンスの低下を抑止できる。 According to the image processing apparatus of the present invention, the above structure can suppress a decrease in printing performance when implementing printing according to the order intended by sending a print job to Yu over THE is divided into a plurality.

本発明の実施例1に係る画像形成装置の基本構成を示したブロック図である。1 is a block diagram illustrating a basic configuration of an image forming apparatus according to Embodiment 1 of the present invention. 図1に示す画像形成装置を印刷設定するクライアントコンピュータのプリンタドライバ機能を担うプリンタドライバの基本構成を示したブロック図である。FIG. 2 is a block diagram illustrating a basic configuration of a printer driver having a printer driver function of a client computer that performs print setting for the image forming apparatus illustrated in FIG. 1. 図2に示すプリンタドライバによる印刷開始指示を受けて図1に示す画像形成装置が印刷処理するまでの動作処理のシーケンス(手順)を示したフローチャートである。3 is a flowchart showing a sequence (procedure) of an operation process until a print start instruction from the printer driver shown in FIG. 2 is received and the image forming apparatus shown in FIG. 図3で説明したプリンタドライバによる印刷開始指示後の印刷順序識別IDの取得要求時の通信パケットの構成を例示した図である。FIG. 4 is a diagram exemplifying a configuration of a communication packet when a print order identification ID acquisition request after a print start instruction by the printer driver described in FIG. 3 is requested. 図3で説明したプリンタドライバによる印刷データ送信時の通信パケットの構成を例示した図である。FIG. 4 is a diagram illustrating a configuration of a communication packet when print data is transmitted by the printer driver described in FIG. 3. 図3で説明したプリンタドライバによる印刷順序識別ID送信時の通信パケットの構成を例示した図である。FIG. 4 is a diagram illustrating a configuration of a communication packet when a printing order identification ID is transmitted by the printer driver described in FIG. 3. 図3で説明した画像形成装置による印刷ジョブの印刷順序の順序キューへの登録処理に係る動作処理を示したフローチャートである。FIG. 4 is a flowchart illustrating an operation process related to a process of registering a print job in a print order queue in the image forming apparatus described in FIG. 3. FIG. 図7で説明した順序キューへの登録の具体例を説明するために示した模式図である。It is the schematic diagram shown in order to demonstrate the specific example of registration to the order queue demonstrated in FIG. 図1に示す画像形成装置による図7で説明した順序キューに登録された印刷順序識別ID及び印刷ジョブ状態に従った印刷処理に係る動作処理を示したフローチャートである。FIG. 8 is a flowchart illustrating an operation process related to a printing process according to a print order identification ID and a print job state registered in the order queue described in FIG. 7 by the image forming apparatus shown in FIG. 1. 図9で説明した印刷順序識別IDを利用して順序キューに登録された印刷ジョブを印刷するときの具体例を説明するために示した模式図である。FIG. 10 is a schematic diagram for explaining a specific example when a print job registered in an order queue is printed using the print order identification ID described in FIG. 9. 図3で説明したプリンタドライバによる印刷順序を保証した印刷設定を行うときの表示部の表示画面上に表示されるユーザインターフェースでの印刷設定画面を例示した図である。FIG. 4 is a diagram exemplifying a print setting screen on a user interface displayed on a display screen of a display unit when performing a print setting in which a printing order is guaranteed by the printer driver described in FIG. 3.

以下に、本発明の画像形成装置、及びそれを印刷設定するプリンタドライバ、画像形成方法、画像形成プログラムについて、実施例を挙げ、図面を参照して詳細に説明する。 Hereinafter, an image forming apparatus of the present invention, a printer driver that prints the image forming apparatus, an image forming method, and an image forming program will be described in detail with reference to the drawings.

図1は、本発明の実施例1に係る画像形成装置(プリンタ)100の基本構成を示したブロック図である。   FIG. 1 is a block diagram illustrating a basic configuration of an image forming apparatus (printer) 100 according to the first embodiment of the present invention.

この画像形成装置100は、装置全体の制御を担う制御部110と、制御部110の制御で必要な基本情報等を記憶する主記憶装置120と、装置の印刷データ、各種設定、ログ等を記憶する補助記憶装置130と、ユーザの指示に従って制御部110の指令に基づいて画像出力して印刷データを印刷する画像出力装置140と、装置に装着されている表示部の表示画面上に表示される操作パネル機能の表示内容に対するユーザによる操作入力指示(タッチパネル式かカーソル指示式かは問わないものとする)を受け付けるユーザI/F150と、ネットワーク30と接続されて通信接続を制御する通信I/F160と、を備えて構成される。   The image forming apparatus 100 stores a control unit 110 that controls the entire apparatus, a main storage device 120 that stores basic information necessary for the control of the control unit 110, and print data, various settings, logs, and the like of the apparatus. The auxiliary storage device 130, the image output device 140 that outputs an image based on a command from the control unit 110 and prints the print data in accordance with a user instruction, and the display screen of the display unit mounted on the device. A user I / F 150 that receives an operation input instruction (whether it is a touch panel type or a cursor instruction type) for the display contents of the operation panel function, and a communication I / F 160 that is connected to the network 30 and controls communication connection. And comprising.

図2は、画像形成装置100を印刷設定するクライアントコンピュータ(ここでも汎用的なパーソナルコンピュータPCを適用できる)のプリンタドライバ機能を担うプリンタドライバ200の基本構成を示したブロック図である。   FIG. 2 is a block diagram showing a basic configuration of a printer driver 200 that assumes the printer driver function of a client computer (also a general-purpose personal computer PC can be applied here) that prints the image forming apparatus 100.

このプリンタドライバ200は、全体の制御を担う制御手段210と、ユーザによる印刷設定操作を受け付けるユーザインターフェースUIを提供するUI提供手段220と、印刷ジョブに対してPDL変換を実施し、印刷データ(PDLデータ)を生成する印刷データ(PDLデータ)変換手段230と、UI提供手段220で受け付けた印刷設定や画像形成装置100から取得した印刷順序識別ID等のデータを記憶するデータ記憶手段240と、ネットワーク30と接続されて通信接続を制御するデータ通信手段250と、を備えて構成される。   The printer driver 200 performs a PDL conversion on a print job, a control unit 210 that performs overall control, a UI provision unit 220 that provides a user interface UI that accepts a print setting operation by a user, and print data (PDL). Print data (PDL data) conversion means 230 for generating data), data storage means 240 for storing data such as print settings received by the UI providing means 220 and print order identification ID acquired from the image forming apparatus 100, and a network 30 and data communication means 250 connected to 30 and controlling the communication connection.

図1に示した画像形成装置100と図2に示したプリンタドライバ200とはネットワーク30を介して接続されることで印刷システムとして構成され、係る印刷システムでは、プリンタドライバ200からネットワーク30を介して送信された複数の印刷ジョブを印刷指示順に従って画像形成装置100が印刷を実行する機能を持つ。   The image forming apparatus 100 shown in FIG. 1 and the printer driver 200 shown in FIG. 2 are connected via a network 30 to constitute a printing system. In such a printing system, the printer driver 200 via the network 30 is configured. The image forming apparatus 100 has a function of printing a plurality of transmitted print jobs in accordance with the print instruction order.

実施例1に係る画像形成装置100では、ユーザが複数のクライアントコンピュータの何れかのプリンタドライバ200により印刷開始指示を行った際にプリンタドライバ200で印刷データ(PDLデータ)生成手段230による印刷ジョブのPDLデータへの変換処理を実施する前に印刷ジョブの印刷順序を識別するための印刷順序識別IDの取得要求が行われる。この印刷順序識別IDの取得要求は、ユーザがプリンタドライバ200におけるUI提供手段220を利用して制御手段210の制御によりデータ通信手段250を通してネットワーク30経由で画像形成装置100に対して行うものである。   In the image forming apparatus 100 according to the first embodiment, when the user issues a print start instruction using any one of the printer drivers 200 of a plurality of client computers, the printer driver 200 uses the print data (PDL data) generation unit 230 to execute a print job. A request for acquiring a print order identification ID for identifying the print order of a print job is made before performing the conversion process to PDL data. The print order identification ID acquisition request is made by the user to the image forming apparatus 100 via the network 30 through the data communication unit 250 under the control of the control unit 210 using the UI providing unit 220 in the printer driver 200. .

そこで、画像形成装置100は、ネットワーク30及び通信I/F160を通して印刷順序識別IDの取得要求を受け付けた制御部110が印刷順序識別IDを生成する。また、制御部110は、印刷順序識別IDに基づいてプリンタドライバ200により指定された印刷順序を保証したいジョブ数を示す印刷順序保証ジョブ数(印刷順序識別IDの取得要求時に指示される順番を保証した印刷を実施したいジョブ数)に従って印刷ジョブの印刷順序を順序キューに登録して管理する。ここでの印刷順序保証ジョブ数についても、ユーザがプリンタドライバ200におけるUI提供手段220を利用して設定し、制御手段210の制御によりデータ通信手段250を通してネットワーク30経由で画像形成装置100に対して送信するものである。更に、制御部110は、通信I/F160を制御してネットワーク30経由で印刷順序識別IDの取得要求をしたプリンタドライバ200に印刷順序識別IDを送信する。   Therefore, in the image forming apparatus 100, the control unit 110 that has received a print order identification ID acquisition request via the network 30 and the communication I / F 160 generates a print order identification ID. Further, the control unit 110 guarantees the number of print order guarantee jobs indicating the number of jobs for which the print order specified by the printer driver 200 is to be guaranteed based on the print order identification ID (the order instructed when the print order identification ID is requested). The number of jobs to be printed) is registered and managed in the order queue. The number of printing order guarantee jobs here is also set by the user using the UI providing unit 220 in the printer driver 200, and is controlled by the control unit 210 to the image forming apparatus 100 via the network 30 through the data communication unit 250. To be sent. Further, the control unit 110 controls the communication I / F 160 to transmit the print order identification ID to the printer driver 200 that has requested acquisition of the print order identification ID via the network 30.

即ち、ここでの制御部110は、印刷順序識別ID生成手段並びに順序キュー登録手段として機能する。その他に制御部110は、順序キュー登録機能で登録を行う順序キューの印刷順序に対してユーザ毎に自動的に排紙先を変えて印刷処理を実施する印刷制御手段としての機能を備えても良い。   That is, the control unit 110 here functions as a printing order identification ID generation unit and an order queue registration unit. In addition, the control unit 110 may have a function as a print control unit that automatically changes the paper discharge destination for each user with respect to the print order of the order queue registered by the order queue registration function. good.

画像形成装置100における通信I/F160は、制御部110の制御を受け、プリンタドライバ200に印刷順序識別IDを送信すると共に、プリンタドライバ200によりPDL変換処理を実施した後に印刷順序識別IDを付加してネットワーク30を介して送信した印刷データを受信する通信手段として機能する。画像出力装置140は、制御部110の制御を受けるユーザI/F150におけるユーザの操作入力指示に従って、同様に制御部110の制御を受け、印刷データを順序キューに登録された印刷順序識別IDに基づいて印刷するための画像出力を行う画像出力手段として機能する。   The communication I / F 160 in the image forming apparatus 100 receives the control of the control unit 110, transmits a print order identification ID to the printer driver 200, and adds the print order identification ID after performing PDL conversion processing by the printer driver 200. It functions as a communication means for receiving print data transmitted via the network 30. The image output apparatus 140 is similarly controlled by the control unit 110 in accordance with a user operation input instruction in the user I / F 150 that is controlled by the control unit 110, and print data is based on the print order identification ID registered in the order queue. Function as image output means for outputting an image for printing.

これに対し、プリンタドライバ200では、上述したように、制御手段210による制御を受けるUI提供手段220が印刷順序保証ジョブ数を設定するジョブ数設定手段、並びに印刷順序識別IDの取得要求を行うID取得要求手段として機能する。データ通信手段250は、ID取得要求機能による印刷順序識別IDの取得要求をネットワーク30を介して画像形成装置100へ行うための送信、画像形成装置100からのネットワーク30を介しての印刷順序識別IDを取得するときの受信、並びに取得した印刷順序識別IDを付加したPDL変換後の印刷データの送信をネットワーク30を介して画像形成装置100へ行う通信手段として機能する。   On the other hand, in the printer driver 200, as described above, the UI providing unit 220 that is controlled by the control unit 210 sets the number of print order guarantee jobs, and the ID that makes a print order identification ID acquisition request. It functions as an acquisition request means. The data communication unit 250 transmits a print order identification ID acquisition request by the ID acquisition request function to the image forming apparatus 100 via the network 30, and print order identification ID from the image forming apparatus 100 via the network 30. Functions as communication means for performing transmission to the image forming apparatus 100 via the network 30, and transmission of print data after PDL conversion added with the acquired print order identification ID.

図3は、プリンタドライバ200による印刷開始指示を受けて画像形成装置100が印刷処理するまでの動作処理のシーケンス(手順)を示したフローチャートである。但し、ここではプリンタドライバ200及び画像形成装置100の間では、ネットワーク30を介して情報を送受信可能となっている。   FIG. 3 is a flowchart showing a sequence (procedure) of operation processing until the image forming apparatus 100 performs print processing in response to a print start instruction from the printer driver 200. However, information can be transmitted and received between the printer driver 200 and the image forming apparatus 100 via the network 30 here.

図3を参照すれば、最初にユーザがプリンタドライバ200に対して印刷ボタン等の押下により印刷開始指示(ステップS101)を行うと、プリンタドライバ200ではユーザから受け取ったその指示に従い、印刷ジョブのPDL変換処理を実施する前に画像形成装置100に対して指定した印刷順序を保証したいジョブ数を示す印刷順序保証ジョブ数で印刷順序識別IDを取得要求(ステップS102)する印刷順序の予約要求を行う。この印刷順序識別IDの取得要求に際して用いる通信パケットについては、後文で図4を参照して詳述する。   Referring to FIG. 3, when the user first issues a print start instruction (step S101) to the printer driver 200 by pressing a print button or the like, the printer driver 200 follows the instruction received from the user according to the instruction received from the user. Before executing the conversion process, a print order reservation request is made to obtain a print order identification ID with the number of print order guarantee jobs indicating the number of jobs for which the designated print order is to be guaranteed to the image forming apparatus 100 (step S102). . The communication packet used for this print order identification ID acquisition request will be described in detail later with reference to FIG.

そこで、画像形成装置100では、受信した印刷順序識別IDの取得要求に従い、印刷順序識別IDを生成(ステップS103)する。ここで生成される印刷順序識別IDは、どのユーザであるかを判別することができると共に、印刷ジョブを一意に決定することができるユニークなIDである。因みに、ユーザの判別は印刷順序識別IDの取得要求時の通信パケットにおけるヘッダから取得することができる。   Therefore, the image forming apparatus 100 generates a print order identification ID in accordance with the received print order identification ID acquisition request (step S103). The print order identification ID generated here is a unique ID that can determine which user is the user and can uniquely determine the print job. Incidentally, the determination of the user can be obtained from the header in the communication packet at the time of the print order identification ID acquisition request.

また、画像形成装置100では、生成された印刷順序識別ID及び設定された印刷順序保証ジョブ数を利用して順序キューに登録(ステップS104)して管理すると共に、生成された印刷順序識別IDをプリンタドライバ200に送信する印刷順序識別ID送信(ステップS105)する処理を行う。   Further, the image forming apparatus 100 registers and manages the generated print order identification ID in the order queue (step S104) using the generated print order identification ID and the set number of print order guaranteed jobs. Processing for transmitting a print order identification ID to be transmitted to the printer driver 200 (step S105) is performed.

更に、プリンタドライバ200では、画像形成装置100から送信された印刷順序識別IDを受信した後、PDL変換処理を実施して印刷データ(PDLデータ)を生成(ステップS106)する処理を行った後、生成した印刷データを印刷順序識別IDと共に画像形成装置100に送信するデータ送信(ステップS107)を行う。この印刷データのデータ送信に際して用いる通信パケットについては、後文で図5を参照して詳述する。そこで、画像形成装置100は、PDL変換処理されて印刷順序識別IDが付加された印刷データをプリンタドライバ200から受信して順序キューに基づいて印刷する際、印刷順序識別IDに基づいて印刷可否を判断して印刷処理を実施する。   Further, after receiving the print order identification ID transmitted from the image forming apparatus 100, the printer driver 200 performs a PDL conversion process to generate print data (PDL data) (step S106). Data transmission (step S107) is performed to transmit the generated print data to the image forming apparatus 100 together with the print order identification ID. A communication packet used for transmitting the print data will be described in detail later with reference to FIG. Therefore, when the image forming apparatus 100 receives print data that has been subjected to PDL conversion processing and has been added with a print order identification ID from the printer driver 200 and performs printing based on the order queue, the image forming apparatus 100 determines whether or not to allow printing based on the print order identification ID. Determine and execute the printing process.

図4は、プリンタドライバ200による印刷開始指示後の印刷順序識別IDの取得要求時の通信パケットの構成を例示した図である。図4を参照すれば、この通信パケットは、ヘッダ410、印刷順序識別ID取得要求フラグ420、印刷順序保証ジョブ数430から構成される。   FIG. 4 is a diagram exemplifying a configuration of a communication packet at the time of a print order identification ID acquisition request after a print start instruction by the printer driver 200. Referring to FIG. 4, the communication packet includes a header 410, a print order identification ID acquisition request flag 420, and a print order guarantee job number 430.

このうち、ヘッダ410は、従来の通信パケットの場合と同様な形態で格納されることを示している。印刷順序識別ID取得要求フラグ420は、実施例1で利用する印刷順序識別IDを要求していることを表わしている。印刷順序保証ジョブ数430は、ユーザが印刷順序を保証したい印刷ジョブ数が格納されている。因みに、印刷順序保証ジョブ数430が指定されていない場合は、「1」が格納される。ここでは、周知のヘッダ410に加え、印刷順序識別ID取得要求フラグ420及び印刷順序保証ジョブ数430を通信パケットに載せて送信することが特色となっている。尚、ここでの印刷順序識別ID取得要求フラグ420及び印刷順序保証ジョブ数430は、ヘッダ410の一部として扱うことも可能である。   Among these, the header 410 indicates that it is stored in the same form as in the case of a conventional communication packet. The print order identification ID acquisition request flag 420 indicates that a print order identification ID used in the first embodiment is requested. The print order guarantee job number 430 stores the number of print jobs that the user wants to guarantee the print order. Incidentally, when the print order guarantee job number 430 is not designated, “1” is stored. Here, in addition to the well-known header 410, the print order identification ID acquisition request flag 420 and the print order guarantee job number 430 are transmitted in a communication packet. The print order identification ID acquisition request flag 420 and the print order guarantee job number 430 here can be handled as a part of the header 410.

図5は、プリンタドライバ200による印刷データ送信時の通信パケットの構成を例示した図である。この通信パケットは、ヘッダ510、印刷順序識別ID520、印刷データ530から構成される。   FIG. 5 is a diagram illustrating a configuration of a communication packet when the printer driver 200 transmits print data. This communication packet includes a header 510, a print order identification ID 520, and print data 530.

このうち、ヘッダ510は、従来の通信パケットの場合と同様な形態で格納されることを示している。印刷順序識別ID520は、実施例1で利用する印刷順序識別IDが格納されることを示している。印刷データ530は従来の通信パケットの場合と同様な形態で格納されることを示している。ここでは、周知のヘッダ510、印刷データ530に加えて、印刷順序識別ID520をパケットに載せて送信することが特色となっている。尚、ここでの印刷順序識別ID520は、ヘッダ510の一部として扱うことが可能である他、印刷データ530の一部として扱うことも可能である。   Among these, the header 510 indicates that it is stored in the same form as in the case of a conventional communication packet. The print order identification ID 520 indicates that the print order identification ID used in the first embodiment is stored. The print data 530 is stored in the same form as in the case of a conventional communication packet. Here, in addition to the known header 510 and print data 530, a print order identification ID 520 is transmitted in a packet. Here, the print order identification ID 520 can be handled as a part of the header 510, and can also be handled as a part of the print data 530.

図6は、プリンタドライバ200による印刷順序識別ID送信時の通信パケットの構成を例示した図である。この通信パケットは、ヘッダ610、印刷順序識別ID620から構成される。   FIG. 6 is a diagram illustrating a configuration of a communication packet when the printer driver 200 transmits a printing order identification ID. This communication packet includes a header 610 and a print order identification ID 620.

このうち、ヘッダ610は、従来の通信パケットの場合と同様な形態で格納されることを示している。印刷順序識別ID620は、実施例1で利用する印刷順序識別IDが格納されることを示している。ここでは、周知のヘッダ610に印刷順序識別ID620をパケットに載せて送信することが特色となっている。尚、ここでの印刷順序識別ID620は、ヘッダ610の一部として扱うことが可能である。   Among these, the header 610 indicates that it is stored in the same form as in the case of a conventional communication packet. The print order identification ID 620 indicates that the print order identification ID used in the first embodiment is stored. Here, the print order identification ID 620 is transmitted in a packet in the well-known header 610. Note that the print order identification ID 620 here can be handled as a part of the header 610.

図7は、画像形成装置100による印刷ジョブの印刷順序の順序キューへの登録処理に係る動作処理を示したフローチャートである。但し、ここでの印刷順序識別IDを管理するための順序キューは、画像形成装置100内に持たされるキューであり、各ユーザからの印刷ジョブに対して印刷順序識別ID及びその印刷ジョブの状態、並びに印刷順序保証ジョブ数を利用して登録されるものである。   FIG. 7 is a flowchart showing an operation process related to the registration process of the print job in the order queue of the print job by the image forming apparatus 100. However, the order queue for managing the print order identification ID here is a queue provided in the image forming apparatus 100, and for each print job from each user, the print order identification ID and the status of the print job. , And the number of print order guaranteed jobs.

図7を参照すれば、印刷ジョブの順序キューへの登録処理が開始されると、まず既に順序キューに同一ユーザのサブ順序キューが生成されているか否かの判定(ステップS701)を行う。この判定の結果、同一ユーザのサブ順序キューが生成されていれば、引き続いてサブ順序キューの最大登録数を満たしているか否かの判定(ステップS702)を行った結果、最大登録数を満たしていれば、順序キューに印刷ジョブを登録する(ステップS703)処理を行ってから動作処理を終了するが、最大登録数を満たしていなければ(まだ登録可能であれば)、サブ順序キューに印刷ジョブを登録する(ステップS704)処理を行ってから動作処理を終了する。順序キューに登録する印刷ジョブの情報は、印刷順序識別ID、印刷ジョブ状態、及びサブ順序キューへのリンクである。   Referring to FIG. 7, when the registration process of the print job in the order queue is started, it is first determined whether or not a sub-order queue for the same user has already been generated in the order queue (step S701). If a sub-order queue for the same user has been generated as a result of this determination, it is subsequently determined whether or not the maximum registration number of the sub-order queue is satisfied (step S702). As a result, the maximum registration number is satisfied. If the maximum registration number is not satisfied (if registration is still possible), the print job is registered in the order queue (step S703). Is registered (step S704), and the operation process is terminated. The print job information registered in the order queue includes a print order identification ID, a print job status, and a link to the sub order queue.

因みに、ここでの印刷順序識別IDは、ユーザ及び印刷ジョブを一意に決定できるIDである。印刷ジョブ状態には、「発行」、「受信中」、「RIP中」、「RIP済」が使用される。「発行」は印刷順序識別IDが画像形成装置100で生成されたことを表わし、「受信中」はプリンタドライバ200からPDL変換処理後に送信されるデータ(印刷データ+印刷順序識別ID)を受信していることを表わし、「RIP中」は受信した印刷データがRIP処理されている状態を表し、「RIP済」はRIP処理が終了したことを表わす。尚、「RIP済」状態となった印刷ジョブは、後述する印刷条件を満たした際に印刷される。   Incidentally, the printing order identification ID here is an ID that can uniquely determine the user and the print job. For the print job status, “Issued”, “Receiving”, “RIP in progress”, and “RIP completed” are used. “Issued” indicates that the print order identification ID is generated by the image forming apparatus 100, and “Receiving” receives data (print data + print order identification ID) transmitted after the PDL conversion process from the printer driver 200. “RIP in progress” indicates that the received print data is being RIP processed, and “RIP completed” indicates that the RIP processing has been completed. Note that a print job in the “RIP completed” state is printed when a print condition described later is satisfied.

また、最初の順序キューに同一ユーザのサブ順序キューが生成されているか否かの判定(ステップS701)の結果、同一ユーザのサブ順序キューが生成されていなければ、引き続いてプリンタドライバ200により指定された印刷順序を保証したいジョブ数を示す印刷順序保証ジョブ数が指定されているか否かの判定(ステップS705)を行う。この判定の結果、印刷順序保証ジョブ数が指定されていなければ、順序キューに印刷ジョブを登録する(ステップS703)処理を行ってから動作処理を終了するが、印刷順序保証ジョブ数が指定されていれば、印刷ジョブ単位毎にユーザのサブ順序キューを生成する(ステップS706)処理を行った後、生成されたサブ順序キューに印刷ジョブ(印刷順序識別ID、印刷ジョブ状態)を登録する(ステップS707)処理を行い、更に順序キューにサブ順序キューのリンクを登録する(ステップS708)処理を行ってから動作処理を終了する。因みに、上述したサブ順序キューの最大登録数は、印刷順序保証ジョブ数と一致するものである。   If the sub-order queue for the same user is not generated in the first order queue (step S701), the printer driver 200 designates the sub-order queue for the same user. It is then determined whether or not a print order guarantee job number indicating the number of jobs for which the print order is to be guaranteed is specified (step S705). If the number of print order guaranteed jobs is not specified as a result of this determination, the print job is registered in the order queue (step S703), and the operation process is terminated. However, the number of print order guaranteed jobs is specified. Then, after performing the process of generating a user sub-order queue for each print job unit (step S706), a print job (print order identification ID, print job status) is registered in the generated sub-order queue (step S706). S707) The process is performed, and further, the link of the sub-order queue is registered in the order queue (step S708), and then the operation process is terminated. Incidentally, the maximum number of registered sub-order queues described above matches the number of print order-guaranteed jobs.

即ち、図7では、画像形成装置100において、印刷順序識別IDを生成すると、順次、順序キューへ印刷順序識別ID、印刷ジョブ状態、及びサブ順序キューへのリンクを登録し、ユーザが印刷順序保証ジョブ数を指定していればユーザ毎にサブ順序キューを別々に生成する処理が行われることを示している。   That is, in FIG. 7, when the printing order identification ID is generated in the image forming apparatus 100, the printing order identification ID, the print job status, and the link to the sub order queue are sequentially registered in the order queue, and the user guarantees the printing order. If the number of jobs is specified, it indicates that processing for generating a sub-order queue separately for each user is performed.

図8は、図7で説明した順序キューへの登録の具体例を説明するために示した模式図である。図8では、ユーザAがジョブ810(ジョブ1、印刷順序識別ID=10100、印刷ジョブ状態=RIP済)、ジョブ830(ジョブ2、印刷順序識別ID=10110、印刷ジョブ状態=RIP済)、ジョブ860(ジョブ3、印刷順序識別ID=10120、印刷ジョブ状態=受信中)、ジョブ870(ジョブ4、印刷順序識別ID=10130、印刷ジョブ状態=発行)の印刷順序識別IDの取得要求を、ユーザBがジョブ840(ジョブ1、印刷順序識別ID=20200、印刷ジョブ状態=RIP中)、ジョブ850(ジョブ2、印刷順序識別ID=20210、印刷ジョブ状態=受信中)の印刷順序識別IDの取得要求をそれぞれ送信する場合における順序キューへの登録を説明する。このとき、画像形成装置100で印刷順序識別IDの取得要求を受信する順序は、ジョブ810(ジョブ1)、ジョブ830(ジョブ2)、ジョブ840(ジョブ1)、ジョブ850(ジョブ2)、ジョブ860(ジョブ3)、ジョブ870(ジョブ4)の順であると共に、印刷順序指定をしているジョブはユーザAのジョブ830(ジョブ2)、ジョブ860(ジョブ3)、ジョブ870(ジョブ4)であり、他のジョブは印刷順序指定を行っていないものとする。   FIG. 8 is a schematic diagram for explaining a specific example of registration in the order queue described in FIG. In FIG. 8, the user A has a job 810 (job 1, print order identification ID = 10100, print job status = RIP completed), job 830 (job 2, print order identification ID = 10110, print job status = RIP completed), job 860 (job 3, print order identification ID = 10120, print job status = receiving) and job 870 (job 4, print order identification ID = 10130, print job status = issued) are requested to obtain a print order identification ID. B obtains the print order identification ID of job 840 (job 1, print order identification ID = 20200, print job status = RIP in progress) and job 850 (job 2, print order identification ID = 2210, print job status = receiving). Registration in the sequential queue when each request is transmitted will be described. At this time, the order in which the image forming apparatus 100 receives the print order identification ID acquisition request is as follows: job 810 (job 1), job 830 (job 2), job 840 (job 1), job 850 (job 2), job 860 (job 3), job 870 (job 4), and the jobs for which the print order is specified are user A's job 830 (job 2), job 860 (job 3), and job 870 (job 4). It is assumed that the print order is not designated for other jobs.

こうした場合、最初にジョブ810(ジョブ1)は、印刷順序保証ジョブ数が指定されていないため、サブ順序キューを生成せずに、直接順序キューに登録される。次に、ジョブ830(ジョブ2)の印刷順序識別IDの取得要求が行われる場合、リクエストパケットには印刷順序保証ジョブ数が設定されていることから、画像形成装置100はサブ順序キューAを生成し、サブ順序キューAにジョブ830(ジョブ2)の印刷順序識別IDを登録し、そのサブ順序キューAのリンクをユーザAに係る印刷順序保証ジョブ数3のサブ順序キューの最大登録数3を満たすジョブ820として順序キューに登録する。   In such a case, the job 810 (job 1) is registered directly in the order queue without generating the sub-order queue because the print order guarantee job number is not designated. Next, when a print order identification ID acquisition request for job 830 (job 2) is made, the number of print order guaranteed jobs is set in the request packet, and therefore the image forming apparatus 100 generates sub-order queue A. Then, the print order identification ID of the job 830 (job 2) is registered in the sub-order queue A, and the link of the sub-order queue A is set to the sub-order queue maximum registration number 3 of the print order guarantee job number 3 related to the user A. The job 820 to be satisfied is registered in the order queue.

更に、ジョブ840(ジョブ1)は、同一ユーザ(ユーザB)のサブ順序キューが生成されておらず、印刷順序保証ジョブ数が指定されていないため、順序キューに登録される。また、ジョブ850(ジョブ2)は、同一ユーザ(ユーザB)のサブ順序キューが生成されておらず、印刷順序保証ジョブ数が指定されていないため、順序キューに登録される。   Further, the job 840 (job 1) is registered in the order queue because the sub-order queue of the same user (user B) is not generated and the number of print order guarantee jobs is not specified. Job 850 (job 2) is registered in the order queue because the sub-order queue for the same user (user B) has not been generated and the number of print order guarantee jobs is not specified.

加えて、ジョブ860(ジョブ3)は、同一ユーザ(ユーザA)のサブ順序キューが生成されており、サブ順序キューの最大登録数3を満たしていない(登録数=1)ため、サブ順序キューAに登録する。また、ジョブ870(ジョブ4)については、同一ユーザ(ユーザA)のサブ順序キューAが生成されており、サブ順序キューAの最大登録数3をまだ満たしてない(登録数=2)ため、サブ順序キューAに登録する。   In addition, since the sub-order queue of the same user (user A) is generated for job 860 (job 3) and does not satisfy the maximum registration number 3 of the sub-order queue (registration number = 1), the sub-order queue Register with A. For job 870 (job 4), the sub-order queue A of the same user (user A) is generated, and the maximum registration number 3 of the sub-order queue A has not yet been satisfied (registration number = 2). Register in sub-order queue A.

このような手順に従って、順序キューには印刷順序識別IDが登録される。   According to such a procedure, the print order identification ID is registered in the order queue.

図9は、画像形成装置100による図7で説明した順序キューに登録された印刷順序識別ID及び印刷ジョブ状態に従った印刷処理に係る動作処理を示したフローチャートである。   FIG. 9 is a flowchart illustrating an operation process related to the printing process according to the print order identification ID and the print job state registered in the order queue described with reference to FIG. 7 by the image forming apparatus 100.

図9を参照すれば、順序キューによる印刷処理が開始されると、まず順序キューが空であるか否かの判定(ステップS901)を行う。この判定の結果、順序キューが空であれば、印刷を実施する必要が無いために動作処理(印刷処理)を終了するが、空でなければ順序キューの先頭の登録情報を確認する(ステップS902)処理を行い、順序キューの先頭に印刷順序識別IDが登録されているか、或いはサブ順序キューへのリンクが登録されているかを確認する。   Referring to FIG. 9, when the printing process using the order queue is started, it is first determined whether or not the order queue is empty (step S901). If the result of this determination is that the order queue is empty, the operation process (printing process) is terminated because there is no need to perform printing. If it is not empty, the registration information at the head of the order queue is confirmed (step S902). ) Process to confirm whether the print order identification ID is registered at the head of the order queue or whether the link to the sub-order queue is registered.

次に、後のループ処理で利用する変数(X)を用意し、初期値として0を代入するX=0(ステップS903)の処理を行った後、変数Xを利用したループ処理X(ステップS904)に移行する。このループ処理X(ステップS904)は、ループ内のX=X+1(ステップS911)の処理で1が加算され、X<排紙可能なトレイの総数(例えばトレイ1・トレイ2があった場合は2となる)を満たさなくなるまで、即ち、排紙可能なトレイの総数だけ繰り返される。   Next, a variable (X) to be used in the subsequent loop processing is prepared, the processing of X = 0 (step S903) in which 0 is substituted as an initial value, and then the loop processing X using the variable X (step S904). ). In this loop processing X (step S904), 1 is added in the processing of X = X + 1 (step S911) in the loop, and X <the total number of trays that can be discharged (for example, 2 when there is tray 1 / tray 2). Is repeated for the total number of trays that can be discharged.

具体的に云えば、ループ処理X(ステップS904)では、確認した順序キューの先頭がサブ順序キューへのリンクがあるか否かの判定(ステップS905)を行い、その判定結果がサブ順序キューへのリンクがある場合に継続されるサブ順序キューの先頭(に登録された印刷順序識別ID)の印刷ジョブ状態は「RIP済」であるか否かの判定(ステップS906)を行った結果が「RIP済」でない場合、並びにサブ順序キューへのリンクがない場合に継続される順序キューに登録された印刷順序識別IDの印刷ジョブ状態は「RIP済」であるか否かの判定(ステップS914)を行った結果が「RIP済」でない場合について、定義した変数Xの値を1加算するX=X+1(ステップS911)の処理を行った後、次の順序キューの登録情報を確認する(ステップS912)処理を行ってからX<トレイ排紙可能総数(ステップS913)に至って動作処理の終了となるまで、排紙可能なトレイの総数回分繰り返される。因みに、次の順序キューの登録情報を確認する(ステップS912)処理では、次の順序キューに印刷順序識別IDが登録されているか、或いはサブ順序キューへのリンクが登録されているかを確認する。   Specifically, in the loop process X (step S904), it is determined whether or not the head of the confirmed order queue has a link to the sub-order queue (step S905), and the determination result is transferred to the sub-order queue. The result of determining whether or not the print job status of the head of the sub-order queue that is continued when there is a link (the print order identification ID registered in it) is “RIP completed” (step S906) is “ If it is not “RIP completed” and if there is no link to the sub-order queue, it is determined whether or not the print job status of the print sequence identification ID registered in the sequential queue is “RIP completed” (step S914). In the case where the result of performing is not “RIP completed”, the process of X = X + 1 (step S911) for adding 1 to the value of the defined variable X is performed, and then the next sequence queue Check the recording information (step S912) the process from performing X <tray discharge can total up to the end of the operation process reached (step S913), it is repeated a total number of times of discharge tray capable. Incidentally, in the process of confirming the registration information of the next order queue (step S912), it is confirmed whether the print order identification ID is registered in the next order queue or the link to the sub order queue is registered.

また、先のサブ順序キューの先頭の印刷ジョブ状態は「RIP済」であるか否かの判定(ステップS906)の結果、「RIP済」であれば、印刷順序識別IDを利用して印刷処理を実施(ステップS907)する処理に移行し、ユーザに応じて適切なトレイに排紙先を設定した後、登録された印刷順序識別IDをサブ順序キューから除外する(ステップS908)処理を行ってからサブ順序キューが空であり、且つ最大登録数だけ除外されたか否かの判定(ステップS909)を行うことにより、サブ順序キューが空であり、且つサブ順序キューに登録された印刷順序識別IDを除外した回数とサブ順序キューが持つ印刷順序識別IDの最大登録数とが同じか否かを確認する。この判定の結果、サブ順序キューが空であり、且つ最大登録数だけ除外されていれば、順序キューからサブ順序キューへのリンクを除外する(ステップS910)処理を行ってから動作処理を終了するが、サブ順序キューが空であり、且つ最大登録数だけ除外されていなければ、そのまま動作処理を終了する。因みに、順序キューからサブ順序キューへのリンクを除外する(ステップS910)処理では、順序キューからサブ順序キューへのリンクを除外すると共に、サブ順序キューも消去する。   If the result of the determination as to whether or not the top print job state of the previous sub-order queue is “RIP completed” (step S906) is “RIP completed”, the print processing is performed using the print order identification ID. (Step S907), and after setting the paper discharge destination on an appropriate tray according to the user, the registered print order identification ID is excluded from the sub-order queue (step S908). The sub-order queue is empty, and the printing order identification ID registered in the sub-order queue is empty by determining whether or not the maximum number of registrations has been excluded (step S909). It is confirmed whether or not the number of times that the process is excluded is the same as the maximum registration number of the print order identification ID of the sub-order queue. If the result of this determination is that the sub-order queue is empty and the maximum number of registrations has been excluded, the link from the order queue to the sub-order queue is excluded (step S910), and the operation process ends. However, if the sub-order queue is empty and the maximum number of registrations is not excluded, the operation process is terminated as it is. Incidentally, in the process of excluding the link from the sequence queue to the sub sequence queue (step S910), the link from the sequence queue to the sub sequence queue is excluded and the sub sequence queue is also erased.

更に、先の印刷ジョブ状態は「RIP済」であるか否かの判定(ステップS914)の結果、「RIP済」であれば、印刷順序識別IDを利用して印刷処理を実施(ステップS915)する処理に移行し、ユーザに応じて適切なトレイに排紙先を設定した後、登録された印刷順序識別IDをサブ順序キューから除外する(ステップS916)処理を行ってから動作処理を終了する。   Further, if the result of the determination as to whether or not the previous print job status is “RIP completed” (step S914) is “RIP completed”, the printing process is performed using the print order identification ID (step S915). Then, after setting the paper discharge destination to an appropriate tray according to the user, the registered print order identification ID is excluded from the sub-order queue (step S916), and the operation process is terminated. .

図10は、図9で説明した印刷順序識別IDを利用して順序キューに登録された印刷ジョブを印刷するときの具体例を説明するために示した模式図である。図10では、順序キューには、ユーザAについてのジョブ1010(ジョブ1、印刷順序識別ID=10100、印刷ジョブ状態=RIP済)、ジョブ1030(ジョブ2、印刷順序識別ID=10110、印刷ジョブ状態=RIP済)、ジョブ1040(ジョブ3、印刷順序識別ID=10120、印刷ジョブ状態=RIP済)、ジョブ1050(ジョブ4、印刷順序識別ID=10130、印刷ジョブ状態=受信中)、ジョブ1020(サブ順序キューAへのリンク)があり、ユーザBについてのジョブ1060(ジョブ1、印刷順序識別ID=20200、印刷ジョブ状態=RIP済)、ジョブ1070(ジョブ2、印刷順序識別ID=20210、印刷ジョブ状態=受信中)があり、更にユーザAについてのジョブ1030(ジョブ2)、ジョブ1040(ジョブ3)、ジョブ1050(ジョブ4)には印刷順序保証ジョブ数が設定されていると共に、この順番で印刷される必要がある上、他ユーザであるユーザBの印刷物が混在しない必要があるものとする。   FIG. 10 is a schematic diagram for explaining a specific example when a print job registered in the order queue is printed using the print order identification ID described in FIG. In FIG. 10, in the order queue, job 1010 for user A (job 1, print order identification ID = 10100, print job status = RIP completed), job 1030 (job 2, print order identification ID = 10110, print job status) = RIP completed), job 1040 (job 3, print order identification ID = 10120, print job status = RIP completed), job 1050 (job 4, print order identification ID = 10130, print job status = receiving), job 1020 ( Link to sub-order queue A), job 1060 for user B (job 1, print order identification ID = 20200, print job status = RIP completed), job 1070 (job 2, print order identification ID = 2020, print Job status = receiving) and job 1030 for user A (job 2) ), A job 1040 (job 3) and a job 1050 (job 4) are set with the number of print order guarantee jobs, and need to be printed in this order, and the prints of user B who is another user are mixed. Suppose that it is not necessary.

こうした場合、順序キューによる印刷処理が実施されると、順序キューは空でないため、まず順序キューの先頭のジョブ1010(ジョブ1)の登録情報を確認する。確認された登録情報はサブ順序キューへのリンクでないため、順序キューの先頭のジョブ1010(ジョブ1)の印刷ジョブ状態が「RIP済」であるかを確認する。ジョブ1010(ジョブ1)の印刷ジョブ状態は「RIP済」のため、印刷順序として排紙可能なトレイ1に対して第1番目の印刷処理を実施する。その後、ジョブ1010(ジョブ1)を順序キューから除外し、順序キューによる印刷処理が終了する。   In such a case, when the print processing by the order queue is performed, the order queue is not empty, so the registration information of the first job 1010 (job 1) in the order queue is first confirmed. Since the confirmed registration information is not a link to the sub-order queue, it is confirmed whether the print job status of the head job 1010 (job 1) in the order queue is “RIP completed”. Since the print job state of the job 1010 (job 1) is “RIP completed”, the first print processing is performed on the tray 1 that can be discharged as the print order. Thereafter, the job 1010 (job 1) is excluded from the order queue, and the printing process using the order queue ends.

次に、順序キューによる印刷処理が実施されると、順序キューは空でないため、キューの先頭のジョブ1020の登録情報を確認する。ジョブ1020はサブ順序キューAへのリンクのため、サブ順序キューAの先頭のジョブ1030(ジョブ2)の印刷ジョブ状態が「RIP済」であるかを確認する。ジョブ1030(ジョブ2)の印刷ジョブ状態は「RIP済」のため、印刷順序として排紙可能なトレイ1を排紙先として第2番目の印刷処理を実施する。その後、ジョブ1030(ジョブ2)をサブ順序キューAから除外する。サブ順序キューAは空でないため、順序キューによる印刷処理は終了する。   Next, when print processing is performed using the order queue, the order queue is not empty, so the registration information of the job 1020 at the head of the queue is confirmed. Since the job 1020 is a link to the sub-order queue A, it is confirmed whether the print job status of the first job 1030 (job 2) in the sub-order queue A is “RIP completed”. Since the print job status of job 1030 (job 2) is “RIP completed”, the second print processing is performed with the tray 1 that can be discharged as the print order as the discharge destination. Thereafter, the job 1030 (job 2) is excluded from the sub-order queue A. Since the sub-order queue A is not empty, the printing process using the order queue ends.

更に、順序キューによる印刷処理が実施されると、順序キューは空でないため、キューの先頭のジョブ1020の登録情報を確認する。ジョブ1020はサブ順序キューAへのリンクのため、サブ順序キューAの先頭のジョブ1040(ジョブ3)の印刷ジョブ状態が「RIP済」であるかを確認する。ジョブ1040(ジョブ3)の印刷ジョブ状態は「RIP済」のため、印刷順序として排紙可能なトレイ1を排紙先として第3番目の印刷処理を実施する。その後、ジョブ1040(ジョブ3)をサブ順序キューAから除外する。この時点でもサブ順序キューAは空でないため、順序キューによる印刷処理は終了する。   Further, when the print processing by the order queue is performed, the order queue is not empty, so the registration information of the job 1020 at the head of the queue is confirmed. Since the job 1020 is a link to the sub-order queue A, it is confirmed whether the print job status of the first job 1040 (job 3) in the sub-order queue A is “RIP completed”. Since the print job status of the job 1040 (job 3) is “RIP completed”, the third print processing is performed with the tray 1 that can be discharged as the print order as the discharge destination. Thereafter, the job 1040 (job 3) is excluded from the sub-order queue A. At this point in time, the sub-order queue A is not empty, so the printing process using the order queue is completed.

引き続いて、順序キューによる印刷処理が実施されると、順序キューは空でないため、キューの先頭のジョブ1020の登録情報を確認する。ジョブ1020はサブ順序キューAへのリンクのため、サブ順序キューAの先頭のジョブ1050(ジョブ4)の印刷ジョブ状態が「RIP済」であるかを確認する。ジョブ1050(ジョブ4)の印刷ジョブ状態は「受信中」のため、図9の動作処理で説明した変数(X)に1を加算するX=X+1(ステップS911)、次の順序キューの登録情報を確認する(ステップS912)処理を経て順序キューの次に登録されている印刷順序識別IDを確認した後のX<トレイ排紙可能総数(ステップS913)において、X=1であり、X<2を満たしているため、順序キューの次に登録されているジョブ1060(ジョブ1)がサブ順序キューAへのリンクであるかを確認する。ジョブ1060(ジョブ1)はサブ順序キューAへのリンクでないため、ジョブ1060(ジョブ1)の印刷ジョブ状態が「RIP済」であるかを確認する。ジョブ1060(ジョブ1)の印刷ジョブ状態は「RIP済」のため、印刷順序としてユーザAが使用している排紙先ではないトレイ2を排紙先として第4番目の印刷処理を実施する。その後、ジョブ1060(ジョブ1)を順序キューから除外し、順序キューによる印刷処理は終了する。   Subsequently, when the print processing by the order queue is performed, the order queue is not empty, so the registration information of the job 1020 at the head of the queue is confirmed. Since the job 1020 is a link to the sub-order queue A, it is confirmed whether the print job status of the first job 1050 (job 4) in the sub-order queue A is “RIP completed”. Since the print job status of job 1050 (job 4) is “receiving”, X = X + 1 (step S911) to add 1 to the variable (X) described in the operation processing of FIG. 9, registration information of the next order queue (Step S912), after confirming the printing order identification ID registered next to the order queue, X <total number of tray dischargeable (step S913), X = 1, and X <2. Therefore, it is confirmed whether the job 1060 (job 1) registered next to the order queue is a link to the sub-order queue A. Since the job 1060 (job 1) is not a link to the sub-order queue A, it is confirmed whether the print job status of the job 1060 (job 1) is “RIP completed”. Since the print job state of the job 1060 (job 1) is “RIP completed”, the fourth print processing is performed with the tray 2 that is not the discharge destination used by the user A as the print order as the discharge destination. Thereafter, the job 1060 (job 1) is excluded from the order queue, and the printing process using the order queue is completed.

更に、順序キューによる印刷処理が実施されると、順序キューは空でないため、キューの先頭のジョブ1020の登録情報を確認する。ジョブ1020はサブ順序キューAへのリンクのため、サブ順序キューAの先頭のジョブ1050(ジョブ4)の印刷ジョブ状態が「RIP済」であるかを確認する。ジョブ1050(ジョブ4)の印刷ジョブ状態は「受信中」のため、順序キューの次に登録されているジョブ1070(ジョブ2)の登録情報を確認する。ジョブ1070(ジョブ2)はサブ順序キューAへのリンクでないため、ジョブ1070(ジョブ2)の印刷ジョブ状態が「RIP済」であるかを確認する。ジョブ1070(ジョブ2)の印刷ジョブ状態は「受信中」のため、図9の動作処理で説明した変数(X)に1を加算するX=X+1(ステップS911)、次の順序キューの登録情報を確認する(ステップS912)処理を経て順序キューの次に登録されている印刷順序識別IDを確認した後のX<トレイ排紙可能総数(ステップS913)において、X=2であり、X<使用可能トレイ総数(2)を満たさないため、ループ処理X(ステップS904)〜X<トレイ排紙可能総数(ステップS913)が終了し、順序キューによる印刷処理についての動作処理は終了する。   Further, when the print processing by the order queue is performed, the order queue is not empty, so the registration information of the job 1020 at the head of the queue is confirmed. Since the job 1020 is a link to the sub-order queue A, it is confirmed whether the print job status of the first job 1050 (job 4) in the sub-order queue A is “RIP completed”. Since the print job status of job 1050 (job 4) is “receiving”, the registration information of job 1070 (job 2) registered next to the order queue is confirmed. Since the job 1070 (job 2) is not a link to the sub-order queue A, it is confirmed whether the print job status of the job 1070 (job 2) is “RIP completed”. Since the print job status of job 1070 (job 2) is “receiving”, 1 is added to the variable (X) described in the operation processing of FIG. 9, X = X + 1 (step S911), registration information of the next order queue (Step S912) After confirming the printing order identification ID registered next to the order queue through the process, X <total number of tray dischargeable (step S913), X = 2 and X <use Since the total number of possible trays (2) is not satisfied, the loop processing X (step S904) to X <the total number of tray dischargeable papers (step S913) ends, and the operation processing for the print processing by the order queue ends.

そこで、ここまでの処理時点でジョブ1050(ジョブ4)、ジョブ1070(ジョブ2)の印刷ジョブ状態が「RIP済」となったとする。   Therefore, it is assumed that the print job states of the job 1050 (job 4) and the job 1070 (job 2) are “RIP completed” at the time of the processing so far.

こうした状況下で順序キューによる印刷処理が実施されると、順序キューは空ではないため、キューの先頭のジョブ1020の登録情報を確認する。ジョブ1020はサブ順序キューAへのリンクのため、サブ順序キューAの先頭のジョブ1050(ジョブ4)の印刷ジョブ状態が「RIP済」であるかを確認する。この時点ではジョブ1050(ジョブ4)の印刷ジョブ状態は「RIP済」に推移しているため、印刷順序としてジョブ1040(ジョブ3)で排紙したトレイ1を排紙先として第5番目の印刷処理を実施する。その後、ジョブ1050(ジョブ4)をサブ順序キューAから除外する。この除外後には、サブ順序キューAは空であり、且つ除外した回数(3回)が最大登録数の3と同じであるため、順序キューからサブ順序キューAのリンクとなったジョブ1020を除外して順序キューによる印刷処理は終了する。   When the print process using the order queue is performed under such a situation, the order queue is not empty, so the registration information of the job 1020 at the head of the queue is confirmed. Since the job 1020 is a link to the sub-order queue A, it is confirmed whether the print job status of the first job 1050 (job 4) in the sub-order queue A is “RIP completed”. At this time, the print job status of job 1050 (job 4) has changed to “RIP completed”, so that the fifth print is performed with the tray 1 discharged in job 1040 (job 3) as the print order as the discharge destination. Perform the process. Thereafter, the job 1050 (job 4) is excluded from the sub-order queue A. After this exclusion, the sub-order queue A is empty, and the number of exclusions (three times) is the same as the maximum registration number 3, so the job 1020 linked to the sub-order queue A is excluded from the order queue. Then, the printing process using the order queue is completed.

更に、順序キューによる印刷処理が実施されると、順序キューは空でないため、キューの先頭のジョブ1070(ジョブ2)の登録情報を確認する。確認された登録情報はサブ順序キューAへのリンクでないため、順序キューの先頭のジョブ1070(ジョブ2)の印刷ジョブ状態が「RIP済」であるかを確認する。ジョブ1070(ジョブ2)の印刷ジョブ状態は「RIP済」に推移しているため、印刷順序として排紙可能なトレイ2を排紙先として第6番目の印刷処理を実施する。その後、ジョブ1070(ジョブ2)を順序キューから除外して順序キューによる印刷処理は終了する。   Further, when the print processing by the order queue is performed, the order queue is not empty, so the registration information of the first job 1070 (job 2) in the queue is confirmed. Since the confirmed registration information is not a link to the sub-order queue A, it is confirmed whether the print job status of the first job 1070 (job 2) in the order queue is “RIP completed”. Since the print job status of the job 1070 (job 2) has changed to “RIP completed”, the sixth print processing is performed with the tray 2 that can be discharged as the print order as the discharge destination. Thereafter, the job 1070 (job 2) is excluded from the order queue, and the printing process using the order queue is completed.

この後も順序キューによる印刷処理が実施されると、順序キューは空になっているため、順序キューによる印刷処理は終了する。   After this, when the printing process using the order queue is performed, the order queue is empty, and thus the printing process using the order queue ends.

このような手順に従って、順序キューによる印刷処理が行われるが、ユーザが印刷順序保証ジョブ数を指定した場合には、その数に対してユーザの意図した順番で印刷される。また、複数のユーザが利用しても、排紙先を変更することで他のユーザの印刷物が混在しない印刷が可能となる。更に、印刷が可能な状態であれば(但し、印刷順序に従った印刷であり、且つ混在しない印刷が可能な状態を条件とする)、順次印刷処理を実施するため、他のユーザの印刷物が混在しない印刷を排紙先トレイの数だけ同時に実行することができ、不要な印刷待ちを必要としない。これより印刷効率のパフォーマンスの低下を防ぐことができる。   According to such a procedure, the printing process is performed according to the order queue. When the user designates the number of print order guarantee jobs, printing is performed in the order intended by the user. Further, even if a plurality of users use it, it is possible to perform printing in which printed materials of other users are not mixed by changing the paper discharge destination. Furthermore, if printing is possible (provided that printing is in accordance with the printing order and printing that is not mixed is a condition), the prints of other users can be printed sequentially. It is possible to execute non-mixed printing as many as the number of discharge destination trays at the same time, and there is no need to wait for unnecessary printing. As a result, it is possible to prevent a decrease in performance of printing efficiency.

図11は、プリンタドライバ200による印刷順序を保証した印刷設定を行うときの表示部の表示画面上に表示されるユーザインターフェースUIでの印刷設定画面を例示した図である。   FIG. 11 is a diagram exemplifying a print setting screen on the user interface UI displayed on the display screen of the display unit when performing the print setting in which the printing order is guaranteed by the printer driver 200.

図11を参照すれば、プリンタドライバ200の機能には、印刷設定画面上で印刷順序を保証したいジョブ数(印刷順序保証ジョブ数)を指定するための「ジョブ、印刷順序を保証する」と表記されるジョブ指定フォーム欄1100が設けられており、ユーザは、このジョブ指定フォーム欄1100に含まれるジョブ数入力欄1110内に印刷順序保証ジョブ数を入力することができる。   Referring to FIG. 11, the function of the printer driver 200 is expressed as “guaranteed job and print order” for designating the number of jobs (print order guaranteed job number) whose print order is to be guaranteed on the print setting screen. The job designation form field 1100 is provided, and the user can input the print order guarantee job number in the job number input field 1110 included in the job designation form field 1100.

そこで、印刷順序保証ジョブ数を入力し、操作入力部の印刷ボタンを押下すると、プリンタドライバ200の制御手段210は入力された値を印刷順序保証ジョブ数としてデータ記憶手段240に記憶すると共に、データ通信手段250を制御してネットワーク30経由で画像形成装置100へ印刷順序保証ジョブ数を送信する。そこで、画像形成装置100では、制御部110がネットワーク30及び通信I/F160経由で受信入力された印刷順序保証ジョブ数だけ印刷順序を保証して印刷する。但し、プリンタドライバ200側で印刷順序保証ジョブ数を指定しないで印刷ボタンを押下すると、画像形成装置100では印刷順序を保証せず印刷を実施することになる。   Therefore, when the number of printing order guaranteed jobs is input and the print button of the operation input unit is pressed, the control unit 210 of the printer driver 200 stores the input value as the number of printing order guaranteed jobs in the data storage unit 240 and the data The communication unit 250 is controlled to transmit the print order guarantee job number to the image forming apparatus 100 via the network 30. Therefore, in the image forming apparatus 100, the control unit 110 performs printing while guaranteeing the printing order by the number of printing order guarantee jobs received and input via the network 30 and the communication I / F 160. However, if the print button is pressed without specifying the print order guarantee job number on the printer driver 200 side, the image forming apparatus 100 performs printing without guaranteeing the print order.

以上に説明した実施例1に係る画像形成装置100によれば、ユーザが複数のクライアントコンピュータの何れかのプリンタドライバ200により印刷開始指示を行った際にプリンタドライバ200が印刷ジョブのPDL変換処理を実施する前に要求した印刷順序識別IDの取得要求に応じて、印刷順序識別IDを生成してプリンタドライバ200へ送信すると共に、印刷順序識別IDに基づいてプリンタドライバ200により指定された印刷順序保証ジョブ数に従って印刷ジョブの印刷順序を順序キューに登録して管理し、その後にプリンタドライバ200からのPDL変換処理後に印刷順序識別IDが付加された印刷データを受信して順序キューに基づいて印刷する際、印刷順序識別IDに基づいて印刷可否を判断して印刷処理を実施することができる。   According to the image forming apparatus 100 according to the first embodiment described above, the printer driver 200 performs PDL conversion processing of a print job when the user issues a print start instruction using any of the printer drivers 200 of a plurality of client computers. In response to a print order identification ID acquisition request requested before execution, a print order identification ID is generated and transmitted to the printer driver 200, and a print order guarantee specified by the printer driver 200 based on the print order identification ID is provided. The print order of print jobs is registered and managed in the order queue according to the number of jobs, and after that, print data to which a print order identification ID is added after PDL conversion processing from the printer driver 200 is received and printed based on the order queue. In this case, the printing process is performed by determining whether printing is possible based on the printing order identification ID. It is possible.

このため、従来のように予め決められた数の印刷ジョブを画像形成装置内で受信後に印刷優先順位を比較する必要が無く、印刷順序を判定しなければならない全ての印刷ジョブの受信待ちが不要となり、ユーザが複数に分割した印刷ジョブを送信して意図する順番に従った印刷を実施する際の印刷パフォーマンスの低下を十分に抑止することができる。結果として、実施例1に係る画像形成装置100によれば、複数の印刷ジョブのデータが印刷出力順に受信できない場合でも、ユーザが意図する印刷順序で印刷することができる。ところで、上述した画像形成装置100の技術的要旨は、ユーザ用のプリンタドライバ機能を持つ複数のクライアントコンピュータからネットワーク30を介して送信された複数の印刷ジョブを印刷指示順に従って印刷する際の画像形成方法として換言できる。この画像形成方法は、画像形成装置100に備えられる印刷順序識別ID生成手段によって、ユーザが複数のクライアントコンピュータの何れかのプリンタドライバ機能に印刷開始指示を行った際にプリンタドライバ機能が印刷ジョブのプリンタ言語データへの変換処理を実施する前に要求した印刷ジョブの印刷順序を識別するための印刷順序識別IDの取得要求に応じて印刷順序識別IDを生成する印刷順序識別ID生成ステップを有する。また、画像形成装置100に備えられる順序キュー登録手段によって、印刷順序識別IDに基づいてプリンタドライバ機能により指定された印刷順序を保証したいジョブ数を示す印刷順序保証ジョブ数に従って印刷ジョブの印刷順序を順序キューに登録して管理する順序キュー登録ステップを有する。更に、画像形成装置に備えられる通信手段によって、複数のクライアントコンピュータの何れかのプリンタドライバ機能に印刷順序識別IDを送信すると共に、プリンタドライバ機能によりプリンタ言語データへの変換処理を実施した後に印刷順序識別IDを付加してネットワークを介して送信した印刷データを受信する通信ステップを有する。加えて、画像形成装置100に備えられる画像出力手段によって、ユーザの操作入力指示に従って印刷データを順序キューに登録された印刷順序識別IDに基づいて印刷するための画像出力を行う画像出力ステップを有する。その他、画像形成装置に備えられる印刷制御手段によって、順序キュー登録手段で登録を行う順序キューの印刷順序に対してユーザ毎に自動的に排紙先を変えて印刷処理を実施する印刷制御ステップを有する。但し、印刷制御ステップでは、意図する順番に従った印刷を実施する際の印刷ジョブ群に対して順序キュー登録ステップでサブ順序キューに格納された印刷状態を確認してRIP済のジョブについての印刷処理を実施する。これらの各ステップはコンピュータにより実行される画像形成プログラムとして構築可能なものである。 Therefore, it is not necessary to compare the print priority order after receiving a predetermined number of print jobs in the image forming apparatus as in the prior art, and there is no need to wait for reception of all print jobs for which the print order must be determined. Thus, it is possible to sufficiently suppress a decrease in print performance when the user transmits a print job divided into a plurality of pieces and performs printing in the intended order. As a result, according to the image forming apparatus 100 according to the first embodiment, even when data of a plurality of print jobs cannot be received in the print output order, it is possible to print in the print order intended by the user. By the way, the technical gist of the image forming apparatus 100 described above is that an image is formed when a plurality of print jobs transmitted from a plurality of client computers having a printer driver function for a user via the network 30 are printed in the order of print instructions. It can be paraphrased as a method. In this image forming method, when the user issues a print start instruction to any of the printer driver functions of a plurality of client computers by the printing order identification ID generation unit provided in the image forming apparatus 100, the printer driver function performs a print job. A printing order identification ID generating step for generating a printing order identification ID in response to a request for acquiring a printing order identification ID for identifying the printing order of the print job requested before the conversion process into the printer language data; Further, the order queue registration unit provided in the image forming apparatus 100 sets the print job print order according to the print order guaranteed job number indicating the number of jobs for which the print order specified by the printer driver function is to be guaranteed based on the print order identification ID. An order queue registration step of registering and managing in the order queue is included. Further, the print order identification ID is transmitted to one of the printer driver functions of a plurality of client computers by the communication means provided in the image forming apparatus, and after the conversion process to the printer language data by the printer driver function, the print order is executed. A communication step of receiving print data transmitted via a network with an identification ID added thereto; In addition, the image output unit provided in the image forming apparatus 100 includes an image output step of outputting an image for printing the print data based on the print order identification ID registered in the order queue in accordance with a user operation input instruction. . In addition, there is a print control step in which the print control unit provided in the image forming apparatus automatically changes the paper discharge destination for each user with respect to the print order of the order queue registered by the order queue registration unit and performs the printing process. Have. However, in the print control step, the print status stored in the sub-order queue is confirmed in the order queue registration step for the print job group when the printing is performed according to the intended order, and the RIP-completed job is printed. Perform the process. Each of these steps can be constructed as an image forming program executed by a computer.

30 ネットワーク
100 画像形成装置(プリンタ)
110 制御部
120 主記憶装置
130 補助記憶装置
140 画像出力装置
150 ユーザI/F
160 通信I/F
200 プリンタドライバ
210 制御手段
220 UI提供手段
230 印刷データ(PDLデータ)生成手段
240 データ記憶手段
250 データ通信手段
410、510、610 ヘッダ
420 印刷順序識別ID取得要求フラグ
430 印刷順序保証ジョブ数
520、620 印刷順序識別ID
530 印刷データ
1100 ジョブ指定フォーム欄
1110 ジョブ数入力欄
30 network 100 image forming apparatus (printer)
110 Control Unit 120 Main Storage Device 130 Auxiliary Storage Device 140 Image Output Device 150 User I / F
160 Communication I / F
DESCRIPTION OF SYMBOLS 200 Printer driver 210 Control means 220 UI provision means 230 Print data (PDL data) generation means 240 Data storage means 250 Data communication means 410, 510, 610 Header 420 Print order identification ID acquisition request flag 430 Number of print order guarantee jobs 520, 620 Print order ID
530 Print data 1100 Job specification form field 1110 Job number input field

特開2006−268466号公報JP 2006-268466 A

Claims (4)

ユーザ用のプリンタドライバ機能を持つ複数のクライアントコンピュータからネットワークを介して送信された複数の印刷ジョブを印刷指示順に従って印刷する画像形成装置であって、
ユーザが前記複数のクライアントコンピュータの何れかの前記プリンタドライバ機能に印刷開始指示を行った際に当該プリンタドライバ機能が前記印刷ジョブのプリンタ言語データへの変換処理を実施する前に要求した当該印刷ジョブの印刷順序を識別するための印刷順序識別IDの取得要求に応じて当該印刷順序識別IDを生成する印刷順序識別ID生成手段と、前記印刷順序識別IDに基づいて前記プリンタドライバ機能により指定された印刷順序を保証したいジョブ数を示す印刷順序保証ジョブ数に従って前記印刷ジョブの印刷順序を順序キューに登録して管理する順序キュー登録手段と、前記複数のクライアントコンピュータの何れかの前記プリンタドライバ機能に前記印刷順序識別IDを送信すると共に、当該プリンタドライバ機能により前記プリンタ言語データへの変換処理を実施した後に当該印刷順序識別IDを付加して前記ネットワークを介して送信した印刷データを受信する通信手段と、ユーザの操作入力指示に従って前記印刷データを前記順序キューに登録された前記印刷順序識別IDに基づいて印刷するための画像出力を行う画像出力手段と、前記順序キュー登録手段で登録を行う前記順序キューの前記印刷順序に対してユーザ毎に自動的に排紙先を変えて印刷処理を実施する印刷制御手段と、を備え
前記印刷制御手段は、意図する順番に従った印刷を実施する際の印刷ジョブ群に対して前記順序キュー登録手段によりサブ順序キューに格納された印刷状態を確認してRIP済のジョブについての前記印刷処理を実施することを特徴とする画像形成装置。
An image forming apparatus that prints a plurality of print jobs transmitted from a plurality of client computers having a printer driver function for a user via a network according to a print instruction order,
The print job requested by the printer driver function before converting the print job into printer language data when the user issues a print start instruction to any of the printer driver functions of the plurality of client computers A printing order identification ID generating means for generating the printing order identification ID in response to a request for obtaining a printing order identification ID for identifying the printing order, and designated by the printer driver function based on the printing order identification ID In order queue registration means for registering and managing the print order of the print jobs in the order queue in accordance with the number of print order guarantee jobs indicating the number of jobs for which the print order is desired to be guaranteed, The print driver ID is transmitted and the printer driver machine And a communication means for receiving the print data transmitted through the network after adding the print order identification ID after performing the conversion process to the printer language data, and the print data according to the operation input instruction of the user. Image output means for outputting an image for printing based on the print order identification ID registered in the queue, and automatically for each user with respect to the print order of the order queue registered by the order queue registration means And a print control means for performing a printing process by changing the paper discharge destination ,
The print control unit confirms the print state stored in the sub-order queue by the order queue registration unit with respect to a print job group when performing printing according to the intended order, and the print control unit checks the print status of the RIP-completed job. An image forming apparatus that performs a printing process .
請求項1記載の画像形成装置を印刷設定する前記複数のクライアントコンピュータの前記プリンタドライバ機能を担うプリンタドライバであって、
前記印刷順序保証ジョブ数を設定するジョブ数設定手段と、前記印刷順序識別IDの取得要求を行うID取得要求手段と、前記ID取得要求手段による前記印刷順序識別IDの取得要求を前記ネットワークを介して前記画像形成装置へ行うための送信、前記画像形成装置からの前記ネットワークを介しての前記印刷順序識別IDを取得するときの受信、並びに取得した前記印刷順序識別IDを付加した前記印刷データの送信を前記ネットワークを介して前記画像形成装置へ行う通信手段と、を備えたことを特徴とするプリンタドライバ。
A printer driver responsible for the printer driver function of the plurality of client computers configured to print the image forming apparatus according to claim 1 ,
A job number setting means for setting the number of print order guarantee jobs, an ID acquisition request means for requesting acquisition of the print order identification ID, and an acquisition request for the print order identification ID by the ID acquisition request means via the network. Transmission to the image forming apparatus, reception when acquiring the print order identification ID from the image forming apparatus via the network, and the print data to which the acquired print order identification ID is added And a communication means for performing transmission to the image forming apparatus via the network .
ユーザ用のプリンタドライバ機能を持つ複数のクライアントコンピュータからネットワークを介して送信された複数の印刷ジョブを印刷指示順に従って印刷する画像形成装置に適用される画像形成方法であって、An image forming method applied to an image forming apparatus that prints a plurality of print jobs transmitted from a plurality of client computers having a printer driver function for a user via a network according to a print instruction order,
前記画像形成装置に備えられる印刷順序識別ID生成手段によって、ユーザが前記複数のクライアントコンピュータの何れかの前記プリンタドライバ機能に印刷開始指示を行った際に当該プリンタドライバ機能が前記印刷ジョブのプリンタ言語データへの変換処理を実施する前に要求した当該印刷ジョブの印刷順序を識別するための印刷順序識別IDの取得要求に応じて当該印刷順序識別IDを生成する印刷順序識別ID生成ステップと、When a user issues a print start instruction to any of the printer driver functions of the plurality of client computers by a printing order identification ID generation unit provided in the image forming apparatus, the printer driver function is configured to use the printer language of the print job. A print order identification ID generating step for generating the print order identification ID in response to a print order identification ID acquisition request for identifying the print order of the print job requested before the conversion to data;
前記画像形成装置に備えられる順序キュー登録手段によって、前記印刷順序識別IDに基づいて前記プリンタドライバ機能により指定された印刷順序を保証したいジョブ数を示す印刷順序保証ジョブ数に従って前記印刷ジョブの印刷順序を順序キューに登録して管理する順序キュー登録ステップと、The print order of the print jobs according to the print order guarantee job number indicating the number of jobs for which the print order specified by the printer driver function is guaranteed based on the print order identification ID by the order queue registration unit provided in the image forming apparatus. Order queue registration step to register and manage
前記画像形成装置に備えられる通信手段によって、前記複数のクライアントコンピュータの何れかの前記プリンタドライバ機能に前記印刷順序識別IDを送信すると共に、当該プリンタドライバ機能により前記プリンタ言語データへの変換処理を実施した後に当該印刷順序識別IDを付加して前記ネットワークを介して送信した印刷データを受信する通信ステップと、The communication means provided in the image forming apparatus transmits the print order identification ID to the printer driver function of any of the plurality of client computers, and performs conversion processing to the printer language data by the printer driver function. A communication step of receiving print data transmitted via the network with the print order identification ID added thereto;
前記画像形成装置に備えられる画像出力手段によって、ユーザの操作入力指示に従って前記印刷データを前記順序キューに登録された前記印刷順序識別IDに基づいて印刷するための画像出力を行う画像出力ステップと、An image output step of performing image output for printing the print data based on the print order identification ID registered in the order queue according to a user operation input instruction by an image output means provided in the image forming apparatus;
前記画像形成装置に備えられる印刷制御手段によって、前記順序キュー登録手段で登録を行う前記順序キューの前記印刷順序に対してユーザ毎に自動的に排紙先を変えて印刷処理を実施する印刷制御ステップと、を有し、Print control for executing print processing by automatically changing the discharge destination for each user with respect to the print order of the order queue registered by the order queue registration means by the print control means provided in the image forming apparatus And having steps,
前記印刷制御ステップでは、意図する順番に従った印刷を実施する際の印刷ジョブ群に対して前記順序キュー登録ステップでサブ順序キューに格納された印刷状態を確認してRIP済のジョブについての前記印刷処理を実施することを特徴とする画像形成方法。In the print control step, the print state stored in the sub-order queue in the order queue registration step is confirmed for a print job group when performing printing according to an intended order, and the RIP-completed job is checked. An image forming method comprising performing a printing process.
ユーザ用のプリンタドライバ機能を持つ複数のクライアントコンピュータからネットワークを介して送信された複数の印刷ジョブを印刷指示順に従って印刷する画像形成装置に適用される画像形成プログラムであって、An image forming program applied to an image forming apparatus that prints a plurality of print jobs transmitted from a plurality of client computers having a printer driver function for a user via a network according to a print instruction order,
前記画像形成装置に備えられる印刷順序識別ID生成手段によって、ユーザが前記複数のクライアントコンピュータの何れかの前記プリンタドライバ機能に印刷開始指示を行った際に当該プリンタドライバ機能が前記印刷ジョブのプリンタ言語データへの変換処理を実施する前に要求した当該印刷ジョブの印刷順序を識別するための印刷順序識別IDの取得要求に応じて当該印刷順序識別IDを生成する印刷順序識別ID生成ステップと、When a user issues a print start instruction to any of the printer driver functions of the plurality of client computers by a printing order identification ID generation unit provided in the image forming apparatus, the printer driver function is configured to use the printer language of the print job. A print order identification ID generating step for generating the print order identification ID in response to a print order identification ID acquisition request for identifying the print order of the print job requested before the conversion to data;
前記画像形成装置に備えられる順序キュー登録手段によって、前記印刷順序識別IDに基づいて前記プリンタドライバ機能により指定された印刷順序を保証したいジョブ数を示す印刷順序保証ジョブ数に従って前記印刷ジョブの印刷順序を順序キューに登録して管理する順序キュー登録ステップと、The print order of the print jobs according to the print order guarantee job number indicating the number of jobs for which the print order specified by the printer driver function is guaranteed based on the print order identification ID by the order queue registration unit provided in the image forming apparatus. Order queue registration step to register and manage
前記画像形成装置に備えられる通信手段によって、前記複数のクライアントコンピュータの何れかの前記プリンタドライバ機能に前記印刷順序識別IDを送信すると共に、当該プリンタドライバ機能により前記プリンタ言語データへの変換処理を実施した後に当該印刷順序識別IDを付加して前記ネットワークを介して送信した印刷データを受信する通信ステップと、The communication means provided in the image forming apparatus transmits the print order identification ID to the printer driver function of any of the plurality of client computers, and performs conversion processing to the printer language data by the printer driver function. A communication step of receiving print data transmitted via the network with the print order identification ID added thereto;
前記画像形成装置に備えられる画像出力手段によって、ユーザの操作入力指示に従って前記印刷データを前記順序キューに登録された前記印刷順序識別IDに基づいて印刷するための画像出力を行う画像出力ステップと、An image output step of performing image output for printing the print data based on the print order identification ID registered in the order queue according to a user operation input instruction by an image output means provided in the image forming apparatus;
前記画像形成装置に備えられる印刷制御手段によって、前記順序キュー登録手段で登録を行う前記順序キューの前記印刷順序に対してユーザ毎に自動的に排紙先を変えて印刷処理を実施する印刷制御ステップと、をコンピュータにより実行させる画像形成プログラムであり、Print control for executing print processing by automatically changing the discharge destination for each user with respect to the print order of the order queue registered by the order queue registration means by the print control means provided in the image forming apparatus And an image forming program that causes a computer to execute
前記印刷制御ステップでは、意図する順番に従った印刷を実施する際の印刷ジョブ群に対して前記順序キュー登録ステップでサブ順序キューに格納された印刷状態を確認してRIP済のジョブについての前記印刷処理を実施することを特徴とする画像形成プログラム。In the print control step, the print state stored in the sub-order queue in the order queue registration step is confirmed for a print job group when performing printing according to an intended order, and the RIP-completed job is checked. An image forming program for performing a printing process.
JP2013050597A 2013-03-13 2013-03-13 Image forming apparatus, printer driver for setting printing, image forming method, and image forming program Expired - Fee Related JP6217094B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013050597A JP6217094B2 (en) 2013-03-13 2013-03-13 Image forming apparatus, printer driver for setting printing, image forming method, and image forming program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013050597A JP6217094B2 (en) 2013-03-13 2013-03-13 Image forming apparatus, printer driver for setting printing, image forming method, and image forming program

Publications (2)

Publication Number Publication Date
JP2014176971A JP2014176971A (en) 2014-09-25
JP6217094B2 true JP6217094B2 (en) 2017-10-25

Family

ID=51697430

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013050597A Expired - Fee Related JP6217094B2 (en) 2013-03-13 2013-03-13 Image forming apparatus, printer driver for setting printing, image forming method, and image forming program

Country Status (1)

Country Link
JP (1) JP6217094B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7119344B2 (en) * 2017-11-02 2022-08-17 セイコーエプソン株式会社 Printing device and printing method

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3919780B2 (en) * 1999-06-30 2007-05-30 キヤノン株式会社 Information processing apparatus, print control method, and computer-readable storage medium
JP2002052789A (en) * 2000-08-10 2002-02-19 Sharp Corp Network printer, network printing method, and recording medium for network print
JP2003165668A (en) * 2001-11-28 2003-06-10 Kyocera Corp Printer
JP2006192804A (en) * 2005-01-14 2006-07-27 Ricoh Co Ltd Printing device
JP2006268466A (en) * 2005-03-24 2006-10-05 Canon Inc Image forming apparatus system
JP5311225B2 (en) * 2009-07-10 2013-10-09 コニカミノルタ株式会社 Printing system, printing apparatus, job processing program, and job processing method
JP5854667B2 (en) * 2011-06-30 2016-02-09 キヤノン株式会社 Job processing apparatus, control method and program for job processing apparatus

Also Published As

Publication number Publication date
JP2014176971A (en) 2014-09-25

Similar Documents

Publication Publication Date Title
JP5654806B2 (en) Server system, printing apparatus, network printing system having them, and method therefor
JP5241522B2 (en) Printer server, image forming apparatus, printing system using them, control method therefor, program, and recording medium
JP3833238B1 (en) Image printing control apparatus and image printing control method
JP5072676B2 (en) Information processing apparatus, information processing method, and printing system
US8514444B2 (en) Image processing system to adjust image output data
JP6454213B2 (en) Image output system, image processing apparatus, image output apparatus, method and program therefor
JP5704800B2 (en) Data processing apparatus, data processing method, and program
CN103312923A (en) Information processing apparatus and control method thereof
JP2019181866A (en) Printing control unit, control method and program
JP5597088B2 (en) Printing system, printing system control method, and program
US20110286034A1 (en) Information processing apparatus and non-transitory computer-readable recording medium
JP6217094B2 (en) Image forming apparatus, printer driver for setting printing, image forming method, and image forming program
JP5144429B2 (en) Image forming apparatus, method, and program
JP2016099763A (en) Print job management device, management method, and program
US11086578B2 (en) Non-transitory computer-readable recording medium, information processing apparatus and printing method for selective distributed printing by a plurality of printers
JP6434775B2 (en) Image forming apparatus, control method therefor, and program
US20200252519A1 (en) Non-transitory computer-readable recording medium, information processing apparatus and printing method
JP7039935B2 (en) Image forming device and image forming program
JP5857461B2 (en) Client server system provided with web application, and client device in the client server system
JP5407520B2 (en) Print control apparatus and print control system
JP2010049345A (en) Printing system
JP5063334B2 (en) Electronic device system and operation screen display program
JP2019032759A (en) Information processing apparatus, information processing program, image forming apparatus, image forming program, and information processing system
CN103419514B (en) Printing device and control method thereof
JP6727273B2 (en) Image forming apparatus, control method thereof, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20160212

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20161130

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20170117

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20170317

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20170911

R151 Written notification of patent or utility model registration

Ref document number: 6217094

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

LAPS Cancellation because of no payment of annual fees