JP2014052839A - Document printing method, document printing program, and document printing system - Google Patents

Document printing method, document printing program, and document printing system Download PDF

Info

Publication number
JP2014052839A
JP2014052839A JP2012196753A JP2012196753A JP2014052839A JP 2014052839 A JP2014052839 A JP 2014052839A JP 2012196753 A JP2012196753 A JP 2012196753A JP 2012196753 A JP2012196753 A JP 2012196753A JP 2014052839 A JP2014052839 A JP 2014052839A
Authority
JP
Japan
Prior art keywords
data
size
print
temporary
page
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
JP2012196753A
Other languages
Japanese (ja)
Other versions
JP6007686B2 (en
Inventor
Hidekazu Teragishi
秀和 寺岸
Yoshihisa Hosokawa
督央 細川
Fumiko Sakurai
文子 櫻井
Eiichi Taneishi
英一 種石
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2012196753A priority Critical patent/JP6007686B2/en
Publication of JP2014052839A publication Critical patent/JP2014052839A/en
Application granted granted Critical
Publication of JP6007686B2 publication Critical patent/JP6007686B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To print the document data of a large volume of pages by utilizing printer performance to a maximum in a document printing system.SOLUTION: A document printing system 1 requests print job generation to a spooler service part 101, issues a drawing command of one page of document data 2 (10), obtains intermediate form data 110 by a page unit to generate temporary print data 120 (121), obtains a temporary size which is a total data size of temporary print data 120 generated thus far and a maximum page size which is a maximum value of a data size per page (122), adds the maximum size to the temporary size to obtain the predicted size of the print data of the print job, determines whether the predicted size exceeds the upper limit size of the print data of a printer 105 (15), and executes processing (10) for instructing the spooler service part 101 to close the print job when the predicted size exceeds the upper limit size.

Description

本発明は、帳票データの印刷処理に関し、特に、大量ページの帳票データの印刷処理に関する。   The present invention relates to print processing of form data, and more particularly to print processing of form data of a large number of pages.

帳票印刷システムは、印刷対象の帳票データの描画命令を受けて、帳票データをプリンタが解釈可能な印刷データに変換してプリンタへ転送して印刷処理を実行する。処理の一例を示すと、帳票印刷システムを構成する印刷サーバは、処理効率のためにスプーラサービス機能を有し、印刷ジョブ(印刷データ)をスプールし、帳票印刷システムの描画処理機能により、印刷対象の帳票データからプリンタ機種に依存しない中間形式データ(メタファイル、拡張メタファイルなど)を生成する。さらに、出力プリンタに対応するプリンタドライバが、非同期に中間形式データを印刷データに変換し、出力プリンタに対応するポート制御機能が、印刷データを出力プリンタに転送する。上記の描画処理機能、各プリンタのプリンタドライバ、ポート制御機能の動作は、印刷ジョブのスプーラサービスを制御する処理部(プリントスプーラ)により制御される。   The form printing system receives a drawing command for the form data to be printed, converts the form data into print data that can be interpreted by the printer, transfers the print data to the printer, and executes print processing. As an example of processing, the print server that constitutes the form printing system has a spooler service function for processing efficiency, spools print jobs (print data), and prints by the drawing processing function of the form printing system. Intermediate format data (metafile, extended metafile, etc.) independent of the printer model is generated from the form data. Further, a printer driver corresponding to the output printer asynchronously converts the intermediate format data into print data, and a port control function corresponding to the output printer transfers the print data to the output printer. The operations of the drawing processing function, the printer driver of each printer, and the port control function are controlled by a processing unit (print spooler) that controls the spooler service of the print job.

住民税納付書、入試問題冊子等の帳票データのような、非常に大きなサイズの帳票データの印刷処理では、出力するページ数が100万ページを超えるような場合もある。一方で、プリンタには、1回に処理可能なデータサイズに制限があり、例えば、2、4ギガバイト(GB)のように上限が設定されている。   In the printing process of very large size form data such as form data such as resident tax payment slips and entrance examination question booklets, the number of output pages may exceed 1 million. On the other hand, the printer has a limit on the data size that can be processed at one time. For example, the upper limit is set to 2, 4 gigabytes (GB).

したがって、印刷対象の帳票データのデータサイズがプリンタの印刷可能なデータサイズの上限を超えるため、プリンタに転送される印刷データを分割する必要がある。   Accordingly, since the data size of the form data to be printed exceeds the upper limit of the printable data size of the printer, it is necessary to divide the print data transferred to the printer.

印刷データのサイズを制限する従来手法として、ユーザごとに印刷許可枚数の上限値を設定し、印刷枚数が設定された上限値を超える印刷ジョブの場合に、上限値を超過する分の印刷可否を指定しておき、指定にもとづいて印刷処理を行う手法が知られている。   As a conventional method for limiting the size of print data, an upper limit value for the number of prints allowed is set for each user, and in the case of a print job in which the number of prints exceeds the set upper limit value, whether or not printing is allowed for the amount exceeding the upper limit value is determined. There is known a method of specifying and performing a printing process based on the specification.

また別の従来手法として、プリンタが保持する最新のキャリブレーション情報と過去のキャリブレーション情報との変化量をもとにジョブ分割をする印刷量を決定し、分割した印刷ジョブをプリンタへ順次転送する処理が知られている。   As another conventional method, a print amount to be divided into jobs is determined based on the amount of change between the latest calibration information held by the printer and past calibration information, and the divided print jobs are sequentially transferred to the printer. Processing is known.

特開2005−165953号公報JP 2005-165953 A 特開2008−176717号公報JP 2008-176717 A

大量の帳票を印刷する場合に、プリンタが1回の印刷処理で扱えるデータサイズの上限を超えないように帳票のページ数を指定して印刷処理を指示する必要がある。この場合に、印刷対象の帳票データから変換された印刷データを単純にバイナリ分割しても、プリンタが分割された印刷データを正しく認識することができない。   When printing a large amount of forms, it is necessary to specify the number of pages of the form and instruct the printing process so that the printer does not exceed the upper limit of the data size that can be handled by one printing process. In this case, even if the print data converted from the form data to be printed is simply binary divided, the printer cannot correctly recognize the divided print data.

また、一般的に、高速プリンタは、印刷開始時、すなわち印刷データの先頭のデータ分(帳票データの数十ページ分に相当)の印刷時には、プリンタの機構部の回転速度が高速値に達していないため、プリンタの性能を発揮することができない。印刷データを細かく分割すると、プリンタの回転速度が高速ではない状態が多くなり、プリンタの性能を発揮することができない。   In general, when a high-speed printer starts printing, that is, at the time of printing for the top data of print data (corresponding to several tens of pages of form data), the rotational speed of the printer mechanism reaches a high value. Therefore, the printer performance cannot be demonstrated. If the print data is divided finely, the printer rotation speed is often not high, and the printer performance cannot be exhibited.

大量データの印刷が要求される業務では、できる限り効率よく印刷を行う必要があり、プリンタが性能を最大限に発揮できる状態で印刷できるように、印刷可能なデータサイズの上限を超えないサイズの印刷データをプリンタに転送する必要がある。   For jobs that require printing large amounts of data, it is necessary to print as efficiently as possible, and the size of the data that does not exceed the upper limit of the printable data size so that the printer can print with maximum performance. The print data needs to be transferred to the printer.

しかし、印刷データのサイズは、ラスター処理過程で印刷対象の帳票データの数十倍〜数百倍のサイズになるが、サイズがどの程度増加するかはデータ内容に依存するため、印刷対象の帳票データのサイズから印刷データのサイズを正確に予測することは困難である。   However, the size of the print data is several tens to several hundred times the size of the form data to be printed in the raster processing process, but the extent to which the size increases depends on the data content, so the form to be printed It is difficult to accurately predict the print data size from the data size.

本発明は、プリンタの印刷性能を最大限に引き出して大量の帳票データを効率的に印刷できる印刷処理を行う帳票印刷方法、帳票印刷プログラム、および帳票印刷システムを提供することを目的とする。   It is an object of the present invention to provide a form printing method, a form printing program, and a form printing system that perform a printing process that can efficiently print a large amount of form data by maximizing the printing performance of a printer.

本発明の一態様として開示する帳票印刷方法は、印刷ジョブをスプールするスプーラサービス部を備えたコンピュータが、前記スプーラサービス部に対して印刷ジョブの生成を要求し、前記印刷ジョブについて帳票データの1ページ分の描画命令を発行し、前記印刷ジョブで指定されたプリンタを特定し、前記帳票データの描画処理で生成された中間形式データをページ単位で取得して、前記プリンタに対応する仮印刷データを生成し、前記仮印刷データのデータサイズをもとに、現時点までに生成された仮印刷データの総データサイズである仮サイズを求め、前記仮印刷データにおいて1ページあたりのデータサイズの最大値であるページ最大サイズを取得し、前記仮サイズに前記最大サイズを加算して前記印刷ジョブにおける印刷データの予測サイズを求め、前記予測サイズが前記プリンタの印刷データの上限サイズを超えるかを判断し、前記予測サイズが前記上限サイズを超える場合に、前記スプーラサービス部に対し、前記印刷ジョブのクローズを指示する、処理を実行するものである。   According to the form printing method disclosed as one aspect of the present invention, a computer having a spooler service unit that spools a print job requests the spooler service unit to generate a print job, and the form data of the print job is 1 Temporary print data corresponding to the printer is issued by issuing a drawing command for a page, specifying the printer specified in the print job, obtaining intermediate format data generated by the drawing processing of the form data And obtaining a temporary size that is the total data size of the temporary print data generated up to the present time based on the data size of the temporary print data, and the maximum value of the data size per page in the temporary print data The maximum page size is acquired, and the maximum size is added to the temporary size to obtain print data in the print job. Obtain a predicted size, determine whether the predicted size exceeds the upper limit size of the print data of the printer, and if the predicted size exceeds the upper limit size, instruct the spooler service unit to close the print job The process is executed.

さらに、本発明の一態様として開示する帳票印刷プログラムは、上記の帳票印刷方法で実現される処理を、コンピュータに実行させるためのものである。さらに、本発明の一態様として開示する帳票印刷システムは、上記の帳票印刷方法での処理を実現する処理部を備えるものである。   Furthermore, a form printing program disclosed as one aspect of the present invention is for causing a computer to execute processing realized by the above-described form printing method. Furthermore, a form printing system disclosed as an aspect of the present invention includes a processing unit that realizes the processing in the above-described form printing method.

上記した帳票印刷方法によれば、プリンタ機種に依存することなく、大量の帳票データを、プリンタの性能を最大限活かして効率的に印刷することができる。   According to the above-described form printing method, a large amount of form data can be efficiently printed by making the best use of the printer performance without depending on the printer model.

一実施例における帳票印刷システムのブロック構成例を示す図である。It is a figure which shows the block structural example of the form printing system in one Example. 一実施例におけるデータサイズ情報のデータ構成例を示す図である。It is a figure which shows the data structural example of the data size information in one Example. 一実施例における管理情報のデータ構成例を示す図である。It is a figure which shows the data structural example of the management information in one Example. 一実施例における帳票印刷システムの処理の流れを説明するための図である。It is a figure for demonstrating the flow of a process of the form printing system in one Example. 一実施例における、サイズカウント処理でのデータサイズ情報および管理情報の変遷例を示す図である。It is a figure which shows the transition example of the data size information in the size count process in one Example, and management information. 一実施例における、サイズカウント処理でのデータサイズ情報および管理情報の変遷例を示す図である。It is a figure which shows the transition example of the data size information in the size count process in one Example, and management information. 一実施例における、サイズカウント処理でのデータサイズ情報および管理情報の変遷例を示す図である。It is a figure which shows the transition example of the data size information in the size count process in one Example, and management information. 一実施例における、サイズカウント処理でのデータサイズ情報および管理情報の変遷例を示す図である。It is a figure which shows the transition example of the data size information in the size count process in one Example, and management information. 一実施例における帳票印刷部の処理フロー例を示す図である。It is a figure which shows the example of a processing flow of the form printing part in one Example. 一実施例における帳票印刷部の処理フロー例を示す図である。It is a figure which shows the example of a processing flow of the form printing part in one Example. 一実施例における監視部の処理フロー例を示す図である。It is a figure which shows the example of a processing flow of the monitoring part in one Example. 一実施例におけるサイズカウント部の処理フロー例を示す図である。It is a figure which shows the example of a processing flow of the size count part in one Example. 帳票印刷システムが実施されるコンピュータ装置のハードウェア構成例を示す図である。It is a figure which shows the hardware structural example of the computer apparatus with which a form printing system is implemented.

以下、本発明の一態様として開示する帳票印刷システムについて説明する。   Hereinafter, a form printing system disclosed as one aspect of the present invention will be described.

図1は、一実施例における帳票印刷システムのブロック構成例を示す図である。   FIG. 1 is a diagram illustrating a block configuration example of a form printing system according to an embodiment.

本実施例において、帳票印刷システム1は、コンピュータで実施される。   In the present embodiment, the form printing system 1 is implemented by a computer.

帳票印刷システム1は、帳票印刷部10、監視部11、サイズカウント部12、データサイズ情報記憶部13、管理情報記憶部14、データサイズ予測部15、スプーラサービス部101、描画処理部102、プリンタドライバ103、ポート制御部104、およびプリンタ105を備え、帳票データ2をプリンタ105で印刷する。なお、帳票データ2の出力先としてプリンタ105が指定されているとする。   The form printing system 1 includes a form printing unit 10, a monitoring unit 11, a size counting unit 12, a data size information storage unit 13, a management information storage unit 14, a data size prediction unit 15, a spooler service unit 101, a drawing processing unit 102, a printer. A driver 103, a port control unit 104, and a printer 105 are provided, and form data 2 is printed by the printer 105. It is assumed that the printer 105 is designated as the output destination of the form data 2.

帳票データ2は、種々の税納付書や通知書、全国規模の試験問題冊子等の多数のページを含むデータである。帳票データ2は、帳票印刷システム1に接続する外部記憶装置に記憶され、または、ネットワークを介して帳票印刷システム1に転送されるものとする。   The form data 2 is data including a large number of pages such as various tax payment notices, notifications, and nationwide examination question booklets. The form data 2 is stored in an external storage device connected to the form printing system 1 or transferred to the form printing system 1 via a network.

スプーラサービス部101は、帳票印刷部10からの描画命令を、OS(オペレーティングシステム)を介して受け付け、印刷ジョブを生成・スプールし、指定されたプリンタ105に印刷ジョブを実行させる。スプーラサービス部101は、描画処理部102、プリンタドライバ103、およびポート制御部104を制御する。   The spooler service unit 101 receives a drawing command from the form printing unit 10 via an OS (operating system), generates and spools a print job, and causes the designated printer 105 to execute the print job. The spooler service unit 101 controls the drawing processing unit 102, the printer driver 103, and the port control unit 104.

描画処理部102は、描画命令を受けて印刷対象の帳票データ2からプリンタ機種に依存しない中間形式データ110を生成する。中間形式データ110は、例えば、EMF(Enhanced MetaFile)形式のデータファイルである。   Upon receiving a drawing command, the drawing processing unit 102 generates intermediate format data 110 independent of the printer model from the form data 2 to be printed. The intermediate format data 110 is, for example, an EMF (Enhanced MetaFile) format data file.

プリンタドライバ103は、各プリンタに対応して設けられ、中間形式データ110を対応するプリンタが解釈可能な印刷データ111に変換する。ポート制御部104は、各プリンタに対応して設けられ、対応するプリンタへ印刷データ111を転送する。   The printer driver 103 is provided corresponding to each printer, and converts the intermediate format data 110 into print data 111 that can be interpreted by the corresponding printer. The port control unit 104 is provided corresponding to each printer, and transfers the print data 111 to the corresponding printer.

なお、スプーラサービス部101、描画処理部102、プリンタドライバ103、ポート制御部104の処理は、既知であるので詳細な説明は省略する。   Since the processes of the spooler service unit 101, the drawing processing unit 102, the printer driver 103, and the port control unit 104 are known, detailed description thereof will be omitted.

帳票印刷部10は、帳票データ2の印刷処理を制御する処理部である。   The form printing unit 10 is a processing unit that controls the printing process of the form data 2.

帳票印刷部10は、印刷ジョブでの印刷データのデータサイズを予測するため、帳票データ2の1ページ毎の描画命令を発行し、後述するデータサイズ予測部15の判断結果をもとに、帳票データ2の1ページ分に相当する各中間形式データ110のデータサイズの累計から、1回の印刷ジョブの中間形式データ110のデータサイズを決定する。その後、帳票印刷部10は、後述する管理情報記憶部14に保持された情報(管理情報)を用いて、決定した中間形式データ110のデータサイズに対応する帳票データ2のページ数分の印刷要求(描画命令)を発行し、スプーラサービス部101に印刷ジョブの生成を依頼する。   The form printing unit 10 issues a drawing command for each page of the form data 2 in order to predict the data size of the print data in the print job, and based on the determination result of the data size prediction unit 15 to be described later, From the total data size of each intermediate format data 110 corresponding to one page of data 2, the data size of the intermediate format data 110 of one print job is determined. Thereafter, the form printing unit 10 uses the information (management information) held in the management information storage unit 14 (to be described later) to make a print request for the number of pages of the form data 2 corresponding to the determined data size of the intermediate format data 110. (Rendering command) is issued and the spooler service unit 101 is requested to generate a print job.

監視部11は、帳票印刷部10が発行する帳票データ2のページ単位の描画命令を監視し、検出した描画命令に対応させてサイズカウント部12を起動させる。また、監視部11は、データサイズ情報記憶部13に保持されている情報(データサイズ情報)をもとに管理情報記憶部14に保持されている管理情報を更新する。   The monitoring unit 11 monitors a drawing command for each page of the form data 2 issued by the form printing unit 10 and activates the size counting unit 12 in accordance with the detected drawing command. Further, the monitoring unit 11 updates the management information held in the management information storage unit 14 based on the information (data size information) held in the data size information storage unit 13.

監視部11は、後述するサイズカウント部12の処理によって、データサイズ情報記憶部13で、検出した描画命令に基づく中間形式データ110に対応して生成された仮印刷データ120(帳票データ2の1ページ分)のデータサイズが累計され、累計されたデータサイズ(「仮印刷サイズ」と呼ぶ)がデータサイズ情報記憶部13に書き込まれる度、検出した描画命令の帳票データ2のページ数、すなわち帳票データ2で描画済みとなったページ数を累計し、累計したページ数(「仮ページ数」と呼ぶ)を管理情報記憶部14に記録する。   The monitoring unit 11 performs provisional print data 120 (1 of the form data 2) generated by the data size information storage unit 13 corresponding to the intermediate format data 110 based on the detected drawing command by processing of the size counting unit 12 described later. Page size), and the accumulated data size (referred to as “temporary printing size”) is written to the data size information storage unit 13, the number of pages of the form data 2 of the detected drawing command, that is, the form The number of pages rendered with data 2 is accumulated, and the accumulated number of pages (referred to as “temporary page number”) is recorded in the management information storage unit 14.

