JP2003216353A - Print system, print method and its program - Google Patents

Print system, print method and its program

Info

Publication number
JP2003216353A
JP2003216353A JP2002014251A JP2002014251A JP2003216353A JP 2003216353 A JP2003216353 A JP 2003216353A JP 2002014251 A JP2002014251 A JP 2002014251A JP 2002014251 A JP2002014251 A JP 2002014251A JP 2003216353 A JP2003216353 A JP 2003216353A
Authority
JP
Japan
Prior art keywords
data
print
format
printer
information
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.)
Pending
Application number
JP2002014251A
Other languages
Japanese (ja)
Inventor
Tatsuji Hirakawa
達司 平川
Hiroshi Sugiura
博 杉浦
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.)
Minolta Co Ltd
Original Assignee
Minolta 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 Minolta Co Ltd filed Critical Minolta Co Ltd
Priority to JP2002014251A priority Critical patent/JP2003216353A/en
Publication of JP2003216353A publication Critical patent/JP2003216353A/en
Pending legal-status Critical Current

Links

Abstract

<P>PROBLEM TO BE SOLVED: To provide a print system capable of realizing the efficiency of print output even when the processing capability of a receiver is deteriorated. <P>SOLUTION: A client receives and acquires the processing capability information of a print server from a print server (S120; YES, S130). Also, application data are converted into GDI data and PDL data (S150, S160), and then whether or not the PDL data should be converted into BMP data is judged based on the acquired processing capability information (S170), and when the judged result is 'BMP', the PDL data are converted into the BMP data, and transmitted to a print server (S180; YES, S190, S200). On the other hand, when the judged result is not 'BMP', the PDL data are transmitted to the print server in the data format as it is (S180; NO, S200). <P>COPYRIGHT: (C)2003,JPO

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、第1のデータ形式
のプリントデータに基づいて画像をプリント出力するプ
リンタと、プリントデータを第2のデータ形式から第1
のデータ形式に変換して前記プリンタに送出する中継装
置と、当該中継装置にプリントデータを送信する送信装
置とを備えるプリントシステム、プリント方法及びプロ
グラムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a printer which prints out an image based on print data of a first data format, and a print data of a second data format.
The present invention relates to a printing system, a printing method, and a program that include a relay device that converts the data format into the data format and sends the print data to the printer, and a transmission device that transmits print data to the relay device.

【0002】[0002]

【従来の技術】近年、複数のクライアントと、プリント
サーバと、複数のプリンタとをLANにより接続して、
各クライアントからプリントデータをプリントサーバに
送信し、プリントサーバが所定のプリンタにプリント出
力させるようにしたプリントシステムが普及している。
なお、クライアントからプリンタサーバを介してプリン
タにプリント出力させるジョブを、以下、「プリントジ
ョブ」という。
2. Description of the Related Art In recent years, a plurality of clients, a print server, and a plurality of printers have been connected via a LAN,
A print system in which print data is transmitted from each client to a print server and the print server causes a predetermined printer to print out has become widespread.
Note that a job to be printed out from the client to the printer via the printer server is hereinafter referred to as a "print job".

【0003】図13は、従来のプリントシステムの概略
を示した図である。同図に示すように、クライアントに
は、ネットワークに対応したOS(Operating
System)上で稼動する文書作成用或いは図形作
成用のアプリケーションソフトウェア(以下、単に「ア
プリケーション」という。)がインストールされてい
る。
FIG. 13 is a diagram showing an outline of a conventional printing system. As shown in the figure, the client has an OS (Operating System) compatible with the network.
Application software (hereinafter, simply referred to as "application") for creating a document or for creating a graphic that operates on System) is installed.

【0004】これらのアプリケーションを利用して作成
・編集された文書等は、アプリケーション特有のデータ
形式を有しており、この文書をプリント出力する場合に
は、アプリケーション独自のデータ形式を有するデータ
(以下、「アプリケーションデータ」という。)を、G
DI形式のデータ(以下、「GDIデータ」とい
う。)、PDL形式のデータ(以下、「PDLデータ」
という。)に変換して、プリントサーバに送信する。
Documents created and edited using these applications have a data format peculiar to the application. When this document is printed out, data having a data format unique to the application (hereinafter referred to as "data format") is used. , "Application data"), G
DI format data (hereinafter referred to as "GDI data"), PDL format data (hereinafter referred to as "PDL data")
Say. ) And send it to the print server.