サイズカウント部12は、帳票データ2の1ページ分の中間形式データ110を取り出し、印刷処理する場合に変換されるデータに相当する仮印刷データ120を生成し、仮印刷データ120(帳票データ2の1ページ分に相当のデータ)のデータサイズを累計し、処理の開始から現処理時点までに生成された仮印刷データ120の総データサイズである「仮印刷サイズ」、および、過去に処理された仮印刷データ120のデータサイズの最大値(「ページ最大サイズ」と呼ぶ)をデータサイズ情報記憶部13に記録し、データサイズの計算後に入力した仮印刷データ120を破棄する。   The size counting unit 12 takes out the intermediate format data 110 for one page of the form data 2, generates temporary print data 120 corresponding to data to be converted when printing processing is performed, and outputs the temporary print data 120 (form data 2). Data corresponding to one page) is accumulated, and the “temporary print size”, which is the total data size of the temporary print data 120 generated from the start of processing to the current processing time point, has been processed in the past The maximum value of the data size of the temporary print data 120 (referred to as “page maximum size”) is recorded in the data size information storage unit 13, and the temporary print data 120 input after the calculation of the data size is discarded.

この処理のため、サイズカウント部12は、プリンタ105に対応するプリンタドライバ103を呼び出し、プリンタドライバ103と同等のプリンタドライバ機能を有する印刷データ生成部121を生成する。さらに、サイズカウント部12は、プリンタ105に対応するポート制御部104を呼び出し、ポート制御部104と同等の機能を有してデータ入力を行い、入力したデータのサイズをカウントした後に、入力したデータを破棄する機能を含むカウント部122を生成する。   For this processing, the size count unit 12 calls the printer driver 103 corresponding to the printer 105 and generates the print data generation unit 121 having a printer driver function equivalent to the printer driver 103. Further, the size counting unit 12 calls the port control unit 104 corresponding to the printer 105, inputs data with the same function as the port control unit 104, counts the size of the input data, and then inputs the input data. The count unit 122 including the function of discarding

印刷データ生成部121は、描画処理部102によって生成された帳票データ2の1ページ分の中間形式データ110に対して印刷処理を実行し、中間形式データ110を仮印刷データ120に変換する。仮印刷データ120は、プリンタドライバ103が中間形式データ110から変換する印刷データ111と同一である。   The print data generation unit 121 executes print processing on the intermediate format data 110 for one page of the form data 2 generated by the drawing processing unit 102, and converts the intermediate format data 110 into temporary print data 120. The temporary print data 120 is the same as the print data 111 that the printer driver 103 converts from the intermediate format data 110.

カウント部122は、印刷データ生成部121が変換した仮印刷データ120のデータサイズを求め、データサイズ情報記憶部13の仮印刷サイズに加算する。さらに、カウント部122は、求めた仮印刷データ120のデータサイズが、データサイズ情報記憶部13のページ最大サイズより大きい場合に、データサイズ情報記憶部13のページ最大サイズを求めたデータサイズで更新する。その後に、カウント部122は、仮印刷データ120を破棄する。   The count unit 122 obtains the data size of the temporary print data 120 converted by the print data generation unit 121 and adds it to the temporary print size in the data size information storage unit 13. Further, the count unit 122 updates the maximum page size of the data size information storage unit 13 with the calculated data size when the calculated data size of the temporary print data 120 is larger than the maximum page size of the data size information storage unit 13. To do. Thereafter, the count unit 122 discards the temporary print data 120.

したがって、印刷データ生成部121により、帳票データ2の1ページ分に相当する中間形式データ110が仮印刷データ120に変換される度に、データサイズ情報記憶部13のデータサイズ情報の「仮印刷サイズ」に、現処理で変換された帳票データの1ページ分の仮印刷データ120のデータサイズが加算され、管理情報記憶部14の管理情報の「仮ページ数」に、帳票データ2で描画済みとなったページ数が1つ加算される。   Accordingly, every time the print data generation unit 121 converts the intermediate format data 110 corresponding to one page of the form data 2 into the temporary print data 120, the “temporary print size” of the data size information in the data size information storage unit 13 is used. ”Is added to the data size of the temporary print data 120 for one page of the form data converted in the current process, and the“ number of temporary pages ”of the management information in the management information storage unit 14 has been rendered with the form data 2 One page is added.

データサイズ情報記憶部13は、仮印刷データ120のサイズに関するデータサイズ情報を保持する記憶領域である。データサイズ情報は、スプーラジョブ番号、仮印刷サイズ、ページ最大サイズを含む。スプーラジョブ番号は、生成された印刷ジョブに対して採番されたジョブの識別番号である。仮印刷サイズは、ジョブの開始から現処理時点までに変換された仮印刷データ120のデータサイズの累計(総データサイズ)である。ページ最大サイズは、過去に処理された仮印刷データ120のデータサイズの最大値である。   The data size information storage unit 13 is a storage area that holds data size information related to the size of the temporary print data 120. The data size information includes a spooler job number, a temporary print size, and a maximum page size. The spooler job number is an identification number of a job assigned to the generated print job. The temporary print size is the total (total data size) of the data size of the temporary print data 120 converted from the start of the job to the current processing time. The page maximum size is the maximum value of the data size of the temporary print data 120 processed in the past.

管理情報記憶部14は、帳票データ2の印刷処理の管理に用いる管理情報を保持する記憶領域である。管理情報は、スプーラジョブ番号、仮印刷サイズ、ページ最大サイズ、仮ページ数、プリンタ名等を含み、1つの帳票データ2の印刷について、複数の印刷ジョブ(ジョブファイル)が生成された場合には、印刷ジョブ毎に記録される。   The management information storage unit 14 is a storage area that holds management information used for managing print processing of the form data 2. The management information includes a spooler job number, a temporary print size, a maximum page size, the number of temporary pages, a printer name, and the like. When a plurality of print jobs (job files) are generated for printing one form data 2, , Recorded for each print job.

データサイズ予測部15は、描画命令で指定されたプリンタ105のプリンタ設定情報をもとに、プリンタ105の印刷データのサイズの上限値(「上限サイズ」と呼ぶ)を得て、生成された仮印刷データ120のデータサイズの累計(仮印刷サイズ)から、処理時点で帳票データ2の描画済みとなっているページ数分の次の1ページについて描画した場合の仮印刷データ120のデータサイズを予測し、予測した仮印刷データ120のサイズ(「予測サイズ」と呼ぶ)がプリンタ105の上限サイズを超えるかを判断する。   The data size prediction unit 15 obtains an upper limit value (referred to as “upper limit size”) of the print data size of the printer 105 based on the printer setting information of the printer 105 designated by the drawing command, and generates the generated temporary Based on the total data size of the print data 120 (temporary print size), the data size of the temporary print data 120 when the next page corresponding to the number of pages in which the form data 2 has been drawn at the time of processing is drawn is predicted. Then, it is determined whether the predicted size of the temporary print data 120 (referred to as “predicted size”) exceeds the upper limit size of the printer 105.

より詳しくは、データサイズ予測部15は、管理情報を参照して、仮印刷データ120の仮印刷サイズにページ最大サイズを加算して予測サイズを算出し、算出した予測サイズがプリンタ105の上限サイズを超えるかを、以下の条件で判断する。   More specifically, the data size prediction unit 15 refers to the management information, calculates the predicted size by adding the page maximum size to the temporary print size of the temporary print data 120, and the calculated predicted size is the upper limit size of the printer 105. Is judged under the following conditions.

条件:予測サイズ < プリンタの上限サイズ×安全係数(例えば 0.9)
なお、上記条件の安全係数は、予め設定された定数値であり、0より大きい任意の正の値をとるものである。安全係数は、プリンタ毎またはプリンタ機種毎に定めておいてもよい。
Condition: Predicted size <Maximum size of printer x Safety factor (for example, 0.9)
Note that the safety factor of the above condition is a preset constant value, and takes an arbitrary positive value greater than zero. The safety factor may be determined for each printer or each printer model.

データサイズ予測部15は、上記条件が成立する場合に、予測サイズが上限サイズを超えないと判断し、上記条件が成立しない場合に、予測サイズが上限サイズを超えると判断し、判断結果を帳票印刷部10に通知する。   The data size prediction unit 15 determines that the predicted size does not exceed the upper limit size when the above condition is satisfied, and determines that the predicted size exceeds the upper limit size when the above condition is not satisfied, and displays the determination result as a form. Notify the printing unit 10.

帳票印刷部10は、データサイズ予測部15の判断結果をもとに、予測サイズが上限サイズを超えないとの判断結果であれば、帳票データ2の次の1ページの描画命令を発行する。   The form printing unit 10 issues a drawing command for the next page of the form data 2 if the determination result indicates that the predicted size does not exceed the upper limit size based on the determination result of the data size prediction unit 15.