【0005】ここで、PDL(Page Descri
ption Language)形式は、プリンタに印
刷イメージを指示する言語であって、プリンタドライバ
で変換される。なお、プリンタドライバは、使用するプ
リンタに対応しており、クライアントに予めインストー
ルされている。GDI形式はプリンタドライバが処理で
きるデータ形式であり、アプリケーションデータは、グ
ラフィックス処理用のプログラムを格納するGDI(G
raphics Device Interface)
でGDIデータに変換される。なお、GDIもクライア
ントに予めインストールされている。
Here, PDL (Page Descri
The option language (Language) format is a language for instructing a print image on a printer, and is converted by a printer driver. The printer driver corresponds to the printer to be used and is installed in the client in advance. The GDI format is a data format that the printer driver can process, and the application data is a GDI (GDI (G) that stores a program for graphics processing.
(rackics Device Interface)
Is converted to GDI data. GDI is also installed in the client in advance.

【0006】プリントサーバは、上記PDLデータをク
ライアントから受信すると、このPDLデータをビット
マップ形式のデータ(以下、単に「BMPデータ」とい
う。)に変換した後、所定のプリンタに送出して、BM
Pデータに基づいて画像をプリント出力させる。
When the print server receives the PDL data from the client, the print server converts the PDL data into bitmap format data (hereinafter simply referred to as "BMP data") and then sends the data to a predetermined printer for BM.
An image is printed out based on the P data.

【0007】[0007]

【発明が解決しようとする課題】従来のプリントシステ
ムにおけるプリントサーバは、PDLデータを受信順で
BMPデータに変換している。このため、プリントサー
バがプリントジョブを処理する処理能力に余裕がある場
合は特に問題にならないが、例えば、複数のPDLデー
タを既に蓄積していたり、受信したPDLデータの容量
が非常に大きかったりすると、プリントサーバのプリン
トジョブを処理する負荷が大きくなり、プリントジョブ
の処理能力の著しい低下を招き、プリント出力に長時間
を要してしまうという問題がある。
The print server in the conventional print system converts PDL data into BMP data in the order of reception. Therefore, if the print server has sufficient processing capacity to process a print job, this is not a problem. However, for example, when a plurality of PDL data are already accumulated or the received PDL data has a very large capacity. However, there is a problem that the load of processing the print job of the print server becomes large, the processing ability of the print job is significantly reduced, and it takes a long time to print out.

【0008】本発明は、中継装置の処理能力が低下して
も、プリント出力を効率良くできるプリントシステム、
プリント方法及びプログラムを提供することを目的とす
る。
The present invention provides a print system capable of efficiently outputting a print even if the processing capacity of a relay device is reduced,
It is an object to provide a printing method and a program.

【0009】[0009]

【課題を解決するための手段】上記目的を達成するため
に、本発明に係るプリントシステムは、第1のデータ形
式のプリントデータに基づいて画像をプリント出力する
プリンタと、プリントデータを第2のデータ形式から第
1のデータ形式に変換して前記プリンタに送出する中継
装置と、当該中継装置にプリントデータを送信する送信
装置とを備えるプリントシステムであって、前記送信装
置は、前記中継装置の処理能力に関する情報を取得する
情報取得手段と、前記取得された情報に基づいて、第2
のデータ形式から第1のデータ形式のプリントデータに
変換して前記中継装置に送信する送信手段とを備え、前
記中継装置は、前記送信装置から受信したプリントデー
タが第1のデータ形式のときに、当該プリントデータを
そのままのデータ形式で前記プリンタに送信することを
特徴としている。
In order to achieve the above object, a printing system according to the present invention includes a printer that prints out an image based on print data of a first data format and a second print data. What is claimed is: 1. A printing system comprising: a relay device that converts a data format into a first data format and sends the printer data to the printer; and a transmission device that transmits print data to the relay device. An information acquisition means for acquiring information on processing capacity; and a second method based on the acquired information.
Of the data format of the first data format and transmitting the print data to the relay apparatus, the relay apparatus, when the print data received from the transmitter is in the first data format. The print data is transmitted to the printer in the same data format.

【0010】この構成によると、例えば、中継装置の処
理能力が低下している場合に、送信装置はプリントデー
タを第1のデータ形式に変換して中継装置に送信でき
る。従って、中継装置では、受信したプリントデータを
第1のデータ形式に変換する必要がなく、送信装置から
受信したプリントデータをそのままのデータ形式でプリ
ンタへと送信できるので、中継装置の処理を低減させる
ことができると共に、プリント出力を効率良く実施でき
る。
According to this structure, for example, when the processing capability of the relay device is lowered, the transmitting device can convert the print data into the first data format and transmit the print data to the relay device. Therefore, the relay device does not need to convert the received print data into the first data format, and the print data received from the transmission device can be transmitted to the printer in the same data format, which reduces the processing of the relay device. In addition, the print output can be efficiently performed.

【0011】ここで、「中継装置の処理能力に関する情
報」には、中継装置の処理能力を示す情報の他、送信装
置から送信されるプリントデータを第2の形式から第1
の形式に変換する処理能力が中継装置にあるかどうかの
情報も含まれる。さらに、データ形式の変換処理を実施
できる処理能力があるかどうかの情報は、中継装置にデ
ータ変換の処理能力がある場合には、送信装置は第2の
データ形式を中継装置に送信し、逆に処理能力がない場
合には、送信装置は第1のデータ形式を中継装置に送信
するので、「中継装置の処理能力に関する情報」は、中
継装置の処理能力に基づいて、プリントデータを第2の
データ形式から第1のデータ形式に変換するか否かを判
断した判断結果とみなすこともできる。
Here, in the "information concerning the processing capacity of the relay device", in addition to the information showing the processing capacity of the relay device, the print data transmitted from the transmitting device is from the second format to the first format.
It also includes information on whether or not the relay device has the processing capability of converting to the format. Further, the information on whether or not there is a processing capacity capable of performing the conversion processing of the data format is such that when the relay apparatus has the processing capacity of the data conversion, the transmitting apparatus transmits the second data format to the relay apparatus, and If there is no processing capacity in the relay device, the transmitting device transmits the first data format to the relay device. Therefore, the “information regarding the processing capacity of the relay device” is the second data of the print data based on the processing capacity of the relay device. It can also be regarded as a determination result of determining whether to convert from the data format of No. 1 to the first data format.

【0012】また、前記中継装置の処理能力に関する情
報は、プリントデータの送信の際における中継装置の処
理能力を示す情報であり、前記送信装置は、当該情報に
基づいて、プリントデータを第2のデータ形式から第1
のデータ形式に変換するか否かを判断する判断手段を備
え、前記送信手段は、前記判断手段の判断結果に従って
データ形式を変換若しくは無変換して送信することを特
徴としている。
The information regarding the processing capability of the relay device is information indicating the processing capability of the relay device at the time of transmitting the print data, and the transmitting device transmits the print data to the second data based on the information. First from the data format
The transmitting means is characterized in that the transmitting means converts or does not convert the data format according to the determination result of the determining means and transmits the converted data format.

【0013】この構成によれば、プリントデータの送信
の際における中継装置の処理能力を正確に把握できると
共に、送信装置で、第2のデータ形式から第1のデータ
形式に変換するか否かの判断をしているので、中継装置
の処理を増やすことなく、プリント出力を効率良く実施
できる。さらに、前記送信装置はクライアントであり、
前記中継装置はプリントサーバであることを特徴として
いる。このため、例えば、複数のクライアントからプリ
ントサーバがプリントデータを受信するようなプリント
システムでは、特に有効となる。
According to this configuration, the processing capacity of the relay device at the time of transmitting the print data can be accurately grasped, and whether the transmitting device converts the second data format to the first data format or not. Since the determination is made, the print output can be efficiently performed without increasing the processing of the relay device. Further, the transmitting device is a client,
The relay device is a print server. Therefore, for example, it is particularly effective in a print system in which a print server receives print data from a plurality of clients.

【0014】また、送信装置から送信されたプリントデ
ータを、中継装置で第2の形式から第1のデータ形式に
変換してプリンタに送信し、プリンタで第1のデータ形
式のプリントデータに基づいて画像をプリント出力する
プリント方法において、前記送信装置が、前記中継装置
の処理能力に関する情報を取得する情報取得ステップ
と、前記送信装置が、前記取得された情報に基づいて、
第2のデータ形式から第1のデータ形式のプリントデー
タに変換して前記中継装置に送信する第1の送信ステッ
プと、 前記中継装置が、前記送信装置から受信したプ
リントデータが第1のデータ形式のときに、当該プリン
トデータをそのままのデータ形式で前記プリンタに送信
する第2の送信ステップとを含むことを特徴としてい
る。
Further, the print data transmitted from the transmission device is converted from the second format to the first data format by the relay device and transmitted to the printer. Based on the print data of the first data format by the printer. In a printing method for printing out an image, the transmitting device acquires an information acquisition step of acquiring information regarding the processing capacity of the relay device, and the transmitting device, based on the acquired information,
A first transmitting step of converting the second data format into print data of the first data format and transmitting the print data to the relay apparatus; and the print data received from the transmitting apparatus by the relay apparatus has a first data format. In this case, the second transmission step of transmitting the print data in the same data format to the printer as is.

【0015】このため、中継装置の処理能力が低下して
いる場合に、送信装置はプリントデータを第1のデータ
形式に変換して中継装置に送信できる。従って、中継装
置では、受信したプリントデータを第1のデータ形式に
変換する必要がなく、送信装置から受信したプリントデ
ータをそのままのデータ形式でプリンタへと送信できる
ので、中継装置の処理を低減させることができると共
に、プリント出力を効率良く実施できる。
Therefore, when the processing capacity of the relay device is lowered, the transmitting device can convert the print data into the first data format and transmit the print data to the relay device. Therefore, the relay device does not need to convert the received print data into the first data format, and the print data received from the transmission device can be transmitted to the printer in the same data format, which reduces the processing of the relay device. In addition, the print output can be efficiently performed.

【0016】しかも、第2のデータ形式から変換された
第1のデータ形式のプリントデータをプリンタに送出し
てプリント出力させる中継装置へ、プリントデータを送
信する送信装置に、前記中継装置の処理能力に関する情
報を取得する情報取得処理と、前記取得された情報に基
づいて、プリントデータを第2のデータ形式から第1の
データ形式に変換して前記中継装置に送信する送信処理
とを実行させるためのプログラムとしている。このた
め、例えば、中継装置の処理能力が低下している場合
に、送信装置はプリントデータを第1のデータ形式に変
換して中継装置に送信できる。従って、中継装置では、
受信したプリントデータを第1のデータ形式に変換する
必要がなく、送信装置から受信したプリントデータをそ
のままのデータ形式でプリンタへと送信できるので、中
継装置の処理を低減させることができると共に、プリン
ト出力を効率良く実施できる。
In addition, the print data of the first data format converted from the second data format is sent to the printer and printed out to the relay device, the transmission device transmitting the print data, and the processing capability of the relay device. To execute an information acquisition process of acquiring information about the information and a transmission process of converting the print data from the second data format to the first data format based on the acquired information and transmitting the print data to the relay device. And the program. Therefore, for example, when the processing capability of the relay device is reduced, the transmission device can convert the print data into the first data format and transmit the print data to the relay device. Therefore, in the relay device,
Since it is not necessary to convert the received print data into the first data format and the print data received from the transmission device can be transmitted to the printer in the same data format, the processing of the relay device can be reduced and the print data can be printed. Output can be performed efficiently.

【0017】[0017]

【発明の実施の形態】以下、本発明に係るプリントシス
テムの実施形態について、図面を参照しながら説明す
る。 (第1の実施の形態) 1.全体構造 図1は、本発明に係るプリントシステムの全体構成を示
す図である。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of a printing system according to the present invention will be described below with reference to the drawings. (First Embodiment) 1. Overall Structure FIG. 1 is a diagram showing the overall configuration of a printing system according to the present invention.

【0018】同図に示すように、このプリントシステム
は、プリントサーバ102、クライアント103、クラ
イアント104、プリンタ105、プリンタ106がネ
ットワーク101にそれぞれ接続され構成されている。
なお、本実施の形態では、ネットワークとしてイーサネ
ット(登録商標)LAN101(以下、「LAN10
1」と表記する。)を用いており、TCP/IP、FT
P等の通信プロトコルに従って、各装置間が通信可能に
なっている。
As shown in the figure, this print system is configured by connecting a print server 102, a client 103, a client 104, a printer 105, and a printer 106 to a network 101, respectively.
In the present embodiment, the network is an Ethernet (registered trademark) LAN 101 (hereinafter, referred to as “LAN10”).
It is written as "1". ) Is used, TCP / IP, FT
According to the communication protocol such as P, the respective devices can communicate with each other.

【0019】クライアント103、104には、文書或
いは図形の作成・編集用のアプリケーションがインスト
ールされている。このアプリケーションを利用して作成
・編集された文書或いは図形等をプリント出力する場合
には、クライアント103、104からプリントデータ
としてPDLデータ又はBMPデータをプリントサーバ
102に送信し、プリントサーバ102は、受信したプ
リントデータがPDLデータであればBMPデータに変
換した後、変換後のBMPデータ或いは受信したBMP
データを所定のプリンタ105、106に転送してプリ
ント出力させている。
Applications for creating / editing documents or figures are installed in the clients 103 and 104. When printing out a document or figure created / edited using this application, the clients 103 and 104 send PDL data or BMP data as print data to the print server 102, and the print server 102 receives the print data. If the printed data is PDL data, it is converted to BMP data, and then the converted BMP data or the received BMP
The data is transferred to predetermined printers 105 and 106 and printed out.

【0020】以下、プリントサーバ102が、プリント
ジョブをクライアント103から受け付け、プリンタ1
05にプリント出力させる場合について説明する。図2
は、クライアント103で作成・編集された文書等をプ
リント出力する場合のシーケンスを示す図である。同図
を用いてアプリケーションを利用して作成した文書をプ
リント出力する場合の概略を説明する。なお、図2はプ
リンタ105がプリント出力可能な状態である場合を示
している。
Thereafter, the print server 102 receives a print job from the client 103, and the printer 1
A case where the image is printed out on 05 will be described. Figure 2
FIG. 9 is a diagram showing a sequence for printing out a document or the like created / edited by the client 103. An outline of a case where a document created using an application is printed out will be described with reference to FIG. Note that FIG. 2 shows a case where the printer 105 is in a state capable of print output.

【0021】クライアント103は、プリントジョブを
投入する場合には、プリントサーバ102に対して、プ
リントジョブを実行する要求(以下、単に「プリントジ
ョブ実行要求」という。)を送信する。これを受けてプ
リントサーバ102は、クライアント103からのプリ
ントジョブの実行を許可するか否かを判定する。その実
行を許可する場合には、許可する旨の情報と、プリント
サーバ102の処理能力を示す情報とをクライアント1
03に返送する。一方、プリントジョブの実行を許可し
ない場合、例えば、プリンタ105の電源がOFF等の
場合、その実行を許可しない旨の情報と、その理由を示
す情報とをクライアント103に返送する。
When the client 103 inputs a print job, the client 103 transmits a request to execute the print job (hereinafter, simply referred to as “print job execution request”) to the print server 102. In response to this, the print server 102 determines whether to permit execution of the print job from the client 103. When permitting the execution, the client 1 is provided with the information indicating the permission and the information indicating the processing capacity of the print server 102.
Return to 03. On the other hand, when the execution of the print job is not permitted, for example, when the printer 105 is powered off, the information indicating that the execution is not permitted and the information indicating the reason are returned to the client 103.

【0022】ここで、プリントジョブの実行を許可する
或いは許可しない旨の情報を、以下、「実行可否情報」
という。また、処理能力を示す情報及びプリントジョブ
の実行を許可しない理由を示す情報を、便宜上以下、
「処理能力情報」という。クライアント103は、上記
の実行可否情報と処理能力情報をプリントサーバ102
から受信した後、実行可否情報が許可する旨の情報であ
る場合に、アプリケーションデータを、GDIでGDI
データに、そしてプリンタドライバでPDLデータに変
換する。
Here, the information indicating whether or not the print job is permitted to be executed will be referred to as "executability information" below.
Say. Further, for the sake of convenience, the information indicating the processing capability and the information indicating the reason why the print job is not permitted are
It is called "processing capacity information". The client 103 sends the above-mentioned executability information and processing capability information to the print server 102.
When the execution permission information is the information indicating that the permission is granted, the application data is received by GDI.
Converted to data and to PDL data by the printer driver.

【0023】次に、受信した前記処理能力情報に基づい
て、変換されたPDLデータをBMPデータに変換する
か否かを判定し、変換する場合はPDLデータをBMP
データに変換する。そして、BMPデータ又はPDLデ
ータをプリントサーバ102に送信する。なお、プリン
トサーバ102に送信するこのプリントデータを、以
下、「ジョブデータ」という。また、PDLデータのB
MPデータへの変換は、ジョブデータのデータ形式をP
DL形式からBMP形式に変換したことを示している。
Next, based on the received processing capacity information, it is judged whether or not the converted PDL data is converted into BMP data, and if it is converted, the PDL data is converted into BMP data.
Convert to data. Then, the BMP data or PDL data is transmitted to the print server 102. The print data transmitted to the print server 102 will be referred to as “job data” below. Also, B of PDL data
To convert to MP data, the data format of job data is P
This shows that the DL format has been converted to the BMP format.

【0024】プリントサーバ102は、クライアント1
03から上記のジョブデータを受信すると、そのデータ
がPDLデータかBMPデータかを判定し、受信したデ
ータがPDLデータの場合、そのデータをBMPデータ
に変換する。そしてクライアント103から受信したB
MPデータ又はプリントサーバ102で変換したBMP
データをプリンタ105に送信することで、プリンタ1
05にプリント出力を実行させている。
The print server 102 is a client 1
When the above job data is received from 03, it is determined whether the data is PDL data or BMP data, and if the received data is PDL data, the data is converted to BMP data. B received from the client 103
MP data or BMP converted by the print server 102
By sending data to the printer 105, the printer 1
05 is executing print output.

【0025】次に、クライアント103、104、プリ
ントサーバ102及びプリンタ105、106の各構成
について以下説明する。 1)クライアントの構成 クライアント103、104は、例えばパーソナルコン
ピュータが用いられており、CPU、記憶部、表示部、
キーボード、マウス等を備えている。記憶部は、RA
M、ROM、ハードディスク等から構成されている。な
お、クライアント103に使用されているパーソナルコ
ンピュータは、図1に示すような、所謂デスクトップ型
であり、CPU、記憶部等を備えたコンピュータ本体
と、CRT、液晶ディスプレイ等の表示部を有する表示
装置と、キーボートとを別体に備えている。またクライ
アント104に使用されているパーソナルコンピュータ
は、所謂ノート型であり、CPU、記憶部、液晶式の表
示部、キーボートを一体に備えている。なお、図1では
クライアントは103、104の2台となっているが、
実際には多数のクライアントがLAN101に接続され
ていても良い。
Next, the structures of the clients 103 and 104, the print server 102, and the printers 105 and 106 will be described below. 1) Configuration of Client The clients 103 and 104 are, for example, personal computers, and include a CPU, a storage unit, a display unit,
It is equipped with a keyboard and mouse. The storage unit is RA
It is composed of an M, a ROM, a hard disk, and the like. The personal computer used for the client 103 is a so-called desktop type personal computer as shown in FIG. 1, and is a display device having a computer main body including a CPU, a storage unit and the like, and a display unit such as a CRT and a liquid crystal display. And the keyboard are provided separately. Further, the personal computer used for the client 104 is a so-called notebook type computer and integrally includes a CPU, a storage unit, a liquid crystal display unit, and a keyboard. Although there are two clients 103 and 104 in FIG. 1,
Actually, many clients may be connected to the LAN 101.

【0026】各クライアント103、104のハードデ
ィスクには、ネットワーク対応のOS、例えば、Win
dows2000(マイクロソフト社の商品名)がイン
ストールされている。また、ハードディスクには、前記
OS上で起動するアプリケーションの他、グラフィック
ス処理用のGDI、プリンタ105、106を制御する
デバイス・ドライバ(以下、「プリンタドライバ」とい
う。)等が予めインストールされている。
A hard disk of each client 103, 104 has a network-compatible OS such as Win.
Dows2000 (product name of Microsoft Corporation) is installed. Further, in the hard disk, GDI for graphics processing, a device driver (hereinafter, referred to as “printer driver”) for controlling the printers 105 and 106, and the like are installed in advance in addition to the application started on the OS. .

【0027】インストールされているアプリケーション
には、文書を作成・編集するための、所謂ワープロソフ
トや、画像・図形を作成・編集するための、所謂グラフ
ィックスソフト等がある。これらのアプリケーションを
利用するときは、キーボードから英数字キー等の入力操
作、マウスから各種機能の選択操作等により行われる。
また作成した文書をプリント出力する際は、アプリケ−
ション上からキーボード、マウス等の操作によりプリン
トモードが選択されて、プリントジョブの投入となる。
The installed applications include so-called word processing software for creating / editing documents, so-called graphics software for creating / editing images / graphics, and the like. When these applications are used, they are operated by inputting alphanumeric keys or the like from the keyboard and selecting various functions from the mouse.
When printing out the created document,
The print mode is selected by operating the keyboard, mouse, etc. on the application, and the print job is submitted.

【0028】GDIは、前述した通り、アプリケーショ
ンで作成された文書、図形等をプリント出力する際に、
プリンタドライバが処理できる形に変換するもので、そ
の変換されたGDIデータはプリンタドライバに出力さ
れる。プリンタドライバは、従来と同等に、アプリケー
ションを利用して作成された文書等をプリンタ105、
106が認識できるPDL形式のデータ(PDLデー
タ)に変換する機能と、変換したジョブデータ(PDL
データ又はBMPデータ)をプリントサーバ102に送
信する機能を有する他、プリントサーバ102から受信
した処理能力情報に基づいて、PDLデータをBMPデ
ータに変換するか否かを判断する機能と、判断結果に基
づいてPDLデータをBMPデータに変換する機能とを
有する。
As described above, GDI is used to print out documents, figures, etc. created by an application.
It is converted into a format that can be processed by the printer driver, and the converted GDI data is output to the printer driver. The printer driver, like the conventional one, prints a document created using an application to the printer 105,
A function of converting data into PDL format (PDL data) that can be recognized by the 106, and the converted job data (PDL data).
Data or BMP data) to the print server 102, and a function to determine whether or not to convert PDL data into BMP data based on the processing capability information received from the print server 102. It has a function of converting PDL data into BMP data based on the above.

【0029】図3は、ジョブデータをプリントサーバ1
02に送信する際のデータ構造を示す図である。同図に
示すように、プリントサーバ102に送信するジョブデ
ータは、データ本体部と、このデータ本体部の先頭に付
加されたヘッダ部とからなる。データ本体部には、PD
Lデータ又はBMPデータのジョブデータが格納され
る。ヘッダ部は、複数のフィールドに分かれており、1
番目のフィールドには、送信先アドレスや送信元アドレ
スのアドレスが格納されている。2番目のフィールドに
は、データ本体部に格納されているジョブデータのデー
タ形式を示すデータ形式情報が格納されている。このデ
ータ形式情報は、ジョブデータがBMPデータのとき
は、例えば、「BMP」が格納され、また、ジョブデー
タがPDLデータのときは、例えば、「PDL」が格納
される。
In FIG. 3, the job data is sent to the print server 1.
It is a figure which shows the data structure at the time of transmitting to 02. As shown in the figure, the job data to be transmitted to the print server 102 includes a data main body portion and a header portion added to the head of the data main body portion. PD in the data body
Job data of L data or BMP data is stored. The header part is divided into multiple fields,
The address of the destination address or the source address is stored in the second field. Data format information indicating the data format of the job data stored in the data body is stored in the second field. As the data format information, for example, "BMP" is stored when the job data is BMP data, and "PDL" is stored when the job data is PDL data.

【0030】2)プリントサーバの構成 プリントサーバ102は、クライアント103、104
からのプリントジョブを受け付けると、受け付けたプリ
ントジョブをプリンタ105、106の何れかに転送し
て、クライアント103、104で作成・編集した文
書、図形等をプリンタ105、106にプリント出力さ
せる。
2) Structure of print server The print server 102 includes clients 103 and 104.
When the print job is received from the printer 105, the received print job is transferred to one of the printers 105 and 106, and the documents and figures created / edited by the clients 103 and 104 are printed out to the printers 105 and 106.

【0031】プリントサーバ102は、本実施の形態で
はパーソナルコンピュータが用いられており、CPU、
RAM、ROM、ハードディスク等の記憶装置、表示
部、キーボード等を備えている。なお、このプリントサ
ーバ102も、図1に示すように、デスクトップ型であ
る。プリントサーバ102は、LAN101を介してク
ライアント103、104からプリントジョブ実行要求
を受信すると、ネットワークに接続されているプリンタ
105、106がプリント可能か否かを判定して、プリ
ントジョブの実行可否情報と、プリントサーバ102の
処理能力情報とをプリントジョブ実行要求をしたクライ
アント103に返送する機能とを有している。
As the print server 102, a personal computer is used in this embodiment, and a CPU,
A RAM, a ROM, a storage device such as a hard disk, a display unit, a keyboard and the like are provided. The print server 102 is also a desktop type, as shown in FIG. When the print server 102 receives a print job execution request from the clients 103 and 104 via the LAN 101, the print server 102 determines whether or not the printers 105 and 106 connected to the network can print, and determines whether or not the print job can be executed. , And a function of returning the processing capability information of the print server 102 to the client 103 that issued the print job execution request.

【0032】また、プリントサーバ102は、クライア
ント103、104に対してプリントジョブの実行を許
可すると、プリントジョブをジョブ管理テーブルT1に
登録する。このジョブ管理テーブルT1は、プリントジ
ョブを管理するためのものであって、例えばハードディ
スク内に備えられている。図4は、ジョブ管理テーブル
T1の内容例を示す図である。ジョブ管理テーブルT1
は、同図に示すように、「ジョブ番号」、「クライアン
ト」、「データ形式」、「容量」、「受付時間」の欄を
備えている。
When the print server 102 permits the clients 103 and 104 to execute the print job, the print server registers the print job in the job management table T1. The job management table T1 is for managing print jobs and is provided in, for example, a hard disk. FIG. 4 is a diagram showing an example of the contents of the job management table T1. Job management table T1
As shown in the figure, has columns of "job number", "client", "data format", "capacity", and "reception time".

【0033】「ジョブ番号」欄は、プリントサーバ10
2がプリントジョブを受け付けた順を示し、「クライア
ント」欄は、プリントジョブを依頼したクライアント1
03、104を示す。「データ形式」欄は、ジョブデー
タのデータ形式を示し、クライアント103、104か
らジョブデータを受信したときに、図3に示すように、
そのヘッダ部のデータ形式情報から取得される。「容
量」欄は、受信したジョブデータの容量が格納される。
The "job number" column indicates the print server 10
2 indicates the order in which the print jobs are received, and the “client” column indicates the client 1 that requested the print job.
03 and 104 are shown. The “data format” column indicates the data format of the job data, and when the job data is received from the clients 103 and 104, as shown in FIG.
It is obtained from the data format information of the header part. The "capacity" column stores the capacity of the received job data.

【0034】「受付時間」欄は、クライアント103、
104からプリントジョブ実行要求を受信した時間を示
している。なお、図1では2台のクライアントがLAN
101に接続されているが、実際は多数のクライアント
がLAN101に接続されており、図4に示すように、
複数のクライアントがプリントジョブを投入している。
In the "reception time" column, the client 103,
It shows the time when the print job execution request is received from 104. In addition, in FIG. 1, two clients are LANs.
Although connected to the LAN 101, a large number of clients are actually connected to the LAN 101, and as shown in FIG.
Multiple clients are submitting print jobs.

【0035】受信したプリントジョブ実行要求に対し
て、プリント可能か否かの判定は、例えば、プリントサ
ーバ102と各プリンタ105、106との通信に、例
えば、SNMPプロトコルを使用することにより、プリ
ントサーバ102は、プリンタ105から逐次送信され
てくるMIB情報から、各プリンタ105の状況等が分
かるようになっている。
In response to the received print job execution request, it is determined whether or not printing is possible, for example, by using the SNMP protocol for communication between the print server 102 and the printers 105 and 106, for example. The printer 102 can understand the status of each printer 105 from the MIB information sequentially transmitted from the printer 105.

【0036】図5は、プリントサーバ102から実行可
否情報と処理能力情報とを送信する際のデータ構造を示
す図である。このデータ構造は、同図に示すように、処
理能力情報が格納されるデータ本体部と、このデータ本
体部の先頭に付加されたヘッダ部とからなる。ヘッダ部
は、複数のフィールドに分かれており、1番目のフィー
ルドには、送信先アドレスや送信元アドレスのアドレス
が格納されている。2番目のフィールドには、実行可否
情報が格納されている。実行可否情報は、受信したプリ
ントジョブ実行要求に対してプリントジョブの実行を許
可する場合には、例えば「OK」が、逆に許可しない場
合には、例えば「NO」がそれぞれ格納される。
FIG. 5 is a diagram showing a data structure used when the executability information and the processing capability information are transmitted from the print server 102. As shown in the figure, this data structure is composed of a data main body portion in which processing capacity information is stored and a header portion added to the head of the data main body portion. The header part is divided into a plurality of fields, and the address of the destination address or the source address is stored in the first field. Executability information is stored in the second field. As the executability information, for example, “OK” is stored when the execution of the print job is permitted in response to the received print job execution request, and conversely, “NO” is stored when the execution is not permitted.