一方、帳票印刷部10は、予測サイズが上限サイズを超えるとの判断結果であれば、スプーラサービス部101に対し印刷ジョブのクローズを通知する。さらに、帳票印刷部10は、スプーラサービス部101に空の印刷ジョブ(新印刷ジョブ)の生成を要求し、帳票データ2についてクローズした印刷ジョブで描画命令を発行したページ数の次のページを先頭ページとする描画命令を発行する。   On the other hand, if it is determined that the predicted size exceeds the upper limit size, the form printing unit 10 notifies the spooler service unit 101 that the print job is closed. Further, the form printing unit 10 requests the spooler service unit 101 to generate an empty print job (new print job), and starts the next page after the number of pages for which the drawing command is issued in the closed print job for the form data 2. A drawing command for a page is issued.

スプーラサービス部101は、帳票印刷部10のクローズ通知を受けて、スプール中の中間形式データ110をクローズするため、プリンタドライバ103が中間形式データ110から変換する印刷データ111は、プリンタ105の上限サイズを超えないサイズであり、仮印刷データ120で描画済みとなったページデータを含むデータとなる。   The spooler service unit 101 receives the close notification of the form printing unit 10 and closes the intermediate format data 110 in the spool. Therefore, the print data 111 converted from the intermediate format data 110 by the printer driver 103 is the upper limit size of the printer 105. It is a data that includes the page data that has been rendered with the temporary print data 120.

また、スプーラサービス部101が帳票印刷部10からの要求をもとに生成した新規の印刷ジョブの中間形式データ110は、クローズした印刷ジョブに含まれる帳票データ2の最終ページ(すなわち仮印刷データ120で描画済みとなった最終ページ)の次のページを先頭ページとするデータとなる。   Further, the intermediate format data 110 of the new print job generated by the spooler service unit 101 based on the request from the form printing unit 10 is the last page of the form data 2 included in the closed print job (that is, the temporary print data 120). The data is the data with the next page after the last page rendered as the first page.

その結果、印刷可能な上限サイズ値を超えたり、サイズ的に余裕があり過ぎたりするような印刷データ111をプリンタ105に転送するという状態を回避することができ、プリンタ105の印刷性能を最大限に活用した印刷を実現することができる。   As a result, it is possible to avoid a situation in which the print data 111 that exceeds the upper limit size value that can be printed or that there is too much size is transferred to the printer 105, and the printing performance of the printer 105 is maximized. Can be used for printing.

図2は、データサイズ情報のデータ構成例を示す図である。   FIG. 2 is a diagram illustrating a data configuration example of the data size information.

データサイズ情報は、スプーラジョブ番号、仮印刷データサイズ、ページ最大サイズのデータ項目を含む。   The data size information includes data items of a spooler job number, a temporary print data size, and a page maximum size.

スプーラジョブ番号は、帳票印刷部10が生成を要求した印刷ジョブの識別番号であり、スプーラサービス部101によって採番、管理される番号である。   The spooler job number is an identification number of a print job requested to be generated by the form printing unit 10 and is a number assigned and managed by the spooler service unit 101.

仮印刷データサイズは、仮印刷データ120の現時点での総データサイズ(仮サイズ)である。ページ最大サイズは、仮印刷データ120における、現時点での1ページあたりのデータサイズの最大値である。   The temporary print data size is the total data size (temporary size) of the temporary print data 120 at the current time. The page maximum size is the maximum value of the data size per page in the temporary print data 120 at the present time.

図2に示すデータサイズ情報の例では、スプーラジョブ番号“001”の印刷ジョブでは、現時点までに変換した仮印刷データ120の総データサイズが“10,000,000(バイト)”であり、ページ単位のデータサイズの最大値が“100,000(バイト)”であることを示している。   In the example of the data size information shown in FIG. 2, in the print job with the spooler job number “001”, the total data size of the temporary print data 120 converted up to the present time is “10,000,000 (bytes)”, and the page It indicates that the maximum value of the unit data size is “100,000 (bytes)”.

図3は、管理情報のデータ構成例を示す図である。   FIG. 3 is a diagram illustrating a data configuration example of management information.

管理情報は、印刷サーバ名、プリンタ名、スプーラジョブ番号、仮ページ数、仮印刷サイズ、ページ最大サイズのデータ項目を含む。   The management information includes data items of print server name, printer name, spooler job number, temporary page number, temporary print size, and maximum page size.

印刷サーバ名は、帳票印刷システムが複数のコンピュータで構成される場合に、印刷処理が割り当てられているコンピュータ(印刷サーバ)の識別情報である。プリンタ名は、出力先として指定されたプリンタの識別情報である。スプーラジョブ番号は、印刷ジョブの識別番号である。仮ページ数は、仮印刷データ120として描画済みとなった総ページ数である。仮印刷データサイズ、ページ最大サイズは、データサイズ情報と同一の情報である。   The print server name is identification information of a computer (print server) to which print processing is assigned when the form printing system is configured by a plurality of computers. The printer name is identification information of a printer designated as an output destination. The spooler job number is a print job identification number. The temporary page number is the total number of pages that have been rendered as temporary print data 120. The temporary print data size and the maximum page size are the same information as the data size information.

図3に示す管理情報の例では、印刷サーバ名“localhost”で管理され、プリンタ名“BBBB”を出力先とする印刷処理において、帳票データ2に対して、スプーラジョブ番号001,002が採番された2つの印刷ジョブが生成されたことを示している。   In the example of the management information shown in FIG. 3, the spooler job number 001, 002 is assigned to the form data 2 in the printing process managed with the print server name “localhost” and the output name is the printer name “BBBB”. This shows that the two print jobs generated are generated.

スプーラジョブ番号001の印刷ジョブは、仮印刷データサイズが“205,000(バイト)”、帳票データの20ページ分(第1ページから第20ページまで)のデータが印刷対象となっていることを、スプーラジョブ番号002の印刷ジョブは、仮印刷データサイズが“200,000(バイト)”、帳票データの10ページ分(第21ページから第30ページまで)のデータが印刷対象となっていることを、それぞれ示している。2つの印刷ジョブで、印刷される帳票データ2のページ数に相違があるが、印刷データ111のデータサイズの予測サイズとなる仮印刷データサイズがプリンタ“BBBB”の印刷データサイズの上限を超えないことが分かる。   The print job with the spooler job number 001 indicates that the temporary print data size is “205,000 (bytes)”, and 20 pages of form data (from the first page to the 20th page) are to be printed. The print job with spooler job number 002 has a temporary print data size of “200,000 (bytes)” and data for 10 pages of form data (from the 21st page to the 30th page) is to be printed. Respectively. Although there are differences in the number of pages of form data 2 to be printed between the two print jobs, the temporary print data size that is the predicted size of the data size of the print data 111 does not exceed the upper limit of the print data size of the printer “BBBB” I understand that.

帳票印刷システム1では、単純に帳票データ2のページ数で印刷ジョブを分割するのではなく、印刷処理で変換される印刷データを擬似的に生成した仮印刷データ120のデータサイズをもとに、1つの印刷ジョブで印刷するデータサイズを決定して、制限に近いデータサイズの印刷データ111をプリンタ105へ転送できるようにしている。   The form printing system 1 does not simply divide a print job by the number of pages of the form data 2, but based on the data size of the temporary print data 120 generated by simulating the print data converted by the printing process, The data size to be printed in one print job is determined so that print data 111 having a data size close to the limit can be transferred to the printer 105.

次に、図4を用いて、帳票印刷システム1における、帳票データの印刷処理の流れを説明する。   Next, the flow of print processing of form data in the form printing system 1 will be described with reference to FIG.

(1) 帳票印刷システム1の帳票印刷部10は、スプーラサービス部101に対し、帳票データ2のNページ目の描画を依頼する。   (1) The form printing unit 10 of the form printing system 1 requests the spooler service unit 101 to draw the Nth page of the form data 2.

(2) 描画処理部102は、帳票データ2のNページ目の描画を実行して、Nページの中間形式データ110を生成する。   (2) The drawing processing unit 102 executes drawing of the Nth page of the form data 2 and generates intermediate format data 110 of N pages.

(3) 帳票印刷部10は、帳票データ2のNページのサイズカウントを依頼する。   (3) The form printing unit 10 requests the N page size count of the form data 2.

(4) サイズカウント部12は、プリンタドライバ103を呼び出して印刷データ生成部121を起動し、Nページの中間形式データ110から、印刷データに相当するNページの仮印刷データ120を生成する。   (4) The size count unit 12 calls the printer driver 103 to activate the print data generation unit 121 and generates N pages of temporary print data 120 corresponding to the print data from the N pages of intermediate format data 110.

(5) サイズカウント部12は、カウント部122を起動して、Nページの仮印刷データ120のデータサイズを取得し、取得したNページのデータサイズを、データサイズ情報記憶部13の仮印刷サイズに記録されたデータサイズに累計し、ページ最大サイズに書き込む。その後、サイズカウント部12は、データサイズを取得した仮印刷データ120を削除する。   (5) The size counting unit 12 activates the counting unit 122 to acquire the data size of the temporary print data 120 for N pages, and uses the acquired data size for the N pages as the temporary print size in the data size information storage unit 13. Is accumulated in the data size recorded in, and written to the maximum page size. Thereafter, the size counting unit 12 deletes the temporary print data 120 for which the data size has been acquired.