【0037】処理能力情報は、実行可否情報が「OK」
の場合は、例えば、プリントサーバ102のスケジュー
ル、具体的には、図4に示したジョブ管理テーブルT1
内に蓄積されているプリントジョブの内、データ形式が
PDL形式である各PDLデータの容量を示している。
逆に実行可否情報が「NO」の場合は、例えば、プリン
トジョブの実行を許可できない理由、例えば上述した
「プリンタの電源がOFF」以外に、「プリンタにトラ
ブル発生」等がある。なおトラブルには、紙詰まり、ト
ナー交換、記録紙の補給等があり、これらの理由は、プ
リントサーバ102とクライアント103、104との
間で取り決めた、トラブル内容を示すコードを格納する
ようにしても良い。
In the processing capability information, the executability information is "OK".
In this case, for example, the schedule of the print server 102, specifically, the job management table T1 shown in FIG.
It shows the capacity of each PDL data whose data format is the PDL format among the print jobs stored therein.
On the other hand, when the executability information is “NO”, there are, for example, the reason why the execution of the print job cannot be permitted, such as “a printer has a problem” in addition to the above-mentioned “the printer is powered off”. Note that the trouble includes paper jam, toner exchange, recording paper replenishment, and the like. The reason for this is that the code indicating the trouble content, which is arranged between the print server 102 and the clients 103 and 104, is stored. Is also good.

【0038】また、プリントサーバ102は、クライア
ント103、104からジョブデータを受信すると、そ
のデータがPDLデータかBMPデータかを判定して、
BMPデータでない場合、つまり受信したデータがPD
Lデータの場合は、そのPDLデータをBMPデータに
変換する機能を有する。なおプリントサーバ102は、
受信したBMPデータ或いは変換したBMPデータをプ
リンタ105、106に送信しプリント出力させる機能
も当然有している。
When the print server 102 receives job data from the clients 103 and 104, it determines whether the data is PDL data or BMP data,
If it is not BMP data, that is, the received data is PD
In the case of L data, it has a function of converting the PDL data into BMP data. The print server 102
Of course, it also has a function of transmitting the received BMP data or the converted BMP data to the printers 105 and 106 to print them out.

【0039】3)プリンタ 本実施の形態のプリンタ105は、所謂MFP(Mul
ti Function Peripheral)と呼
ばれる多目的画像形成装置で、例えばデジタル複写機を
用いている。図6は、複写機の構成を示す概略断面図で
ある。以下、プリンタ105について説明する。なお、
プリンタ106についてもプリンタ105と同様の構成
を有している。
3) Printer The printer 105 of this embodiment is a so-called MFP (Mul).
A multi-purpose image forming apparatus called a "ti Function Peripheral", which uses, for example, a digital copying machine. FIG. 6 is a schematic sectional view showing the structure of the copying machine. The printer 105 will be described below. In addition,
The printer 106 also has the same configuration as the printer 105.

【0040】複写機は、LAN101を介してプリント
サーバ102から送信されてきたBMPデータに基づい
て画像形成を行う画像形成部11を備えている。まず、
受信したBMPデータは、制御部13において各種のデ
ータ処理を受けた画像データに変換される。この変換さ
れた画像データをプリントヘッド部14に送出し、プリ
ントヘッド部14に内蔵されたレーザダイオードを駆動
して感光体ドラム15の表面を露光して静電潜像を形成
し、トナー現像器16を駆動させて感光体ドラム15上
の静電潜像を現像する。
The copying machine is equipped with an image forming section 11 for forming an image based on the BMP data transmitted from the print server 102 via the LAN 101. First,
The received BMP data is converted into image data that has undergone various data processing in the control unit 13. The converted image data is sent to the print head unit 14, the laser diode built in the print head unit 14 is driven to expose the surface of the photosensitive drum 15 to form an electrostatic latent image, and the toner developing device is formed. 16 is driven to develop the electrostatic latent image on the photosensitive drum 15.

【0041】一方、転写ドラム17には、制御部13の
指示により用紙カセット18内の記録紙が供給される。
この記録紙は転写ドラム17に巻き取られ、感光体ドラ
ム15の表面に現像されたトナー像が、転写チャージャ
19により記録紙に転写される。記録紙に転写されたト
ナー像は、剥がれやすく、定着装置20において加熱し
ながら押圧することによりトナーを記録紙表面に定着さ
せた後、排紙トレー21上に排出する。
On the other hand, the recording paper in the paper cassette 18 is supplied to the transfer drum 17 according to an instruction from the controller 13.
This recording paper is wound around the transfer drum 17, and the toner image developed on the surface of the photosensitive drum 15 is transferred to the recording paper by the transfer charger 19. The toner image transferred onto the recording paper is easily peeled off, and the toner is fixed on the surface of the recording paper by being pressed while being heated in the fixing device 20 and then discharged onto the paper discharge tray 21.

【0042】複写機は、プリンタ105としての機能を
有する他、スキャナとしての機能も有している。すなわ
ち、複写機は、原稿等の読み取りにより画像データを取
得する画像読み取り部10を備えている。この画像読み
取り部10は、プラテンガラス(図示省略)上に載置さ
れた原稿等の画像を、CCDを備えたスキャナ12を移
動させて読み取る公知のものである。画像読み取り部1
0で読み取られた画像データをプリントサーバ102に
送信することもできる。
The copying machine has not only a function as the printer 105 but also a function as a scanner. That is, the copying machine includes the image reading unit 10 that acquires image data by reading a document or the like. The image reading unit 10 is a known unit that reads an image of a document or the like placed on a platen glass (not shown) by moving a scanner 12 having a CCD. Image reading unit 1
The image data read by 0 can be transmitted to the print server 102.

【0043】さらに、複写機は、プリンタ105、スキ
ャナとしての機能を有しているほか、コピー機としての
機能も有している。すなわち、複写機は、操作者が各種
の操作を行うための操作パネルが設けられており、操作
者は、操作パネル上の操作キーを操作して、濃度の指
定、拡大・縮小倍率の指定や記録紙の指定、コピー枚数
等の設定を行う。
Further, the copying machine has not only the functions of the printer 105 and the scanner, but also the function of the copying machine. That is, the copying machine is provided with an operation panel for the operator to perform various operations, and the operator operates the operation keys on the operation panel to specify the density and the enlargement / reduction ratio. Specify the recording paper and set the number of copies.

【0044】2.プリントジョブ投入時の処理内容 1)クライアントの処理内容 図7は、クライアント103のプリントジョブ投入時の
処理内容を示すフローチャート図である。同図に示すよ
うに、本処理は、アプリケーションで作成された文書を
プリント出力するプリントモードが、キーボード、マウ
ス等から選択入力されると、プリントジョブが投入さ
れ、そのプリントジョブの実行を要求するプリントジョ
ブ実行要求をプリントサーバ102に送信する(S11
0)。
2. Processing Content When Submitting Print Job 1) Processing Content of Client FIG. 7 is a flowchart showing the processing content when submitting a print job of the client 103. As shown in the figure, in this process, when a print mode for printing out a document created by an application is selected and input from a keyboard, a mouse, etc., a print job is input and a request is made to execute the print job. A print job execution request is transmitted to the print server 102 (S11).
0).

【0045】次に、上記プリントジョブ実行要求に対す
る返信をプリントサーバ102から受信すると、その返
信内容、つまり実行可否情報と処理能力情報とを取得し
て、ハードディスク等に記憶する(S120;YES、
S130)。そして、実行可否情報からプリントジョブ
の実行が許可されたか否かを判定する(S140)。プ
リントジョブの実行が許可されていない場合、つまり実
行可否情報が「NO」の場合は、処理能力情報の内容、
例えば「プリンタ電源OFF」等をOSに出力して終了
する(S140;NO、S210)。なお、プリンタジ
ョブの実行が許可されない場合は、OSは、入力された
プリントジョブの実行要求が許可されなかった旨の情報
を操作者に報知するために、プリントサーバ102から
受信した処理能力情報の内容を表示部に表示する。
Next, when a reply to the print job execution request is received from the print server 102, the reply contents, that is, the executability information and the processing capability information are acquired and stored in the hard disk or the like (S120; YES,
S130). Then, it is determined from the executability information whether or not the execution of the print job is permitted (S140). If execution of the print job is not permitted, that is, if the execution propriety information is “NO”, the contents of the processing capability information,
For example, "printer power off" or the like is output to the OS and the process ends (S140; NO, S210). When the execution of the printer job is not permitted, the OS uses the processing capability information received from the print server 102 to notify the operator that the input print job execution request is not permitted. Display the contents on the display.

【0046】一方、プリントジョブの実行が許可された
場合、つまり実行可否情報が「OK」の場合は、アプリ
ケーションで作成されたアプリケーションデータをGD
IでGDIデータに変換し、さらにこのGDIデータを
プリンタドライバでPDLデータに変換する(S14
0;YES、S150、S160)。PDLデータへの
変換が終了すると、ステップS130で取得した処理能
力情報に基づいて、PDLデータをBMPデータに変換
するか否かが変換形式判断処理により判断される(S1
70)。変換形式判断処理は、後述するが、BMPデー
タに変換すると判断した場合、その判断結果は「BM
P」となり、BMPデータに変換しないと判断した場
合、その判断結果は「PDL」となる。
On the other hand, when the execution of the print job is permitted, that is, when the execution propriety information is "OK", the application data created by the application is GD.
I is used to convert to GDI data, and this GDI data is converted to PDL data by the printer driver (S14).
0; YES, S150, S160). When the conversion into PDL data is completed, it is judged by the conversion format judgment process whether or not to convert the PDL data into BMP data based on the processing capability information acquired in step S130 (S1).
70). The conversion format determination processing will be described later, but if it is determined that the conversion format is BMP data, the determination result is “BM
When it is determined that the PMP data is not converted into BMP data, the determination result is "PDL".

【0047】次に、変換形式判断処理で判断された判定
結果が「BMP」の場合は、PDLデータをBMPデー
タに変換して、その変換したデータ(ジョブデータ)を
プリントサーバ102に送信して処理を終了する(S1
80;YES、S190、S200)。一方、判断結果
が「BMP」でない「PDL」の場合は、PDLデータ
をそのままプリントサーバ102に送信して処理を終了
する(S180;NO、S200)。
Next, when the result of the determination in the conversion format determination process is "BMP", the PDL data is converted into BMP data, and the converted data (job data) is transmitted to the print server 102. The process ends (S1)
80; YES, S190, S200). On the other hand, when the determination result is "PDL" which is not "BMP", the PDL data is directly transmitted to the print server 102 and the process ends (S180; NO, S200).

【0048】次に、BMPデータに変換するか否かを判
断する変換形式判断処理について説明する。図8は、ス
テップS170における処理内容を示すフローチャート
である。本実施の形態における処理能力情報は、クライ
アント103からプリントジョブ実行要求を受け付けた
ときのプリントサーバ102のスケジュールを示してい
る。具体的には、プリントサーバ102が蓄積している
プリントジョブの内、PDL形式の各ジョブデータの容
量を示している。これらの情報は、ジョブ管理テーブル
T1のデータ形式と容量から得られる。
Next, a conversion format determination process for determining whether to convert to BMP data will be described. FIG. 8 is a flowchart showing the processing content in step S170. The processing capacity information in this embodiment indicates the schedule of the print server 102 when a print job execution request is received from the client 103. Specifically, it shows the capacity of each job data in the PDL format among the print jobs stored in the print server 102. These pieces of information are obtained from the data format and capacity of the job management table T1.

【0049】変換形式判断処理は、図8に示すように、
まず、処理能力情報、つまりプリントサーバ102が保
有するPDL形式の各ジョブデータの容量を取得し、こ
れらのジョブデータをプリントサーバ102がBMP形
式に変換する場合の総変換時間を算出する(S171、
S172)。この総変換時間は、例えば、プリントサー
バ10がジョブデータをBMP形式に変換する変換速度
から算出される。
As shown in FIG. 8, the conversion format judgment processing is as follows.
First, the processing capacity information, that is, the capacity of each job data in the PDL format held by the print server 102 is acquired, and the total conversion time when the print server 102 converts the job data into the BMP format is calculated (S171,
S172). The total conversion time is calculated, for example, from the conversion speed at which the print server 10 converts the job data into the BMP format.

【0050】次に、送信予定のジョブデータをクライア
ント103でBMP形式に変換した場合の変換時間を算
出する(S173)。この変換時間も、例えば、クライ
アント103が送信予定のプリントデータをBMP形式
に変換する変換速度から算出される。そして、プリント
サーバ102で変換した場合の総変換時間と、クライア
ント103で変換した場合の変換時間とを比較して、総
変換時間が変換時間より大きい場合、つまりクライアン
ト103でBMPデータに変換した方が早い場合は判断
結果を「BMP」にし、図7のステップS180に進む
(S174;YES、S175)。一方、総変換時間が
変換時間以下の場合、つまりプリントサーバ102でB
MPデータに変換した方が早い場合は、判断結果を「P
DL」にし、図7のステップS180に進む(S17
4;NO、S176)。
Next, the conversion time when the job data to be transmitted is converted into the BMP format by the client 103 is calculated (S173). This conversion time is also calculated from the conversion speed at which the client 103 converts the print data scheduled to be transmitted into the BMP format, for example. Then, the total conversion time when converted by the print server 102 and the conversion time when converted by the client 103 are compared, and when the total conversion time is longer than the conversion time, that is, the one converted into BMP data by the client 103. If is faster, the determination result is set to "BMP", and the process proceeds to step S180 in FIG. 7 (S174; YES, S175). On the other hand, when the total conversion time is less than or equal to the conversion time, that is, the print server 102 sets B
If it is faster to convert to MP data, the judgment result is "P
DL ”, and the process proceeds to step S180 in FIG. 7 (S17
4; NO, S176).

【0051】2)プリントサーバの処理内容 図9は、プリントサーバ102のプリントジョブ受付時
の処理内容を示すフローチャート図である。同図に示す
ように、プリントサーバ102は、まず、クライアント
103からプリントジョブの実行要求を受信すると、実
行可否情報と処理能力情報を作成して、図5に示すよう
なデータ構造でこれらをクライアント103に送信する
(S310;YES、S320)。実行可否情報は、定
期的にプリンタ105から送信されるMIB情報から作
成され、処理能力情報は、ジョブ管理テーブルT1に格
納されている各PDLデータの容量から作成される。
2) Processing Contents of Print Server FIG. 9 is a flowchart showing the processing contents when the print server 102 receives a print job. As shown in FIG. 5, when the print server 102 first receives a print job execution request from the client 103, the print server 102 creates executability information and processing capability information, and uses the data structure as shown in FIG. It transmits to 103 (S310; YES, S320). The executability information is created from the MIB information periodically sent from the printer 105, and the processing capacity information is created from the capacity of each PDL data stored in the job management table T1.

【0052】実行可否情報が「NO」の場合には、プリ
ントジョブが実行されないため処理を終了し(S33
0;NO)、実行可否情報が「OK」の場合は、クライ
アント103からジョブデータを受信するまで待機する
(S330;YES、S340;NO)。なお、これを
受けてクライアント103は、これらの処理能力情報に
基づいて、PDL形式又はBMP形式のジョブデータを
送信する。
If the executability information is "NO", the print job is not executed and the process is terminated (S33).
0; NO), and if the executability information is "OK", it waits until job data is received from the client 103 (S330; YES, S340; NO). In response to this, the client 103 transmits the job data in the PDL format or the BMP format based on the processing capability information.

【0053】次に、プリントサーバ102は、クライア
ント103からジョブデータを受信すると、そのデータ
がBMPデータか否かを判定する(S340;YES、
S350)。そして、ジョブデータがBMPデータの場
合、そのデータを所定のプリンタ105に送信して処理
を終了する(S350;YES、S360)。一方、ジ
ョブデータがBMPデータでない場合、つまりPDLデ
ータの場合は、そのジョブデータをBMPデータに変換
し、この変換したBMPデータをプリンタ105に送信
して処理を終了する(S350;NO、S370、S3
60)。
Next, when the print server 102 receives the job data from the client 103, it determines whether or not the data is BMP data (S340; YES,
S350). Then, when the job data is BMP data, the data is transmitted to the predetermined printer 105 and the processing is terminated (S350; YES, S360). On the other hand, if the job data is not BMP data, that is, if it is PDL data, the job data is converted to BMP data, the converted BMP data is transmitted to the printer 105, and the process is terminated (S350; NO, S370, S3
60).

【0054】上記構成のプリントシステムによれば、プ
リントサーバ102の処理能力に基づいて、クライアン
ト103はPDLデータ又はBMPデータを送信するの
で、プリントサーバ102の処理能力が低下していて
も、効率よくプリントジョブを処理できる。具体的に
は、プリントサーバ102がPDL形式のジョブデータ
を多数蓄積している場合は、新たにプリントジョブを投
入しても、以前に受け付けたプリントジョブがあるため
プリンタサーバ102が処理できず、処理能力が著しく
低下する。
According to the print system having the above configuration, the client 103 transmits PDL data or BMP data based on the processing capacity of the print server 102, so that even if the processing capacity of the print server 102 is reduced, the client 103 can efficiently perform the processing. Can process print jobs. Specifically, when the print server 102 stores a large number of job data in the PDL format, even if a new print job is input, the print server 102 cannot process because there is a previously accepted print job. Processing capacity is significantly reduced.

【0055】このような場合に、プリントサーバ102
が先に投入された他のプリントジョブのデータ形式をB
MP形式に変換する間に、クライアント103がBMP
データに変換して、BMPデータをプリントサーバ10
2に送信すれば、プリントサーバ102でBMP形式に
変換する必要がなく、その分早くプリント出力されるこ
とになる。
In such a case, the print server 102
Is the data format of the other print job that was submitted first.
While converting to MP format, the client 103
Convert the data to BMP data and print server 10
If the data is transmitted to No. 2, the print server 102 does not need to convert it to the BMP format, and the print output is faster accordingly.

【0056】なお、本実施の形態では、処理能力情報を
プリントサーバ102のスケジュールの例として、プリ
ントサーバ102が蓄積している各PDLデータの容量
で示し、変換形式判断処理で、前記PDLデータの容量
からそのデータをBMPデータに変換する場合の時間を
算出しているが、例えば、プリントサーバ102で、各
PDLデータをBMPデータに変換する時間を算出し、
ジョブ管理テーブルT1にその変換終了予定時間を格納
するようにしておき、クライアント103からプリント
ジョブ実行要求があると、最後に受け付けたPDL形式
のジョブデータの変換終了予定時間を処理能力情報とし
てクライアント103に送信しても良い。この場合、ク
ライアント103は、送信予定のジョブデータの変換終
了予定時間と、前記の変換終了予定時間とを比較してど
ちらの処理が早いかにより変換するデータ形式を判断す
れば良い。
In this embodiment, as an example of the schedule of the print server 102, the processing capacity information is indicated by the capacity of each PDL data stored in the print server 102, and the conversion format judgment processing indicates the PDL data Although the time for converting the data into BMP data is calculated from the capacity, for example, the print server 102 calculates the time for converting each PDL data into BMP data,
The estimated conversion end time is stored in the job management table T1. When a print job execution request is issued from the client 103, the estimated conversion end time of the PDL format job data received last is used as the processing capacity information in the client 103. You may send it to. In this case, the client 103 may compare the conversion end scheduled time of the job data scheduled to be transmitted with the conversion end scheduled time to determine the data format to be converted depending on which process is faster.

【0057】(第2の実施の形態)上記の第1の実施の
形態では、クライアント103から送信するプリントデ
ータのデータ形式を、プリントサーバ102の処理能力
情報に基づいてクライアント103が判断していたが、
本実施の形態では、プリントサーバ102が、自己の処
理能力に基づいてプリントデータの形式を判断すると共
に、その判断結果をクライアント103に送信し、その
形式に基づいてクライアント103がプリントデータの
データ形式を変換している。
(Second Embodiment) In the first embodiment, the client 103 determines the data format of the print data transmitted from the client 103 based on the processing capacity information of the print server 102. But,
In the present embodiment, the print server 102 determines the format of print data based on its processing capability, transmits the determination result to the client 103, and the client 103 determines the data format of the print data based on the format. Is being converted.

【0058】図10は、クライアント103で作成され
た文書等をプリント出力する場合のシーケンスを示す図
である。同図を用いてアプリケーションを利用して作成
した文書をプリント出力する場合の概略を説明する。な
お、図10はプリンタ105がプリント出力可能な状態
である場合を示している。クライアント103は、ま
ず、アプリケーション上で作成された文書をプリンタ1
05でプリント出力させる場合には、プリントサーバ1
02に対してプリントジョブ実行要求を送信する。これ
を受けてプリントサーバ102は、クライアント103
からのプリントジョブの実行を許可する旨の実行可否情
報をクライアント103に返送する。
FIG. 10 is a diagram showing a sequence for printing out a document or the like created by the client 103. An outline of a case where a document created using an application is printed out will be described with reference to FIG. It should be noted that FIG. 10 shows a case where the printer 105 is in a state capable of print output. The client 103 first prints a document created on the application by the printer 1.
If you want to print out 05, print server 1
02 to send a print job execution request. In response to this, the print server 102 changes the client 103
Execution permission information indicating that the print job is permitted to be executed from the client is returned to the client 103.

【0059】クライアント103は、プリントサーバ1
02から受信した実行可否情報がプリントジョブの実行
を許可する旨の情報であるので、アプリケーションデー
タを、GDIデータ、PDLデータに変換する。次に、
後述する、変換したPDLデータのデータ情報をプリン
トサーバ102に送信する。このデータ情報を受信した
プリントサーバ102は、自己の処理能力に基づいて、
そのジョブデータをBMPデータに変換できるか否かを
判断し、変換できる場合は判断結果を「PDL」とし、
またBMPデータに変換できない場合は判断結果を「B
MP」とする。そしてこの判断結果をクライアント10
3に送信する。
The client 103 is the print server 1
Since the executability information received from 02 is information indicating that the execution of the print job is permitted, the application data is converted into GDI data and PDL data. next,
The data information of the converted PDL data, which will be described later, is transmitted to the print server 102. The print server 102 that received this data information, based on its own processing capability,
It is determined whether the job data can be converted into BMP data. If the job data can be converted, the determination result is “PDL”,
If it cannot be converted to BMP data, the judgment result is "B
MP ”. Then, the client 10
Send to 3.