(6) 監視部11はデータサイズ情報記憶部13が更新されると、管理情報記憶部14の仮ページ数をカウントアップし、さらに、データサイズ情報の仮印刷サイズとページ最大サイズとを管理情報に書き込む。   (6) When the data size information storage unit 13 is updated, the monitoring unit 11 counts up the number of temporary pages in the management information storage unit 14, and further manages the temporary print size and the maximum page size of the data size information. Write to.

(7) データサイズ予測部15は、管理情報記憶部14の仮印刷サイズに記録されている仮印刷サイズ(スプーラでの印刷済みページのデータサイズの累計)にページ最大サイズを加えた予測サイズが、プリンタ105の上限サイズ(安全係数を考慮した値)を超えないかを判定し、予測サイズがプリンタの上限サイズを超える場合に、仮ページ数に記録したページ数でそのスプーラジョブをクローズして、完結させる。   (7) The data size prediction unit 15 has a predicted size obtained by adding the maximum page size to the temporary print size recorded in the temporary print size of the management information storage unit 14 (the total data size of pages printed by the spooler). Then, it is determined whether or not the upper limit size of the printer 105 (a value considering the safety factor) is exceeded. If the predicted size exceeds the upper limit size of the printer, the spooler job is closed with the number of pages recorded in the temporary page count. Complete.

したがって、スプーラサービス部101では、1つのジョブスプーラとして、帳票データ2のNページ分の印刷ジョブが処理されることになり、プリンタ105では、上限サイズを超えないデータサイズの印刷が実行される。   Therefore, the spooler service unit 101 processes a print job for N pages of the form data 2 as one job spooler, and the printer 105 executes printing with a data size not exceeding the upper limit size.

図5〜図8は、サイズカウント処理におけるデータサイズ情報および管理情報の変遷例を示す図である。ここで、5ページの帳票データ2を印刷する場合であり、プリンタの上限サイズ=700KB(キロバイト)、安全係数=0.9であると仮定する。   5 to 8 are diagrams showing transition examples of data size information and management information in the size count process. Here, it is assumed that five pages of form data 2 are printed, and that the upper limit size of the printer = 700 KB (kilobytes) and the safety factor = 0.9.

図5(A)に示すように、帳票印刷部10が帳票データ2の印刷を要求すると、スプーラサービス部101で設定された、印刷処理を制御するサーバ名(localhost)、プリンタ名(AAAA)、スプーラジョブ番号(001)が管理情報記憶部14に記録される。ここで、管理情報は初期状態であり、仮ページ数、仮印刷サイズ、ページ最大サイズは、いずれも“0”である。   As shown in FIG. 5A, when the form printing unit 10 requests the printing of the form data 2, the server name (localhost), printer name (AAAAA), and the like, which are set in the spooler service unit 101 and control the printing process. The spooler job number (001) is recorded in the management information storage unit 14. Here, the management information is in an initial state, and the number of temporary pages, the temporary print size, and the maximum page size are all “0”.

帳票データ2の1ページ目について、図4に示す(1)〜(5)の処理が実行され、仮印刷データ120のデータサイズ“200KB”が取得されると、図5(B)に示すように、取得したデータサイズが、データサイズ情報記憶部13の仮印刷サイズ(200KB)、ページ最大サイズ(200KB)に記録される。   When the processing of (1) to (5) shown in FIG. 4 is executed for the first page of the form data 2 and the data size “200 KB” of the temporary print data 120 is acquired, as shown in FIG. The acquired data size is recorded in the temporary print size (200 KB) and the maximum page size (200 KB) of the data size information storage unit 13.

図4に示す(6)の処理で、図5(C)に示すように、データサイズ情報の仮印刷サイズ(200KB)とページ最大サイズ(200KB)とが管理情報記憶部14に書き込まれ、仮ページ数に1が加算されて“1”とされる。   In the process (6) shown in FIG. 4, the temporary print size (200 KB) and the maximum page size (200 KB) of the data size information are written in the management information storage unit 14 as shown in FIG. 1 is added to the number of pages to obtain “1”.

図4に示す(7)の処理で、仮印刷データ120が描画済みとなった1ページまでのデータサイズである“200KB”に最大ページサイズ(200KB)を加えた予測サイズが、プリンタの上限値700KBに安全係数0.9を掛けた上限サイズ(630KB)を超えないと判定され、次ページ(2ページ目)の描画が要求される。   The predicted size obtained by adding the maximum page size (200 KB) to “200 KB” which is the data size up to one page on which the temporary print data 120 has been rendered in the process (7) shown in FIG. 4 is the upper limit value of the printer. It is determined that the upper limit size (630 KB) obtained by multiplying 700 KB by the safety factor 0.9 is not exceeded, and drawing of the next page (second page) is requested.

続いて、帳票データ2の2ページ目について、図4に示す(1)〜(5)の処理が実行され、仮印刷データ120のデータサイズ“250KB”が取得され、図6(A)に示すように、データサイズ情報記憶部13の仮印刷サイズに累計したデータサイズ(450KB)が記録され、ページ最大サイズが2ページ目のデータサイズ(250KB)に更新される。   Subsequently, the processing of (1) to (5) shown in FIG. 4 is executed for the second page of the form data 2, and the data size “250 KB” of the temporary print data 120 is acquired, as shown in FIG. As described above, the data size (450 KB) accumulated in the temporary print size of the data size information storage unit 13 is recorded, and the maximum page size is updated to the data size (250 KB) of the second page.

図4に示す(6)の処理で、図6(B)に示すように、データサイズ情報の仮印刷サイズとページ最大サイズとが管理情報記憶部14に書き込まれ、仮ページ数に1が加算されて“2”とされる。   In the process of (6) shown in FIG. 4, the temporary print size and the maximum page size of the data size information are written in the management information storage unit 14 as shown in FIG. 6B, and 1 is added to the number of temporary pages. To “2”.

図4に示す(7)の処理で、仮印刷データ120が描画済みとなった2ページでの予測サイズ(450KB+250KB)が、上限サイズ(630KB)を超えないと判定され、次ページの描画が要求される。   In the process (7) shown in FIG. 4, it is determined that the predicted size (450 KB + 250 KB) on the two pages where the temporary print data 120 has been rendered does not exceed the upper limit size (630 KB), and the next page is requested to be rendered. Is done.

帳票データ2の3ページ目について、図4に示す(1)〜(5)の処理が実行され、仮印刷データ120のデータサイズ“150KB”が取得され、図6(C)に示すように、データサイズ情報記憶部13の仮印刷サイズに累計したデータサイズ(600KB)が記録される。ページ最大サイズ(250KB)は、3ページ目のデータサイズより大きいので更新されない。   With respect to the third page of the form data 2, the processes (1) to (5) shown in FIG. 4 are executed, the data size “150 KB” of the temporary print data 120 is acquired, and as shown in FIG. The accumulated data size (600 KB) is recorded in the temporary print size in the data size information storage unit 13. The page maximum size (250 KB) is not updated because it is larger than the data size of the third page.

図4に示す(6)の処理で、図7(A)に示すように、データサイズ情報の仮印刷サイズとページ最大サイズとが管理情報記憶部14に書き込まれ、仮ページ数が1加算されて“3”とされる。   In the process (6) shown in FIG. 4, the temporary print size and the maximum page size of the data size information are written in the management information storage unit 14 as shown in FIG. 7A, and the number of temporary pages is incremented by one. To “3”.

図4に示す(7)の処理で、仮印刷データ120が描画済みとなった3ページでの予測サイズ(600KB+250KB)が、上限サイズ(630KB)を超えると判定されるため、3ページ目でスプーラジョブ(001)が完結される。   In the process of (7) shown in FIG. 4, since it is determined that the predicted size (600 KB + 250 KB) on the three pages where the temporary print data 120 has been rendered exceeds the upper limit size (630 KB), the spooler is displayed on the third page. Job (001) is completed.

次に、帳票データ2の4ページ目以降の印刷について、図7(B)に示すように、次のスプーラジョブとして、スプーラサービス部101で設定された、印刷処理を制御するサーバ名(localhost)、プリンタ名(AAAA)、スプーラジョブ番号(002)が管理情報記憶部14に記録される。   Next, for the printing of the fourth and subsequent pages of the form data 2, as shown in FIG. 7B, the server name (localhost) that controls the printing process set by the spooler service unit 101 as the next spooler job. The printer name (AAAAA) and the spooler job number (002) are recorded in the management information storage unit 14.

帳票データ2の4ページ目、スプーラジョブ(002)での1ページ目について、図4に示す(1)〜(5)の処理が実行され、仮印刷データ120のデータサイズ“100KB”が取得されると、図7(C)に示すように、取得したデータサイズが、データサイズ情報記憶部13の仮印刷サイズ(100KB)、ページ最大サイズ(100KB)に記録される。   For the fourth page of the form data 2 and the first page of the spooler job (002), the processes (1) to (5) shown in FIG. 4 are executed, and the data size “100 KB” of the temporary print data 120 is acquired. Then, as shown in FIG. 7C, the acquired data size is recorded in the temporary print size (100 KB) and the maximum page size (100 KB) of the data size information storage unit 13.

図4に示す(6)の処理で、図8(A)に示すように、データサイズ情報の仮印刷サイズ(100KB)とページ最大サイズ(100KB)とが管理情報記憶部14に書き込まれ、仮ページ数に1が加算されて“1”とされる。   In the process (6) shown in FIG. 4, the temporary print size (100 KB) and the maximum page size (100 KB) of the data size information are written in the management information storage unit 14 as shown in FIG. 1 is added to the number of pages to obtain “1”.

図4に示す(7)の処理で、仮印刷データ120が描画済みとなった1ページでの予測サイズ(100KB+100KB)が、プリンタの上限サイズを超えないと判定され、帳票の5ページ目(スプーラでの2ページ目)の描画が要求される。   In the process (7) shown in FIG. 4, it is determined that the predicted size (100 KB + 100 KB) of one page on which the temporary print data 120 has been rendered does not exceed the upper limit size of the printer, and the fifth page of the form (spooler) (2nd page) is required to be drawn.

帳票データ2の5ページ目について、図4に示す(1)〜(5)の処理が実行され、仮印刷データ120のデータサイズ“250KB”が取得され、図8(B)に示すように、データサイズ情報記憶部13の仮印刷サイズに累計したデータサイズ(350KB)が記録され、ページ最大サイズが2ページ目のデータサイズ(250KB)に更新される。   With respect to the fifth page of the form data 2, the processes (1) to (5) shown in FIG. 4 are executed, and the data size “250 KB” of the temporary print data 120 is acquired. As shown in FIG. The accumulated data size (350 KB) is recorded in the temporary print size of the data size information storage unit 13, and the maximum page size is updated to the data size (250 KB) of the second page.

図4に示す(6)の処理で、図8(C)に示すように、データサイズ情報の仮印刷サイズとページ最大サイズとが管理情報記憶部14に書き込まれ、仮ページ数が1加算されて“2”とされる。   In the process of (6) shown in FIG. 4, the temporary print size and the maximum page size of the data size information are written in the management information storage unit 14 as shown in FIG. 8C, and the number of temporary pages is incremented by one. To “2”.

ここで、帳票データ2の全ページの描画要求が完了しているため、図4に示す(7)の判定処理が不要となり、2ページ目でスプーラジョブ(002)が完結される。   Here, since the drawing request for all pages of the form data 2 has been completed, the determination process (7) shown in FIG. 4 is not required, and the spooler job (002) is completed on the second page.

したがって、プリンタ105では、5ページ分の帳票データ2が、上限値700KB未満のデータサイズである2つのスプーラジョブに分割され、3ページ分(1〜3ページ目)と、2ページ分(4〜5ページ目)との印刷が実行される。   Therefore, in the printer 105, the form data 2 for five pages is divided into two spooler jobs having a data size of less than the upper limit value 700 KB, and three pages (first to third pages) and two pages (four to four). (5th page) is printed.

図9および図10は、帳票印刷部10の処理フロー例を示す図である。   9 and 10 are diagrams illustrating an example of a processing flow of the form printing unit 10.

帳票印刷部10が帳票データ2の印刷ジョブ生成を要求すると、スプーラサービス部101が、要求された印刷ジョブを生成し、印刷ジョブにスプールジョブ番号を採番する(ステップS1)。   When the form printing unit 10 requests generation of a print job for the form data 2, the spooler service unit 101 generates the requested print job and assigns a spool job number to the print job (step S1).

帳票印刷部10は、スプーラサービス部101から、印刷ジョブに関する印刷サーバ名、プリンタ名、スプーラジョブ番号を取得し、管理情報記憶部14に記録する(ステップS2)。   The form printing unit 10 acquires the print server name, printer name, and spooler job number relating to the print job from the spooler service unit 101, and records them in the management information storage unit 14 (step S2).

さらに、帳票印刷部10が、監視部11に、印刷サーバ名、プリンタ名およびスプーラジョブ番号を含む監視依頼を通知する(ステップS3)。   Further, the form printing unit 10 notifies the monitoring unit 11 of a monitoring request including the print server name, printer name, and spooler job number (step S3).

帳票印刷部10が、帳票データ2の先頭から順に1ページ分の描画命令を発行すると、スプーラサービス部101の制御のもと、描画処理部102が、描画命令されたページ分のデータが、印刷ジョブの先頭ページであるかを判断し(ステップS4)、印刷ジョブの先頭ページである場合のみ(ステップS4のY)、帳票データの1ページ分のデータを描画して中間形式データ110を生成する(ステップS5)。   When the form printing unit 10 issues a drawing command for one page in order from the top of the form data 2, under the control of the spooler service unit 101, the drawing processing unit 102 prints the data for the page for which the drawing command has been issued. It is determined whether it is the first page of the job (step S4), and only when it is the first page of the print job (Y in step S4), data for one page of the form data is drawn to generate intermediate format data 110. (Step S5).

帳票印刷部10が、監視部11に仮印刷データのサイズカウントを依頼すると、サイズカウント部12によるサイズカウント処理が実行される(ステップS6)。   When the form printing unit 10 requests the monitoring unit 11 to count the size of temporary print data, the size counting process by the size counting unit 12 is executed (step S6).

監視部11は、サイズカウント部12によるサイズカウント処理の完了通知があると、データサイズ情報記憶部13から仮印刷データサイズおよびページ最大サイズを取得し、管理情報記憶部14の管理情報に記録する(ステップS7)。   When there is a notification of completion of the size counting process by the size counting unit 12, the monitoring unit 11 acquires the temporary print data size and the maximum page size from the data size information storage unit 13 and records them in the management information of the management information storage unit 14. (Step S7).

データサイズ予測部15は、管理情報記憶部14を参照し、仮印刷データサイズとページ最大サイズとを加算して予測サイズを算出し(ステップS8)、予測サイズがプリンタ105の上限サイズを超えるかを判断する(ステップS9)。予測サイズがプリンタ105の上限サイズを超える場合に(ステップS9のY)、ステップS10の処理が実行され、予測サイズがプリンタ105の上限サイズを超えない場合に(ステップS9のN)、ステップS12の処理が実行される。   The data size prediction unit 15 refers to the management information storage unit 14, calculates the predicted size by adding the temporary print data size and the page maximum size (step S8), and whether the predicted size exceeds the upper limit size of the printer 105. Is determined (step S9). If the predicted size exceeds the upper limit size of the printer 105 (Y in step S9), the process of step S10 is executed, and if the predicted size does not exceed the upper limit size of the printer 105 (N in step S9), the process proceeds to step S12. Processing is executed.

ステップS10の処理で、帳票印刷部10が、印刷ジョブのクローズをスプーラサービス部101に指示し、サイズカウント部12へ処理終了を通知する。さらに、帳票印刷部10が、帳票データ2に続きのページがあるかを判断する(ステップS11)。帳票データ2に続きのページがあれば(ステップS11のY)、ステップS1の処理へ戻り、帳票データ2に続きのページがなければ(ステップS11のN)、処理を終了する。   In step S10, the form printing unit 10 instructs the spooler service unit 101 to close the print job, and notifies the size counting unit 12 of the end of the processing. Further, the form printing unit 10 determines whether there is a subsequent page in the form data 2 (step S11). If there is a continuation page in the form data 2 (Y in step S11), the process returns to step S1, and if there is no continuation page in the form data 2 (N in step S11), the process ends.

ステップS12の処理で、帳票印刷部10が、帳票データ2の次の1ページ分の描画命令を発行し、描画処理部102が、描画命令をもとに帳票データ2の次の1ページ分の中間形式データ110を生成する(ステップS12)。帳票印刷部10が、帳票データ2の描画されたページに続きのページがあるかを判断する(ステップS13)。帳票データ2の描画されたページに続きのページがあれば(ステップS13のY)、ステップS6の処理へ戻り、帳票データ2の描画されたページに続きのページがなければ(ステップS13のN)、ステップS14の処理を実行する。   In the process of step S12, the form printing unit 10 issues a drawing command for the next page of the form data 2, and the drawing processing unit 102 generates the next page of the form data 2 based on the drawing command. Intermediate format data 110 is generated (step S12). The form printing unit 10 determines whether there is a continuation page after the drawn page of the form data 2 (step S13). If there is a continuation page in the page in which the form data 2 is drawn (Y in step S13), the process returns to step S6, and if there is no continuation page in the page in which the form data 2 is drawn (N in step S13). Then, the process of step S14 is executed.

ステップS14の処理で、帳票印刷部10が、印刷ジョブのクローズをスプーラサービス部101に指示し、サイズカウント部12へ処理終了を通知し、処理を終了する。   In step S14, the form printing unit 10 instructs the spooler service unit 101 to close the print job, notifies the size counting unit 12 of the end of processing, and ends the processing.

図11は、監視部11の処理フロー例を示す図である。   FIG. 11 is a diagram illustrating a processing flow example of the monitoring unit 11.

監視部11は、ステップS14の処理による終了指示が通知されたかを判断し(ステップS21)、終了指示が通知されていなければ(ステップS21のN)、ステップS22の処理を実行し、終了指示が通知されていれば(ステップS21のY)、処理を終了する。   The monitoring unit 11 determines whether an end instruction is notified by the process of step S14 (step S21). If the end instruction is not notified (N of step S21), the process of step S22 is executed, and the end instruction is received. If notified (Y in step S21), the process is terminated.

ステップS22の処理で、監視部11が、ステップS3の処理による監視依頼が通知されたかを判断し、監視依頼が通知されていれば(ステップS22のY)、ステップS23の処理を実行し、監視依頼が通知されていなければ(ステップS22のN)、ステップS21の処理へ戻る。   In the process of step S22, the monitoring unit 11 determines whether or not the monitoring request by the process of step S3 has been notified. If the monitoring request has been notified (Y of step S22), the process of step S23 is executed and monitored. If the request has not been notified (N in step S22), the process returns to step S21.