【0060】これを受けてクライアント103は、判断
結果が「BMP」のときに、PDLデータをBMPデー
タに変換して、BMP形式のジョブデータをプリントサ
ーバ102に送信する。また判断結果が「PDL」のと
きに、PDLデータ、つまりPDL形式のジョブデータ
をプリントサーバ102に送信する。プリントサーバ1
02は、クライアント103から上記のジョブデータを
受信すると、そのデータがPDLデータかBMPデータ
かを判定し、受信したデータがPDLデータの場合、そ
のデータをBMPデータに変換する。そしてクライアン
ト103から受信したBMPデータ或いはプリントサー
バ102で変換したBMPデータをプリンタ105に送
信することで、プリンタ105にプリント出力させてい
る。
In response to this, when the determination result is "BMP", the client 103 converts the PDL data into BMP data and transmits the BMP format job data to the print server 102. When the determination result is “PDL”, PDL data, that is, job data in PDL format is transmitted to the print server 102. Print server 1
Upon receiving the above job data from the client 103, 02 determines whether the data is PDL data or BMP data, and if the received data is PDL data, converts the data into BMP data. Then, the BMP data received from the client 103 or the BMP data converted by the print server 102 is transmitted to the printer 105, thereby causing the printer 105 to print out.

【0061】1.プリントジョブ投入時の処理内容 1)クライアントの処理内容 図11は、クライアント103のプリントジョブ投入時
の処理内容を示すフローチャート図である。同図に示す
ように、本処理は、アプリケーションで作成された文書
をプリント出力する操作が、キーボード、マウス等から
されると処理を開始し、そのプリントジョブの実行を要
求するプリントジョブ実行要求をプリントサーバ102
に送信する(S510)。
1. Processing Content when Submitting Print Job 1) Processing Content of Client FIG. 11 is a flowchart showing the processing content when submitting a print job of the client 103. As shown in the figure, this process starts when the operation to print out the document created by the application is performed from the keyboard, mouse, etc., and a print job execution request for requesting execution of the print job is issued. Print server 102
(S510).

【0062】次に、上記プリントジョブ実行要求に対す
る返信をプリントサーバ102から受信すると、その実
行可否情報からプリントジョブの実行が許可されたか否
かを判定する(S520;YES、S530)。実行可
否情報が「NO」の場合は、処理能力情報の内容、例え
ば「プリンタの電源OFF」等をOSに出力して処理を
終了し(S530;NO、S610)、逆に、実行可否
情報が「OK」の場合は、アプリケーションデータをG
DIでGDIデータに変換し、さらにこのGDIデータ
をプリンタドライバでPDLデータに変換する(S53
0;YES、S540、S550)。
Next, when a reply to the print job execution request is received from the print server 102, it is judged from the execution permission / inhibition information whether or not the execution of the print job is permitted (S520; YES, S530). When the executability information is “NO”, the content of the processing capability information, for example, “power OFF of printer” is output to the OS and the process is terminated (S530; NO, S610). If “OK”, the application data is G
It is converted into GDI data by DI, and this GDI data is further converted into PDL data by the printer driver (S53).
0; YES, S540, S550).

【0063】PDLデータへの変換が終了すると、この
変換したPDLデータの容量をデータ情報としてプリン
トサーバ102に送信する(S560)。これを受けて
プリントサーバ102では、自己のプリントジョブの処
理能力からクライアント103から受信するジョブデー
タをBMP形式に変換できるか否かを判断して、その判
断結果をクライアント103に送信する。
When the conversion into PDL data is completed, the capacity of the converted PDL data is transmitted to the print server 102 as data information (S560). In response to this, the print server 102 determines whether the job data received from the client 103 can be converted into the BMP format from the processing capability of its own print job, and transmits the determination result to the client 103.

【0064】クライアント103は、プリントサーバ1
02から判断結果を受信すると、その判断結果がBMP
形式か否かを判定する(S570;YES、S58
0)。そして、判断結果が「BMP」の場合は、PDL
データをBMPデータに変換し、プリントサーバ102
に送信して処理を終了する(S580;YES、S59
0、S600)。一方、判断結果が「PDL」の場合
は、PDLデータをそのままプリントサーバ102に送
信して処理を終了する(S580;NO、S600)。
The client 103 is the print server 1
When the judgment result is received from 02, the judgment result is BMP.
It is determined whether or not the format (S570; YES, S58).
0). If the determination result is "BMP", the PDL
The data is converted into BMP data, and the print server 102
To end the processing (S580; YES, S59).
0, S600). On the other hand, when the determination result is “PDL”, the PDL data is directly transmitted to the print server 102 and the processing ends (S580; NO, S600).

【0065】2)プリントサーバの処理内容 図12は、プリントサーバ102のプリントジョブ受信
時の処理内容を示すフローチャート図である。同図に示
すように、プリントサーバ102は、まず、クライアン
ト103からプリントジョブの実行要求を受信すると、
実行可否情報と処理能力情報を作成して、図5に示すよ
うなデータ構造でこれらをクライアント103に返送す
る(S710;YES、S720)。
2) Processing Content of Print Server FIG. 12 is a flowchart showing the processing content of the print server 102 when it receives a print job. As shown in the figure, when the print server 102 first receives a print job execution request from the client 103,
Executability information and processing capability information are created, and these are returned to the client 103 in the data structure as shown in FIG. 5 (S710; YES, S720).

【0066】実行可否情報が「NO」の場合には、プリ
ントジョブが実行されないため処理を終了し(S73
0;NO)、実行可否情報が「OK」の場合は、クライ
アント103からデータ情報を受信するまで待機する
(S730;YES、S740;NO)。プリントサー
バ102は、クライアント103からデータ情報を受信
すると、変換形式判断処理により、クライアント103
が送信予定のジョブデータの形式をBMP形式に変換で
きるか否かを判断して、その判断結果をクライアント1
03に送信する(S740;YES、S750、S76
0)。この変換形式判断処理は、第1の実施の形態(図
8参照)と同様の内容の処理が行われる。なお、これを
受けてクライアント103は、判断結果に基づいて変換
したジョブデータをプリントサーバ102に送信する。
If the executability information is "NO", the print job is not executed and the process is terminated (S73).
(0; NO), and if the executability information is "OK", it waits until the data information is received from the client 103 (S730; YES, S740; NO). When the print server 102 receives the data information from the client 103, the print server 102 performs the conversion format determination process,
Determines whether or not the format of the job data to be transmitted can be converted to the BMP format, and the determination result is used by the client 1
03 (S740; YES, S750, S76)
0). The conversion format determination process is the same as that of the first embodiment (see FIG. 8). In response to this, the client 103 transmits the job data converted based on the determination result to the print server 102.

【0067】そして、プリントサーバ102はジョブデ
ータをクライアント103から受信すると、そのジョブ
データがBMPデータか否かを判定する(S770;Y
ES、S780)。受信したジョブデータがBMPデー
タの場合は、そのデータをプリンタ105に送信して処
理を終了する(S780;YES、790)。一方、受
信したジョブデータがBMPデータでない場合、つまり
ジョブデータがPDLデータの場合は、受信したジョブ
データをBMPデータに変換して、このBMPデータを
プリンタ105に送信して処理を終了する(S780;
NO、S800、S790)。
When the print server 102 receives the job data from the client 103, the print server 102 determines whether the job data is BMP data (S770; Y).
ES, S780). When the received job data is BMP data, the data is transmitted to the printer 105 and the process is terminated (S780; YES, 790). On the other hand, when the received job data is not BMP data, that is, when the job data is PDL data, the received job data is converted into BMP data, this BMP data is transmitted to the printer 105, and the process is terminated (S780). ;
NO, S800, S790).

【0068】以上のように、クライアント103からプ
リントサーバ102に送信するジョブデータの形式をプ
リントサーバ102で決定しても、第1の実施の形態と
同様に、プリントサーバ102の処理能力が低下して
も、プリントジョブを効率よく処理できる。なお、上記
第1の実施の形態及び第2の実施の形態において、プリ
ンタ105、106に多目的画像形成装置を使用した例
を示したが、プリンタは、プリントサーバから受信した
プリントデータに基づいて画像をプリント出力できるも
のであれば良い。
As described above, even if the print server 102 determines the format of the job data to be transmitted from the client 103 to the print server 102, the processing capacity of the print server 102 decreases as in the first embodiment. However, the print job can be processed efficiently. Although the multipurpose image forming apparatus is used as the printers 105 and 106 in the above-described first and second embodiments, the image forming apparatus is based on the print data received from the print server. Can be printed out.

【0069】(変形例)以上、本発明を実施の形態に基
づいて説明したが、本発明の内容が、上記実施の形態に
示された具体例に限定されないことは勿論であり、例え
ば以下のような変形例を実施することができる。 1.プリントサーバの処理能力について 上記の実施の形態では、プリントサーバの処理能力情報
をプリントサーバが蓄積しているPDL形式のプリント
ジョブの容量とし、この情報に基づいてクライアントで
PDL形式からBMP形式に変換するか否かを判断して
いるが、処理能力情報は他の内容を示す情報でも良い。
他の内容としては、例えば、プリントサーバのハードデ
ィスクの残り容量、ワークエリア容量、CPUの処理速
度等がある。以下、それぞれについて説明する。
(Modification) The present invention has been described above based on the embodiment. However, it goes without saying that the content of the present invention is not limited to the specific example shown in the above-mentioned embodiment. Such modifications can be implemented. 1. Regarding the processing capacity of the print server In the above embodiment, the processing capacity information of the print server is used as the capacity of the PDL format print job stored in the print server, and the client converts the PDL format to the BMP format based on this information. Although it is determined whether or not to perform, the processing capacity information may be information indicating other contents.
Other contents include, for example, the remaining capacity of the hard disk of the print server, the work area capacity, and the processing speed of the CPU. Each will be described below.

【0070】1)ハードディスクの残り容量 プリントサーバは、クライアントからジョブデータを受
信すると、そのジョブデータがPDLデータの場合にB
MPデータに変換している。この際、プリントサーバ
は、受信したPDLデータを一旦ハードディスクに格納
し、さらに、BMP形式に変換したBMPデータもハー
ドディスクに格納している。
1) Remaining capacity of hard disk When the print server receives job data from the client, if the job data is PDL data, B
Converted to MP data. At this time, the print server temporarily stores the received PDL data in the hard disk, and further stores the BMP data converted into the BMP format in the hard disk.

【0071】このため、プリントサーバが多数のプリン
トジョブを受信していたり、受信したジョブデータが非
常に大きかったりする場合には、ハードディスクの残り
容量が極端に少なくなり、新たなプリントジョブを受け
付けできなくなることがある。このような場合には、ク
ライアントでPDLデータをBMPデータに変換して、
この変換したBMPデータをプリントサーバに送信する
ことで、プリントサーバは、ハードディスクの残り容量
が少なくてもプリントジョブを受付することができる。
Therefore, when the print server receives a large number of print jobs or the received job data is very large, the remaining capacity of the hard disk becomes extremely small and new print jobs cannot be accepted. It may disappear. In such a case, the client converts PDL data into BMP data,
By transmitting the converted BMP data to the print server, the print server can accept the print job even if the remaining capacity of the hard disk is small.

【0072】従って、クライアントにおける変換形式判
断処理は、図8と同様に、処理能力情報からハードディ
スクの残り容量を取得して、この容量が、PDLデータ
からBMPデータに変換するのに充分な容量であるか否
かにより、PDL形式からBMP形式に変換するかを決
定すれば良い。 2)ワークエリアの容量 ワークエリアは、PDLデータからBMPデータに変換
する際に、変換途中の情報を一時的に格納する領域であ
る。通常は、RAMを使用するが、領域が少ない場合
は、ハードディスクを使用する。このため、BMPデー
タに変換する際に、その変換途中の情報を格納する領域
が不十分な場合は、格納すべき領域を他の記憶装置、こ
こではハードディスクに確保する必要があり、プリント
サーバの処理能力が大きく低下してしまう。
Therefore, in the conversion format judgment processing in the client, the remaining capacity of the hard disk is acquired from the processing capacity information and this capacity is sufficient for converting from PDL data to BMP data, as in FIG. Whether or not to convert from the PDL format to the BMP format may be determined depending on whether or not there is. 2) Capacity of work area The work area is an area for temporarily storing information during conversion when converting PDL data into BMP data. Normally, RAM is used, but if the area is small, a hard disk is used. For this reason, when converting to BMP data, if the area for storing the information in the middle of conversion is insufficient, it is necessary to secure the area to be stored in another storage device, here, the hard disk. The processing capacity is greatly reduced.