ステップS23の処理で、監視部11が、プリンタ名(プリンタ105)を通知して、サイズカウント部12を起動させる。   In the process of step S23, the monitoring unit 11 notifies the printer name (printer 105) and activates the size counting unit 12.

図12は、サイズカウント部12の処理フロー例を示す図である。   FIG. 12 is a diagram illustrating a processing flow example of the size counting unit 12.

サイズカウント部12は、ステップS23の処理により起動すると、通知されたプリンタ名から、帳票印刷システム1に保持されているプリンタドライバの中から利用するプリンタドライバ103を選択して、その機能を取得する。そして、サイズカウント部12は、取得したプリンタドライバ機能を組み込んだ印刷データ生成部121を生成する。さらに、サイズカウント部12は、帳票印刷システム1に保持されているプリンタ105へのポート制御機能を取得して、取得したポート制御機能を組み込んだカウント部122を生成する(ステップS31)。   When activated by the processing in step S23, the size counting unit 12 selects the printer driver 103 to be used from the printer drivers held in the form printing system 1 from the notified printer name, and acquires its function. . Then, the size count unit 12 generates a print data generation unit 121 incorporating the acquired printer driver function. Further, the size counting unit 12 acquires a port control function for the printer 105 held in the form printing system 1, and generates a count unit 122 incorporating the acquired port control function (step S31).

サイズカウント部12は、ステップS10またはステップS14の処理による終了指示が通知されたかを判断し(ステップS32)、終了指示が通知されてなければ(ステップS32のN)、ステップS33の処理を実行し、終了指示が通知されていれば(ステップS32のY)、処理を終了する。   The size counting unit 12 determines whether or not an end instruction is notified by the process of step S10 or step S14 (step S32), and if the end instruction is not notified (N of step S32), executes the process of step S33. If an end instruction has been notified (Y in step S32), the process ends.

ステップS33の処理で、ステップS6の処理によるサイズカウントの依頼があったかを判断し、サイズカウントの依頼があればステップS34の処理を実行し(ステップS33のY)、サイズカウントの依頼がなければ(ステップS33のN)、ステップS32の処理へ戻る。   In step S33, it is determined whether a size count request has been made in step S6. If there is a size count request, step S34 is executed (Y in step S33), and if there is no size count request (step S33). N) in step S33, the process returns to step S32.

ステップS34の処理で、印刷データ生成部121が、該当する印刷ジョブの中間形式データ110を参照して、帳票データ2の1ページ分のデータを取得し、プリンタドライバ103の機能を用いて、仮印刷データ120を生成する。   In the process of step S 34, the print data generation unit 121 refers to the intermediate format data 110 of the corresponding print job, acquires data for one page of the form data 2, and uses the function of the printer driver 103. Print data 120 is generated.

続いて、サイズカウント部12が、生成された仮印刷データ120のデータサイズを求め、現時点までに生成された仮印刷データ120の総データサイズをデータサイズ情報記憶部13の「仮印刷データサイズ」に記録し、1ページのデータサイズがデータサイズ情報記憶部13に記録されたページ最大サイズより大きければ、取得したデータサイズを「ページ最大サイズ」に記録する(ステップS35)。サイズカウント部12は、サイズカウントの完了を通知する(ステップS36)。   Subsequently, the size counting unit 12 obtains the data size of the generated temporary print data 120 and calculates the total data size of the temporary print data 120 generated up to the present time as “temporary print data size” in the data size information storage unit 13. If the data size of one page is larger than the maximum page size recorded in the data size information storage unit 13, the acquired data size is recorded in “maximum page size” (step S35). The size count unit 12 notifies the completion of the size count (step S36).

以上説明した帳票印刷システム1は、図1に示す処理部を備える専用ハードウェアまたは、コンピュータ装置により実施することができる。   The form printing system 1 described above can be implemented by dedicated hardware provided with the processing unit shown in FIG. 1 or a computer device.

図13は、帳票印刷システム1が実施されるコンピュータ装置のハードウェア構成例を示す図である。   FIG. 13 is a diagram illustrating a hardware configuration example of a computer device in which the form printing system 1 is implemented.

帳票印刷システム1が実施されるコンピュータ装置200は、CPU201、メモリ202、印刷装置203が接続された印刷制御部204、ハードディスク等の記憶装置205、およびネットワーク接続のための通信制御部206が、バス207に接続されている。   A computer apparatus 200 in which the form printing system 1 is implemented includes a CPU 201, a memory 202, a print control unit 204 to which a printing apparatus 203 is connected, a storage device 205 such as a hard disk, and a communication control unit 206 for network connection. 207 is connected.

オペレーティングシステムおよび帳票印刷システム1を実施するプログラムが記憶装置205に格納されており、CPU201により実行される際には記憶装置205からメモリ202に読み出される。CPU201は、オペレーティングシステムおよび帳票印刷システム1として実行される、スプーラサービス部101、描画処理部102、プリンタドライバ103、ポート制御部104、帳票印刷部10、監視部11,サイズカウント部12,データサイズ予測部15などの処理内容に応じて印刷制御部204、通信制御部206を制御して所定の動作を行わせる。   A program for executing the operating system and the form printing system 1 is stored in the storage device 205, and is read from the storage device 205 to the memory 202 when executed by the CPU 201. The CPU 201 is executed as the operating system and the form printing system 1, and includes a spooler service unit 101, a drawing processing unit 102, a printer driver 103, a port control unit 104, a form printing unit 10, a monitoring unit 11, a size counting unit 12, and a data size. The printing control unit 204 and the communication control unit 206 are controlled according to the processing content of the prediction unit 15 and the like, and a predetermined operation is performed.

印刷装置203は、プリンタ105に相当する。   The printing apparatus 203 corresponds to the printer 105.

帳票印刷システム1の処理対象の帳票データ2は、記憶装置205または通信制御部206を介してアクセスできる他コンピュータ装置の記憶装置に格納されている。   Form data 2 to be processed by the form printing system 1 is stored in a storage device of another computer device that can be accessed via the storage device 205 or the communication control unit 206.

帳票印刷システム1の実行時には、処理途中のデータは主としてメモリ202に格納されるが、記憶装置205に格納されるようにしてもよい。すなわち、帳票データ2,データサイズ情報、管理情報、仮印刷データ120、中間形式データ110、印刷データ111などがメモリ202または記憶装置205に格納される。   During execution of the form printing system 1, data in the middle of processing is mainly stored in the memory 202, but may be stored in the storage device 205. That is, form data 2, data size information, management information, temporary print data 120, intermediate format data 110, print data 111, and the like are stored in the memory 202 or the storage device 205.

コンピュータ200は、上述のCPU201、メモリ202などのハードウェアと、オペレーティングシステムおよび帳票印刷システム1の構成要素を実現するプログラムとが有機的に協働することにより、上記実施例において説明したような各種の機能を実現する。   The computer 200 has various types of hardware as described in the above-described embodiments by organically cooperating hardware such as the CPU 201 and the memory 202 described above and a program that realizes the operating system and the components of the form printing system 1. Realize the function.

帳票印刷システム1を実現するプログラムは、CD−ROM、CD−RW、DVD−R、DVD−RAM、DVD−RW等やフレキシブルディスク等の記録媒体に格納されていてもよい。   A program for realizing the form printing system 1 may be stored in a recording medium such as a CD-ROM, CD-RW, DVD-R, DVD-RAM, DVD-RW, or a flexible disk.

なお、帳票印刷システム1を構成する要素は、任意の組合せで実現されてもよい。複数の構成要素が1つの部材として実現されてもよく、1つの構成要素が複数の部材から構成されてもよい。また、帳票印刷システム1は、上述した実施形態に限定されず、本発明の要旨を逸脱しない範囲において各種の改良および変更を行ってもよいことは当然である。   Note that the elements constituting the form printing system 1 may be realized in any combination. A plurality of components may be realized as one member, and one component may be configured from a plurality of members. Further, the form printing system 1 is not limited to the above-described embodiment, and various improvements and changes may be made without departing from the gist of the present invention.

以上説明したように、開示した帳票印刷システム1によれば、大量の帳票データの印刷処理において、印刷データのサイズ制限があるプリンタの使用に際し、プリンタに依存することなく以下の点を解決することができる。   As described above, according to the disclosed form printing system 1, in the printing process of a large amount of form data, the following points can be solved without depending on the printer when using a printer having a print data size restriction. Can do.

・ プリンタの印刷データの上限サイズに抵触することなく、大量ページとなる帳票データを印刷することができる。   -Form data that is a large number of pages can be printed without violating the upper limit size of the print data of the printer.

・ プリンタの性能を損なう帳票データの分割回数を最小限に抑制することができる。   • The number of divisions of form data that impairs printer performance can be minimized.

よって、プリンタ性能を最大限に活かした、帳票データの効率的印刷を実現することができる。   Therefore, it is possible to realize efficient printing of the form data by making the best use of the printer performance.

1 帳票印刷システム
10 帳票印刷部
11 監視部
12 サイズカウント部
120 仮印刷データ
121 印刷データ生成部
122 カウント部
13 データサイズ情報記憶部
14 管理情報記憶部
15 データサイズ予測部
101 スプーラサービス部
102 描画処理部
103 プリンタドライバ
104 ポート制御部
105 プリンタ
110 中間形式データ
111 印刷データ
2 帳票データ
DESCRIPTION OF SYMBOLS 1 Form printing system 10 Form printing part 11 Monitoring part 12 Size count part 120 Temporary print data 121 Print data generation part 122 Count part 13 Data size information storage part 14 Management information storage part 15 Data size prediction part 101 Spooler service part 102 Drawing process Unit 103 Printer driver 104 Port control unit 105 Printer 110 Intermediate format data 111 Print data 2 Form data

Claims (3)

コンピュータが、
スプーラサービス部に対して印刷ジョブの生成を要求し、前記印刷ジョブについて帳票データの1ページ分の描画命令を発行し、
前記印刷ジョブで指定されたプリンタを特定し、前記帳票データの描画処理で生成された中間形式データをページ単位で取得して、前記プリンタに対応する仮印刷データを生成し、
前記仮印刷データのデータサイズをもとに、現時点までに生成された仮印刷データの総データサイズである仮サイズを求め、
前記仮印刷データにおいて1ページあたりのデータサイズの最大値であるページ最大サイズを取得し、
前記仮サイズに前記最大サイズを加算して前記印刷ジョブにおける印刷データの予測サイズを求め、前記予測サイズが前記プリンタの印刷データの上限サイズを超えるかを判断し、
前記予測サイズが前記上限サイズを超える場合に、前記スプーラサービス部に対し、前記印刷ジョブのクローズを指示する、処理を実行する
ことを特徴とする帳票データ印刷方法。
Computer
Request the spooler service unit to generate a print job, issue a drawing command for one page of form data for the print job,
Identify the printer specified in the print job, acquire the intermediate format data generated in the form data drawing process in units of pages, generate temporary print data corresponding to the printer,
Based on the data size of the temporary print data, obtain a temporary size that is the total data size of the temporary print data generated up to now,
In the temporary print data, obtain the maximum page size that is the maximum data size per page,
Obtaining the predicted size of print data in the print job by adding the maximum size to the temporary size, determining whether the predicted size exceeds the upper limit size of the print data of the printer;
A form data printing method, comprising: instructing the spooler service unit to close the print job when the predicted size exceeds the upper limit size.
印刷ジョブをスプールするスプーラサービス部を備えたコンピュータに、
前記スプーラサービス部に対して印刷ジョブの生成を要求し、前記印刷ジョブについて帳票データの1ページ分の描画命令を発行し、
前記印刷ジョブで指定されたプリンタを特定し、前記帳票データの描画処理で生成された中間形式データをページ単位で取得して、前記プリンタに対応する仮印刷データを生成し、
前記仮印刷データのデータサイズをもとに、現時点までに生成された仮印刷データの総データサイズである仮サイズを求め、
前記仮印刷データにおいて1ページあたりのデータサイズの最大値であるページ最大サイズを取得し、
前記仮サイズに前記最大サイズを加算して前記印刷ジョブにおける印刷データの予測サイズを求め、前記予測サイズが前記プリンタの印刷データの上限サイズを超えるかを判断し、
前記予測サイズが前記上限サイズを超える場合に、前記スプーラサービス部に対し、前記印刷ジョブのクローズを指示する、処理を実行させる
ことを特徴とする帳票データ印刷プログラム。
To a computer with a spooler service section that spools print jobs,
Requests the spooler service unit to generate a print job, issues a drawing command for one page of form data for the print job,
Identify the printer specified in the print job, acquire the intermediate format data generated in the form data drawing process in units of pages, generate temporary print data corresponding to the printer,
Based on the data size of the temporary print data, obtain a temporary size that is the total data size of the temporary print data generated up to now,
In the temporary print data, obtain the maximum page size that is the maximum data size per page,
Obtaining the predicted size of print data in the print job by adding the maximum size to the temporary size, determining whether the predicted size exceeds the upper limit size of the print data of the printer;
A form data printing program for causing the spooler service unit to execute a process for instructing the spooler to close the print job when the predicted size exceeds the upper limit size.
出力プリンタを指定した印刷ジョブを受け、前記印刷ジョブをページ単位で描画して中間データを生成する帳票印刷部と、
ページごとに、前記中間データより、前記出力プリンタに対応した印刷データである仮印刷データを生成し、当該ページに対応する仮印刷データのサイズを取得するサイズカウント部と、
ページごとに、当該ページまでの前記仮印刷データのサイズ累計と、当該ページまでの前記仮印刷データの最大値に基づき、前記出力プリンタへのデータ出力可否を判断するデータサイズ予測部と、
前記出力プリンタへのデータ出力が可能と判断された場合は、前記出力プリンタへ出力する最大ページ数を更新し、前記出力プリンタへのデータ出力が不可と判断した場合は、前記最大ページ数までのジョブを出力する帳票印刷部とを備える
ことを特徴とする帳票印刷システム。
A form printing unit that receives a print job specifying an output printer, draws the print job in units of pages, and generates intermediate data;
For each page, a size count unit that generates temporary print data that is print data corresponding to the output printer from the intermediate data, and acquires the size of the temporary print data corresponding to the page;
For each page, a data size prediction unit that determines whether data output to the output printer is possible based on the cumulative size of the temporary print data up to the page and the maximum value of the temporary print data up to the page;
When it is determined that data output to the output printer is possible, the maximum number of pages to be output to the output printer is updated. When it is determined that data output to the output printer is not possible, up to the maximum number of pages. A form printing system comprising a form printing unit for outputting jobs.
JP2012196753A 2012-09-07 2012-09-07 Form printing method, form printing program, and form printing system Active JP6007686B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012196753A JP6007686B2 (en) 2012-09-07 2012-09-07 Form printing method, form printing program, and form printing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012196753A JP6007686B2 (en) 2012-09-07 2012-09-07 Form printing method, form printing program, and form printing system

Publications (2)

Publication Number Publication Date
JP2014052839A true JP2014052839A (en) 2014-03-20
JP6007686B2 JP6007686B2 (en) 2016-10-12

Family

ID=50611283

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012196753A Active JP6007686B2 (en) 2012-09-07 2012-09-07 Form printing method, form printing program, and form printing system

Country Status (1)

Country Link
JP (1) JP6007686B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9471022B2 (en) 2015-03-12 2016-10-18 Fuji Xerox Co., Ltd. Print control apparatus, print control method, image forming system, and non-transitory computer readable medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000094797A (en) * 1998-09-18 2000-04-04 Canon Inc Printing controller, data processing method therefor, and memory medium storing program readable by computer
JP2004102601A (en) * 2002-09-09 2004-04-02 Fuji Xerox Co Ltd Printing control method, and device for the same
JP2004326266A (en) * 2003-04-22 2004-11-18 Canon Inc Print control method, information processing device, and printer

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000094797A (en) * 1998-09-18 2000-04-04 Canon Inc Printing controller, data processing method therefor, and memory medium storing program readable by computer
JP2004102601A (en) * 2002-09-09 2004-04-02 Fuji Xerox Co Ltd Printing control method, and device for the same
JP2004326266A (en) * 2003-04-22 2004-11-18 Canon Inc Print control method, information processing device, and printer

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9471022B2 (en) 2015-03-12 2016-10-18 Fuji Xerox Co., Ltd. Print control apparatus, print control method, image forming system, and non-transitory computer readable medium

Also Published As

Publication number Publication date
JP6007686B2 (en) 2016-10-12

Similar Documents

Publication Publication Date Title
US9075656B2 (en) Cloud computing system and method for controlling same
KR102642219B1 (en) Image formation apparatus, control method therefor, and computer readable storage medium
JP2018045372A (en) Information processing device and information processing program
JP2015219602A (en) Information processing device, method, and program
US20090303536A1 (en) Image forming device, image processing method, and computer program
US8467087B2 (en) Method and system for reducing materials usage associated with document printing
JP6007686B2 (en) Form printing method, form printing program, and form printing system
CN111858152A (en) Method and system for prioritizing key data object storage during backup operations
JP2014124925A (en) Image processing apparatus
JP5712533B2 (en) Information processing apparatus, job display program, and recording medium recording the program
US20140092435A1 (en) Applying individual preferences to printed documents
JP5884566B2 (en) Batch processing system, progress confirmation device, progress confirmation method, and program
EP3734458B1 (en) Method and system for prioritizing critical data object storage during backup operations
JP5854983B2 (en) Image processing device
JP6728840B2 (en) Image processing server, distribution device and program
JP6540370B2 (en) PRINT MANAGEMENT SERVER, PRINT MANAGEMENT METHOD, AND PRINT MANAGEMENT PROGRAM
US20140089611A1 (en) Memory management control system, memory management control method, and storage medium storing memory management control program
JP6115253B2 (en) Print system, spool server, spool method, and program
JP6164126B2 (en) Print control system and program
JP2018028766A (en) Control program, control device, and control method
JP6060731B2 (en) Program, information processing apparatus and information management method
JP2018041432A (en) Information processing system, information processing device and program
US8914591B2 (en) Information processing apparatus, method for controlling same
US20230168844A1 (en) Image forming apparatus, control method, and storage medium
JP6679919B2 (en) Information processing system, non-priority processing method, information processing device, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20150512

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20160523

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20160531

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20160726

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160829

R150 Certificate of patent or registration of utility model

Ref document number: 6007686

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150