【0073】従って、クライアントにおける変換形式判
断処理は、図8と同様に、処理能力情報からワークエリ
アの容量を取得して、この容量が、PDLデータからB
MPデータに変換するのに充分な容量であるか否かによ
り、PDL形式からBMP形式に変換するかを決定すれ
ば良い。 3)CPUの処理速度 PDLデータからBMPデータに変換する変換時間は、
CPUの処理速度が速いほど、短時間で変換できる。従
って、処理能力情報は、プリントサーバのCPUの処理
速度であっても良く、変換形式判断処理は、クライアン
トのCPUの処理速度とプリントサーバの処理速度とを
比較して、PDL形式からBMP形式に変換するかを決
定すれば良い。
Therefore, in the conversion format judgment processing in the client, the capacity of the work area is acquired from the processing capacity information, and this capacity is B from the PDL data, as in FIG.
Whether to convert from the PDL format to the BMP format may be determined depending on whether or not the capacity is sufficient to convert to MP data. 3) Conversion time of CPU processing speed PDL data to BMP data is
The faster the processing speed of the CPU, the shorter the conversion time. Therefore, the processing capacity information may be the processing speed of the CPU of the print server, and the conversion format determination processing compares the processing speed of the CPU of the client with the processing speed of the print server to convert from the PDL format to the BMP format. Just decide whether to convert.

【0074】4)その他 上記の実施の形態及び上記1)〜3)の処理能力情報
は、それぞれ単独で用いている。しかしながら、CPU
の処理速度はプリントサーバの方がクライアントよりも
早くても、プリントサーバのハードディスクの残り容量
が少ない場合があり、プリントサーバの処理能力を正し
く把握できない場合が生じる。従って、このようなこと
が生じないように、上記で示した各処理能力情報を組み
合わせて、変換形式判断処理を行っても良い。
4) Others The processing capacity information of the above-mentioned embodiment and the above-mentioned 1) to 3) is used independently. However, the CPU
Even if the print server has a higher processing speed than the client, the remaining capacity of the hard disk of the print server may be small, and the processing capacity of the print server may not be correctly grasped. Therefore, in order to prevent such a situation from occurring, the conversion format determination processing may be performed by combining the processing capability information described above.

【0075】2.送信装置と中継装置について 1)上記の実施の形態では、送信装置としてクライアン
トを、また中継装置としてプリントサーバをそれぞれ適
用した例について説明したが、本発明は本例に限定する
ものではない。例えば、送信装置としてプリントサーバ
を、また中継装置としてプリンタを適用させても良い。
2. Regarding Transmission Device and Relay Device 1) In the above embodiment, an example in which a client is applied as a transmission device and a print server is applied as a relay device has been described, but the present invention is not limited to this example. For example, a print server may be applied as the transmission device and a printer may be applied as the relay device.

【0076】このような具体例として、クライアントか
らプリントジョブを投入する際に、まずクライアント
は、作成・編集したアプリケーションデータをGDIデ
ータに変換し、そのGDIデータをプリントサーバに送
信する。そしてGDIデータ(プリントデータ)を受信
したプリントサーバは、プリンタの処理能力を参照し
て、クライアントから受信したGDIデータをPDL形
式、さらにはこのPDL形式からBMP形式に変換し、
変換したプリントデータをプリンタに送信するようなシ
ステムがある。
As such a specific example, when a print job is submitted from the client, the client first converts the created / edited application data into GDI data and sends the GDI data to the print server. Then, the print server receiving the GDI data (print data) refers to the processing capability of the printer, converts the GDI data received from the client into the PDL format, and further from this PDL format into the BMP format,
There is a system that sends the converted print data to a printer.

【0077】当然、このような場合でも、プリントサー
バからプリンタに送信するプリントデータの形式を、P
DL形式にするか、BMP形式にするかの判断は、プリ
ントサーバで行っても良いし、プリンタで行っても良
い。なお、プリントサーバには、プリンタドライバがイ
ンストールされている必要がある。 2)本実施の形態でのプリントシステムは、クライアン
トと、プリントサーバ及びプリンタの機能を有する画像
形成装置を備えていたが、画像形成装置は、プリントサ
ーバの機能を有したものでも良い。この場合は、送信装
置はクライアントであり、中継装置は画像形成装置とな
る(この場合は、中継装置とプリンタとが一体になって
いる)。
Naturally, even in such a case, the format of the print data transmitted from the print server to the printer is set to P
Whether to use the DL format or the BMP format may be determined by the print server or the printer. The print server must have a printer driver installed. 2) The print system according to the present embodiment includes the client and the image forming apparatus having the functions of the print server and the printer, but the image forming apparatus may have the function of the print server. In this case, the transmission device is the client and the relay device is the image forming device (in this case, the relay device and the printer are integrated).

【0078】さらに、所謂プリントコントローラにプリ
ントサーバの機能を持たせることも可能であり、この場
合は送信装置がクライアントに、また中継装置がプリン
トコントローラにそれぞれなる。このように、本発明に
おける送信装置及び中継装置は、プリントシステムを構
成する各装置が有する機能により、対象となる装置が変
わって良い。
Further, the so-called print controller can be provided with the function of a print server. In this case, the transmitting device serves as a client and the relay device serves as a print controller. As described above, in the transmission device and the relay device according to the present invention, the target device may be changed depending on the function of each device constituting the print system.

【0079】3)本実施の形態でのプリントシステム
は、クライアントと、プリントサーバ及びプリンタが、
LANを介して接続されているが、例えば、クライアン
トとプリントサーバとがLANを介して接続され、前記
プリントサーバにプリンタが接続されている場合も、上
記の実施の形態と同様に実施することができる。 3.変換形式判断処理について 上記の第1の実施の形態では、プリントジョブを投入す
ると、クライアントはGDIデータをPDLデータに変
換した後に、プリントサーバの処理能力を参照して、P
DLデータをBMPデータに変換するか否かを判断して
いるが、例えば、アプリケーションデータをGDIデー
タに変換した後に、BMPデータに変換するか否かを判
断しても良い。この場合、その判断結果に基づいて、G
DIデータをPDLデータに変換したり、さらにPDL
データをBMPデータに変換したりすれば良い。
3) In the print system of this embodiment, the client, the print server and the printer are
Although they are connected via a LAN, for example, even when a client and a print server are connected via a LAN and a printer is connected to the print server, the same operation as in the above embodiment can be performed. it can. 3. Regarding Conversion Format Judgment Processing In the above-described first embodiment, when a print job is submitted, the client converts the GDI data into PDL data, and then refers to the processing capacity of the print server to set P
Although it is determined whether or not the DL data is converted to the BMP data, for example, it may be determined whether or not to convert the application data to the GDI data and then to the BMP data. In this case, based on the judgment result, G
Converts DI data to PDL data, and further PDL
The data may be converted into BMP data.

【0080】また、第2の実施の形態では、プリントジ
ョブを投入すると、クライアントはアプリケーションデ
ータをGDIデータ、PDLデータに変換して、このP
DLデータの容量を示すデータ情報をプリントサーバに
送信して、このデータ情報のプリンタジョブのデータを
BMPデータに変換できるか否かを、プリントサーバの
処理能力に基づいて判断しているが、例えば、クライア
ントはGDIデータの容量を示すデータ情報をプリント
サーバに送信して、プリントサーバは、このデータ情報
の容量のプリントデータをBMPデータに変換できるか
否かを判断して、その判断結果をクライアントに送信
し、クライアントがその判断結果に基づいてGDIデー
タを変換するようにしても良い。
Further, in the second embodiment, when a print job is submitted, the client converts the application data into GDI data and PDL data, and this P
Data information indicating the capacity of DL data is transmitted to the print server, and it is determined whether the data of the printer job of this data information can be converted into BMP data based on the processing capacity of the print server. , The client sends data information indicating the capacity of the GDI data to the print server, and the print server judges whether or not the print data of the capacity of this data information can be converted into BMP data, and the judgment result is sent to the client. Alternatively, the client may convert the GDI data based on the determination result.

【0081】4.その他 本発明は、例えば、クライアントとプリントサーバとが
ネットワーク、例えばインターネットで接続されてお
り、クライアントから写真等の画像データをプリントサ
ーバに送信して、プリントサーバでプリント出力するよ
うなプリントシステムにも適用できる。但し、この場合
は、クライアントにプリンタドライバがインストールさ
れている必要がある。
4. Others The present invention is also applicable to a print system in which, for example, a client and a print server are connected to each other via a network, for example, the Internet, and image data such as a photograph is transmitted from the client to the print server and the print server prints the image data. Applicable. However, in this case, the printer driver needs to be installed in the client.

【0082】クライアントからBMPデータをプリント
サーバに送信するには、このBMPデータをメールに添
付する方法が考えられる。この場合、BMPデータの容
量が大きく、通信路の負荷が著しく増大する可能性があ
るが、光ファイバのような、大容量の情報を送受信でき
る通信路を利用することで、充分実施できると考えられ
る。
In order to send the BMP data from the client to the print server, a method of attaching this BMP data to a mail can be considered. In this case, the capacity of BMP data is large and the load on the communication path may significantly increase. However, it is considered to be sufficient by using a communication path capable of transmitting and receiving a large amount of information such as an optical fiber. To be

【0083】[0083]

【発明の効果】以上のように、本発明に係るプリントシ
ステムは、第1のデータ形式のプリントデータに基づい
て画像をプリント出力するプリンタと、プリントデータ
を第2のデータ形式から第1のデータ形式に変換して前
記プリンタに送出する中継装置と、当該中継装置にプリ
ントデータを送信する送信装置とを備えるプリントシス
テムであって、前記送信装置は、前記中継装置の処理能
力に関する情報を取得する情報取得手段と、前記取得さ
れた情報に基づいて、第2のデータ形式から第1のデー
タ形式のプリントデータに変換して前記中継装置に送信
する送信手段とを備え、前記中継装置は、前記送信装置
から受信したプリントデータが第1のデータ形式のとき
に、当該プリントデータをそのままのデータ形式で前記
プリンタに送信している。このため、中継装置の処理能
力が低下している場合は、送信装置でプリントデータを
第1のデータ形式に変換して、このプリントデータを中
継装置に送信できる。このため、中継装置では受信した
プリントデータを第1のデータ形式に変換する必要がな
くなり、その分だけプリント出力を早く行うことができ
る。
As described above, the print system according to the present invention includes a printer that prints out an image based on print data in the first data format, and print data in the second data format from the first data format. A printing system comprising: a relay device that converts the data into a format and sends the print data to the printer; and a transmission device that transmits print data to the relay device, wherein the transmission device acquires information regarding the processing capability of the relay device. The relay device includes: an information acquisition unit; and a transmission unit that converts the print data in the second data format into print data in the first data format based on the acquired information and transmits the print data to the relay device. When the print data received from the transmitting device is in the first data format, the print data is transmitted to the printer in the same data format as it is. There. Therefore, when the processing capability of the relay device is low, the print data can be converted to the first data format by the transmission device and the print data can be transmitted to the relay device. Therefore, the relay device does not need to convert the received print data into the first data format, and the print output can be performed faster correspondingly.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の実施の形態におけるプリントシステム
の全体構成を示す図である。
FIG. 1 is a diagram showing an overall configuration of a printing system according to an embodiment of the present invention.

【図2】第1の実施の形態におけるプリントシステムの
シーケンスを示す図である。
FIG. 2 is a diagram showing a sequence of the print system in the first embodiment.

【図3】クライアントからプリントサーバに送信するジ
ョブデータのデータ構造図である。
FIG. 3 is a data structure diagram of job data transmitted from a client to a print server.

【図4】ジョブ管理テーブルの内容を示す図である。FIG. 4 is a diagram showing the contents of a job management table.

【図5】第1の実施の形態におけるプリントサーバから
クライアントに返送される実行可否情報と処理能力情報
とを示すデータ構造図である。
FIG. 5 is a data structure diagram showing executability information and processing capacity information returned from the print server to the client in the first embodiment.

【図6】プリンタの構成を示す概略断面図である。FIG. 6 is a schematic cross-sectional view showing the configuration of a printer.

【図7】第1の実施の形態におけるプリントジョブ投入
時のクライアントの処理内容を示すフローチャートであ
る。
FIG. 7 is a flowchart illustrating processing contents of a client when a print job is input according to the first embodiment.

【図8】第1の実施の形態におけるクライアントの変換
形式判断処理の処理内容を示すフローチャートである。
FIG. 8 is a flowchart showing the processing contents of conversion format determination processing of the client in the first embodiment.

【図9】第1の実施の形態におけるプリントジョブ投入
時のプリントサーバの処理内容を示すフローチャートで
ある。
FIG. 9 is a flowchart illustrating processing contents of a print server when a print job is input according to the first embodiment.

【図10】第2の実施の形態におけるプリントシステム
のシーケンスを示す図である。
FIG. 10 is a diagram showing a sequence of the printing system in the second embodiment.

【図11】第2の実施の形態におけるプリントジョブ投
入時のクライアントの処理内容を示すフローチャートで
ある。
FIG. 11 is a flowchart illustrating processing contents of a client when a print job is input according to the second embodiment.

【図12】第2の実施の形態におけるプリントジョブ投
入時のプリントサーバの処理内容を示すフローチャート
である。
FIG. 12 is a flowchart showing the processing contents of a print server when a print job is input according to the second embodiment.

【図13】従来のプリントシステムにおけるプリントジ
ョブの処理を説明するための概略図である。
FIG. 13 is a schematic diagram for explaining processing of a print job in a conventional print system.

【符号の説明】[Explanation of symbols]

101 LAN 102 プリントサーバ 103、104 クライアント 105、106 プリンタ T1 ジョブ管理テーブル 101 LAN 102 print server 103, 104 client 105,106 printer T1 job management table

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 第1のデータ形式のプリントデータに基
づいて画像をプリント出力するプリンタと、プリントデ
ータを第2のデータ形式から第1のデータ形式に変換し
て前記プリンタに送出する中継装置と、当該中継装置に
プリントデータを送信する送信装置とを備えるプリント
システムであって、 前記送信装置は、 前記中継装置の処理能力に関する情報を取得する情報取
得手段と、 前記取得された情報に基づいて、第2のデータ形式から
第1のデータ形式のプリントデータに変換して前記中継
装置に送信する送信手段とを備え、 前記中継装置は、前記送信装置から受信したプリントデ
ータが第1のデータ形式のときに、当該プリントデータ
をそのままのデータ形式で前記プリンタに送信すること
を特徴とするプリントシステム。
1. A printer that prints out an image based on print data of a first data format, and a relay device that converts the print data from a second data format to a first data format and sends it to the printer. A printing system comprising: a transmission device that transmits print data to the relay device, wherein the transmission device is an information acquisition unit that acquires information regarding a processing capacity of the relay device, and based on the acquired information. And a transmission unit that converts the second data format into print data of the first data format and transmits the print data to the relay apparatus, wherein the relay apparatus is configured such that the print data received from the transmission apparatus has the first data format. At the time, the print system transmits the print data to the printer in the same data format.
【請求項2】 前記中継装置の処理能力に関する情報
は、プリントデータの送信の際における中継装置の処理
能力を示す情報であり、 前記送信装置は、当該情報に基づいて、プリントデータ
を第2のデータ形式から第1のデータ形式に変換するか
否かを判断する判断手段を備え、 前記送信手段は、前記判断手段の判断結果に従ってデー
タ形式を変換若しくは無変換して送信することを特徴と
する請求項1に記載のプリントシステム。
2. The information on the processing capacity of the relay device is information indicating the processing capacity of the relay device at the time of transmitting the print data, and the transmitting device sets the print data to the second data based on the information. It is provided with a judging means for judging whether or not to convert from the data format to the first data format, and the transmitting means converts or does not convert the data format according to the judgment result of the judging means, and transmits the data. The printing system according to claim 1.
【請求項3】 前記送信装置はクライアントであり、前
記中継装置はプリントサーバであることを特徴とする請
求項1又は2に記載のプリントシステム。
3. The print system according to claim 1, wherein the transmission device is a client and the relay device is a print server.
【請求項4】 送信装置から送信されたプリントデータ
を、中継装置で第2の形式から第1のデータ形式に変換
してプリンタに送信し、プリンタで第1のデータ形式の
プリントデータに基づいて画像をプリント出力するプリ
ント方法において、 前記送信装置が、前記中継装置の処理能力に関する情報
を取得する情報取得ステップと、 前記送信装置が、前記取得された情報に基づいて、第2
のデータ形式から第1のデータ形式のプリントデータに
変換して前記中継装置に送信する第1の送信ステップ
と、 前記中継装置が、前記送信装置から受信したプリントデ
ータが第1のデータ形式のときに、当該プリントデータ
をそのままのデータ形式で前記プリンタに送信する第2
の送信ステップとを含むことを特徴とするプリント方
法。
4. The print data transmitted from the transmission device is converted by the relay device from the second format to the first data format and transmitted to the printer, and the printer is based on the print data in the first data format. A printing method for printing out an image, comprising: an information acquisition step in which the transmission device acquires information regarding a processing capacity of the relay device; and a second step in which the transmission device is based on the acquired information.
A first transmission step of converting the data format from the data format to print data of the first data format and transmitting the print data to the relay apparatus; and when the relay apparatus receives the print data in the first data format. Secondly, the print data is transmitted to the printer in the same data format as the second.
And a sending step of the printing method.
【請求項5】 第2のデータ形式から変換された第1の
データ形式のプリントデータをプリンタに送出してプリ
ント出力させる中継装置へ、プリントデータを送信する
送信装置に、 前記中継装置の処理能力に関する情報を取得する情報取
得処理と、 前記取得された情報に基づいて、プリントデータを第2
のデータ形式から第1のデータ形式に変換して前記中継
装置に送信する送信処理とを実行させるためのプログラ
ム。
5. A transmission device for transmitting print data to a relay device for transmitting print data of the first data format converted from the second data format to a printer for print output, and processing capacity of the relay device. Information acquisition processing for acquiring information about the print data, and a second print data based on the acquired information.
A program for executing a transmission process of converting the data format of 1 to the first data format and transmitting the data to the relay device.
JP2002014251A 2002-01-23 2002-01-23 Print system, print method and its program Pending JP2003216353A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002014251A JP2003216353A (en) 2002-01-23 2002-01-23 Print system, print method and its program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002014251A JP2003216353A (en) 2002-01-23 2002-01-23 Print system, print method and its program

Publications (1)

Publication Number Publication Date
JP2003216353A true JP2003216353A (en) 2003-07-31

Family

ID=27650990

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002014251A Pending JP2003216353A (en) 2002-01-23 2002-01-23 Print system, print method and its program

Country Status (1)

Country Link
JP (1) JP2003216353A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005176317A (en) * 2003-10-30 2005-06-30 Sharp Corp Scan subsystem capable of generating document processing data
US20070070376A1 (en) * 2005-09-22 2007-03-29 Sharp Laboratories Of America, Inc. Systems and methods for load balancing the creation of raster data and page description language data on a host
US7827332B2 (en) 2007-03-30 2010-11-02 Brother Kogyo Kabushiki Kaisha Portable storage medium
JP2016187074A (en) * 2015-03-27 2016-10-27 ブラザー工業株式会社 Information processing apparatus, recording system, and program
US10175917B2 (en) 2016-03-28 2019-01-08 Brother Kogyo Kabushiki Kaisha Medium storing program executable by terminal apparatus and terminal apparatus

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005176317A (en) * 2003-10-30 2005-06-30 Sharp Corp Scan subsystem capable of generating document processing data
JP4549810B2 (en) * 2003-10-30 2010-09-22 シャープ株式会社 Scan subsystem capable of generating document processing data
US20070070376A1 (en) * 2005-09-22 2007-03-29 Sharp Laboratories Of America, Inc. Systems and methods for load balancing the creation of raster data and page description language data on a host
US7827332B2 (en) 2007-03-30 2010-11-02 Brother Kogyo Kabushiki Kaisha Portable storage medium
JP2016187074A (en) * 2015-03-27 2016-10-27 ブラザー工業株式会社 Information processing apparatus, recording system, and program
US10175917B2 (en) 2016-03-28 2019-01-08 Brother Kogyo Kabushiki Kaisha Medium storing program executable by terminal apparatus and terminal apparatus

Similar Documents

Publication Publication Date Title
US8621467B2 (en) Job processing method, recording medium, program and system
US6785727B1 (en) Image processor for processing reservation and information processor for requesting reservation
US8176143B2 (en) Web service providing apparatus
US6894800B2 (en) Information processing apparatus and information display method for displaying job information relating to an output job
JP5234016B2 (en) Image forming apparatus and image forming method
JP4711230B2 (en) Image forming apparatus and program
US8472043B2 (en) Information processing apparatus and its control method for managing distributed processing
US8584137B2 (en) Image processing system for judging whether a partial job should be processed by an own device or another device
US8994975B2 (en) Information processing apparatus, output system and non-transitory computer readable information recording medium
JP4941463B2 (en) Information processing apparatus and printing apparatus
US20090073483A1 (en) Print instruction apparatus, printing apparatus, printing system, print instruction method and computer readable medium
JP2013050935A (en) Printing control device, printing control program, and printing control method
US9026576B2 (en) Image processing device, job processing method, and program
JP2008030456A (en) Image formation device
US8830505B2 (en) Apparatus that transmits job data to terminal, terminal device, control method, and storage medium
JP2006323456A (en) Image-processing device, image-processing system, data-processing method, storage medium storing computer-readable program, and program
JP4669037B2 (en) Image processing apparatus, network interface apparatus, control method, image processing system, and program
JP2006080902A (en) Image processing system, image processor, control method, program and storage medium
JP2003216353A (en) Print system, print method and its program
US20170187894A1 (en) System and method for print job forwarding
JP3740289B2 (en) Image input device, information processing apparatus, image input method and information processing method, and computer-readable storage medium
JP2004054658A (en) Printing system
JP2010167621A (en) Image formation device, and program
JP2005238852A (en) Image forming device and server
JP2000250729A (en) Image output controller, image output control method and storage medium stored with computer readable program

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20050614

A072 Dismissal of procedure

Free format text: JAPANESE INTERMEDIATE CODE: A072

Effective date: 20051101