JPH11134134A - Print system - Google Patents

Print system

Info

Publication number
JPH11134134A
JPH11134134A JP9296843A JP29684397A JPH11134134A JP H11134134 A JPH11134134 A JP H11134134A JP 9296843 A JP9296843 A JP 9296843A JP 29684397 A JP29684397 A JP 29684397A JP H11134134 A JPH11134134 A JP H11134134A
Authority
JP
Japan
Prior art keywords
job ticket
file
print
printing
job
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
JP9296843A
Other languages
Japanese (ja)
Inventor
Ryuji Teramoto
龍二 寺本
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox 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 Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP9296843A priority Critical patent/JPH11134134A/en
Publication of JPH11134134A publication Critical patent/JPH11134134A/en
Pending legal-status Critical Current

Links

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)

Abstract

PROBLEM TO BE SOLVED: To effectively store a print attribute description file (job ticket) and also to automatically convert the internal specifications in a print system where the print attribute description file is store and then can be utilized. SOLUTION: A job ticket storage part 36 stores one or plural job tickets, and the storage specifications showing the data structure or format of every job ticket are managed via a storage specification management table 38. When a job ticket acquiring request is given from a job ticket request part 30, the relevant job ticket is retrieved out of the part 36 via a retrieval decision part 40. Then the retrieved job ticket is directly sent to a client 12 when the equality is confirmed between the stored and requested specifications. If inequality is confirmed between both specifications, the stored specifications are converted into the requested ones via a specification conversion part 42. Then a converted job ticket is sent to the client 12.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は印刷システムに関
し、特に、印刷属性が記述された印刷属性記述ファイル
(例えばジョブチケット)の管理に関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a printing system, and more particularly to management of a print attribute description file (eg, a job ticket) in which print attributes are described.

【0002】[0002]

【従来の技術】一般的な印刷システムは、大別して、ネ
ットワークに接続されたクライアントと、そのクライア
ントからの印刷命令(印刷ジョブ)を実行する印刷装置
(プリントサーバー及びプリンタ)と、で構成される。
印刷命令には、印刷枚数、印刷形態、用紙の排出先、画
像処理内容、などが記述されたファイルが添付され、あ
るいは印刷命令の一部としてそれらの属性情報が付加さ
れる。
2. Description of the Related Art A general printing system is roughly composed of a client connected to a network and a printing apparatus (print server and printer) for executing a print command (print job) from the client. .
The print command is accompanied by a file describing the number of prints, print mode, paper discharge destination, image processing content, and the like, or attribute information thereof is added as a part of the print command.

【0003】特開平5−216606号公報、特開平8
−115190号公報、特開平9−34824号公報な
どには、ジョブチケットを利用したシステムが開示され
ている。ここで、ジョブチケットは、印刷属性が記述さ
れたファイルあるいは印刷命令の一部を構成する印刷属
性情報に相当するものである。ジョブチケットダイアロ
グを利用してユーザー指定された各種の印刷属性は、上
述のようにジョブチケットとして印刷装置へ送られ、印
刷装置はそのジョブチケットの内容に基づいて印刷を実
行する。
[0003] JP-A-5-216606, JP-A-8-216606
JP-A-115190 and JP-A-9-34824 disclose systems using a job ticket. Here, the job ticket corresponds to a file in which the print attribute is described or print attribute information constituting a part of the print command. Various print attributes specified by the user using the job ticket dialog are sent to the printing apparatus as a job ticket as described above, and the printing apparatus executes printing based on the contents of the job ticket.

【0004】いったん作成されたジョブチケットを登録
しておいて取り出せるようにしておけば、同じジョブを
再度印刷させる場合や同じ属性指定で他のジョブの印刷
を行わせる場合に、ユーザーによる属性指定作業を大幅
に軽減できる(特開平9−34824号公報参照)。
[0004] Once a created job ticket is registered and can be taken out, if the same job is to be printed again or another job is to be printed with the same attribute designation, the user is required to perform attribute designation work. Can be greatly reduced (see Japanese Patent Application Laid-Open No. 9-34824).

【0005】[0005]

【発明が解決しようとする課題】しかしながら、クライ
アント(プリントドライバ)及びプリントサーバー(ジ
ョブ実行ソフトウエア)の組み合わせ如何によっては、
異なる内部仕様(データ構造、データフォーマット)を
もったジョブチケットが必要になる場合がある。すなわ
ち、ジョブチケットダイアログなどで見えるジョブチケ
ットの外面的な構成は同じでも、異なる内部仕様をもっ
たジョブチケットが必要となる場合がある。この場合
に、内部仕様のみが異なる複数のジョブチケットを登録
しておくのは効率的でない。
However, depending on the combination of the client (print driver) and the print server (job execution software),
Job tickets with different internal specifications (data structure, data format) may be required. That is, a job ticket having a different internal specification may be required even though the external configuration of the job ticket seen in the job ticket dialog or the like is the same. In this case, it is not efficient to register a plurality of job tickets having only different internal specifications.

【0006】本発明は、上記従来の課題に鑑みなされた
ものであり、その目的は、印刷属性記述ファイルを保存
しておいて利用可能な印刷システムにおいて、印刷属性
記述ファイルの保存を効率的に行うことにある。
SUMMARY OF THE INVENTION The present invention has been made in view of the above-mentioned problems, and an object of the present invention is to efficiently save a print attribute description file in a printing system which can store and use the print attribute description file. To do.

【0007】本発明の他の目的は、要求する内部仕様と
は異なる内部仕様をもった印刷属性記述ファイルが保存
されている場合に、内部仕様の変換を自動的に行わせて
ユーザー負担を軽減することにある。
Another object of the present invention is to reduce the burden on the user by automatically converting internal specifications when a print attribute description file having internal specifications different from the required internal specifications is stored. Is to do.

【0008】[0008]

【課題を解決するための手段】[Means for Solving the Problems]

(1)上記目的を達成するために、本発明は、印刷装置
に対して印刷属性の指定を含む印刷命令を送出して印刷
を行わせる印刷システムにおいて、前記印刷属性が記述
された印刷属性記述ファイルを保存するファイル保存手
段と、ファイル取得要求に応じて、前記ファイル保存手
段から、要求対象となった印刷属性記述ファイルを検索
して取り出すファイル取り出し手段と、前記ファイル取
得要求の対象となった印刷属性記述ファイルの保存仕様
と前記ファイル取得要求に基づいて判別される要求仕様
との不一致を判定する判定手段と、前記不一致が判定さ
れた場合に、前記取り出された印刷属性記述ファイルに
ついて前記保存仕様を前記要求仕様に変換する仕様変換
手段と、を含むことを特徴とする。
(1) In order to achieve the above object, the present invention provides a printing system in which a printing command including a designation of a printing attribute is sent to a printing apparatus to perform printing, and a printing attribute description in which the printing attribute is described. A file storage unit for storing a file, a file retrieval unit for retrieving and retrieving the requested print attribute description file from the file storage unit in response to the file retrieval request, and a file retrieval request. Determining means for determining a mismatch between the storage specification of the print attribute description file and the required specification determined based on the file acquisition request; and, if the mismatch is determined, storing the extracted print attribute description file with respect to the extracted print attribute description file. And specification conversion means for converting the specification into the required specification.

【0009】上記構成によれば、保存手段には1又は複
数の印刷属性記述ファイル(ジョブチケットに相当)が
保存され、所望の印刷属性記述ファイルを取り出して利
用可能である。その場合に、要求仕様と保存仕様とが異
なれば、自動的に仕様変換処理が実行される。
According to the above configuration, one or a plurality of print attribute description files (corresponding to a job ticket) are stored in the storage means, and a desired print attribute description file can be extracted and used. In this case, if the required specification differs from the storage specification, the specification conversion process is automatically executed.

【0010】仕様変換手段は、望ましくはファイルサー
バーに設けられるが、例えばクライアント又は他の装置
にそれを設けてもよい。また、要求仕様は、通常は識別
子によって識別されるが、クライアント名やプリントサ
ーバー名などによって要求仕様を自動認識させてもよ
い。
The specification conversion means is desirably provided in the file server, but may be provided in, for example, a client or another device. The required specification is usually identified by an identifier, but the required specification may be automatically recognized based on a client name, a print server name, or the like.

【0011】(2)上記目的を達成するために、本発明
は、印刷属性の指定を含む印刷命令を発行するクライア
ントと、前記印刷命令に応じて印刷を実行する印刷装置
と、前記印刷属性が記述された印刷属性記述ファイルを
管理するファイルサーバーと、を含む印刷システムにお
いて、前記クライアントは、前記ファイルサーバーに対
してファイル取得要求を発行する要求発行手段と、前記
ファイルサーバーから取得された印刷属性記述ファイル
を利用して印刷装置へ印刷命令を発行する印刷命令発行
手段と、を含み、前記ファイルサーバーは、前記印刷属
性記述ファイルを保存するファイル保存手段と、ファイ
ル取得要求に応じて、前記ファイル保存手段から、要求
対象となった印刷属性記述ファイルを検索して取り出す
ファイル取り出し手段と、前記ファイル取得要求に含ま
れる要求仕様と前記要求対象となった印刷属性記述ファ
イルの保存仕様との不一致を判定する判定手段と、前記
不一致が判定された場合に、前記取り出された印刷属性
記述ファイルについて前記保存仕様を前記要求仕様に変
換する仕様変換手段と、を含むことを特徴とする。
(2) In order to achieve the above object, the present invention provides a client that issues a print command including designation of a print attribute, a printing device that executes printing in accordance with the print command, and A print server that manages the described print attribute description file, wherein the client is a request issuing unit that issues a file acquisition request to the file server; and a print attribute acquired from the file server. A print command issuing unit for issuing a print command to a printing apparatus using a description file, wherein the file server stores the print attribute description file, and the file server responds to a file acquisition request. File retrieval from the storage unit to retrieve and retrieve the requested print attribute description file And a judging unit for judging a mismatch between the request specification included in the file acquisition request and the storage specification of the requested print attribute description file; and, when the mismatch is determined, the extracted print data. Specification conversion means for converting the storage specification into the required specification for the attribute description file.

【0012】上記構成によれば、クライアント側からフ
ァイル取得要求が発行されると、ファイルサーバー側で
はそのファイル取得要求に基づいて要求仕様を判別し、
取得するファイルの保存仕様が要求仕様と異なれば自動
的に仕様変換処理が実行される。よって、内容が同一で
内部仕様のみが異なる複数の印刷属性記述ファイルを重
複して保存しておく必要がなくなる。
According to the above configuration, when a file acquisition request is issued from the client side, the file server side determines the required specification based on the file acquisition request,
If the storage specification of the file to be obtained is different from the required specification, the specification conversion process is automatically executed. Therefore, there is no need to redundantly store a plurality of print attribute description files having the same contents but different internal specifications.

【0013】本発明の望ましい態様では、前記要求仕様
は、前記クライアントの種別及び前記印刷装置の種別の
少なくとも一方に基づいて定められる。
In a preferred aspect of the present invention, the required specifications are determined based on at least one of the type of the client and the type of the printing device.

【0014】[0014]

【発明の実施の形態】以下、本発明の好適な実施形態を
図面に基づいて説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Preferred embodiments of the present invention will be described below with reference to the drawings.

【0015】図1には、本発明に係る印刷システムの好
適な実施形態が示されており、図1はシステムの全体構
成を示すブロック図である。
FIG. 1 shows a preferred embodiment of a printing system according to the present invention. FIG. 1 is a block diagram showing the overall configuration of the system.

【0016】ネットワーク10には、1又は複数のクラ
イアント12と、ジョブチケットサーバー14と、プリ
ントサーバー16,18と、が接続されている。プリン
トサーバー16,18にはそれぞれプリンタ20,22
が接続されている。
The network 10 is connected to one or more clients 12, a job ticket server 14, and print servers 16 and 18. The print servers 16 and 18 have printers 20 and 22 respectively.
Is connected.

【0017】クライアント12及びジョブチケットサー
バー14はコンピュータ等で構成される。プリンタ2
0,22において印刷を実行させる場合、クライアント
12からジョブがプリントサーバー16,18へ送ら
れ、プリントサーバー16,18ではそのジョブを解釈
してプリンタ20,22に印刷を行わせる。印刷命令と
してのジョブは、ジョブ本体(印刷データに相当)とそ
れに付加されるジョブチケット(印刷属性を記述したフ
ァイルに相当)とで構成されるものである。ジョブチケ
ットは、ジョブに付加される形式であるいはジョブの中
に記述される形式でプリントサーバー16,18に対し
て送信される。ジョブチケットサーバー14はそのよう
なジョブチケットを保存しておいてクライアント12の
要求に応じて必要なジョブチケットをクライアント12
に提供する装置である。
The client 12 and the job ticket server 14 are constituted by a computer or the like. Printer 2
When printing is performed at 0 and 22, a job is sent from the client 12 to the print servers 16 and 18, and the print servers 16 and 18 interpret the job and cause the printers 20 and 22 to perform printing. A job as a print command is composed of a job body (corresponding to print data) and a job ticket (corresponding to a file describing print attributes) attached thereto. The job ticket is transmitted to the print servers 16 and 18 in a format added to the job or in a format described in the job. The job ticket server 14 stores such a job ticket, and sends a necessary job ticket to the client 12 in response to a request from the client 12.
It is a device provided to.

【0018】以下に、クライアント12及びジョブチケ
ットサーバーについて詳述する。
Hereinafter, the client 12 and the job ticket server will be described in detail.

【0019】ジョブ送信部24は、ジョブ発行手段とし
て機能するものであり、印刷データで構成されるジョブ
本体に対してジョブチケットを添付し、それをジョブと
してプリントサーバー16又は18へ送信する手段であ
る。この場合、ジョブチケットはクライアント12にお
けるジョブチケット作成部26により作成され、あるい
はジョブチケットサーバー14から提供されたものであ
る。ジョブチケット受信部27はジョブチケットサーバ
ー14から送信される要求対象となったジョブチケット
を受信し、それをジョブ送信部24に対して受け渡す。
The job transmitting unit 24 functions as a job issuing unit, and attaches a job ticket to a job body composed of print data and transmits the job ticket to the print server 16 or 18 as a job. is there. In this case, the job ticket is created by the job ticket creation unit 26 in the client 12 or provided from the job ticket server 14. The job ticket receiving unit 27 receives the requested job ticket transmitted from the job ticket server 14 and passes it to the job transmitting unit 24.

【0020】ジョブチケット作成部26は、例えばジョ
ブチケットダイアログ等のユーザーインターフェイスを
利用してユーザーにジョブチケットを作成させるための
手段である。ジョブチケットは、例えばジョブ名、ユー
ザー名、ジョブの所有者、ジョブの作成者、コメント情
報、ジョブのフォーマット情報、両面/片面印刷の情
報、後処理情報、カラー/白黒の情報、等の各種の印刷
属性で構成される。もちろん、ジョブチケットの内容は
上述のものに限定されない。
The job ticket creation section 26 is means for allowing a user to create a job ticket by using a user interface such as a job ticket dialog. The job ticket includes various types of information such as a job name, a user name, a job owner, a job creator, comment information, job format information, double-sided / single-sided printing information, post-processing information, and color / monochrome information. Consists of print attributes. Of course, the contents of the job ticket are not limited to those described above.

【0021】ジョブチケット作成部26で作成されたジ
ョブチケット(ジョブチケットのファイル)はジョブチ
ケット送信部28に送られる。ジョブチケット送信部2
8は、そのジョブチケットに対してユーザー識別子及び
内部仕様識別子を付加してそれらをジョブチケットサー
バー14に対して送信する。ここで、ユーザー識別子は
例えばクライアント12を利用しているユーザーのID
であり、内部仕様識別子は当該ジョブチケットのデータ
構造あるいはフォーマットを表すコードである。ジョブ
チケットの登録に対しては後に説明する。
The job ticket (job ticket file) created by the job ticket creating section 26 is sent to the job ticket transmitting section 28. Job ticket transmission unit 2
8 adds a user identifier and an internal specification identifier to the job ticket and transmits them to the job ticket server 14. Here, the user identifier is, for example, the ID of the user using the client 12.
And the internal specification identifier is a code representing the data structure or format of the job ticket. The registration of the job ticket will be described later.

【0022】ジョブチケット要求部30は、ジョブチケ
ットサーバー14に対して、必要なジョブチケットを特
定してそのジョブチケットの要求を発行する手段であ
る。そのジョブチケット要求には要求仕様識別子が付加
される。要求仕様識別子は、取得対象となったジョブチ
ケットをどのようなデータ構造あるいはフォーマットで
取得するかを表すコードに相当するものである。もちろ
ん、要求仕様識別子が実質的にユーザーIDであったり
クライアント名であってもよい。
The job ticket requesting section 30 is a means for specifying a necessary job ticket to the job ticket server 14 and issuing a request for the job ticket. A request specification identifier is added to the job ticket request. The requirement specification identifier is equivalent to a code indicating in what data structure or format the job ticket to be acquired is acquired. Of course, the required specification identifier may be substantially a user ID or a client name.

【0023】ジョブチケットサーバにおいて、ジョブチ
ケット受信部32はクライアント12から送信されたジ
ョブチケット及びそれに付加された情報を受信する。ジ
ョブチケット登録部34は、ジョブチケット記憶部36
に対してジョブチケットを登録する手段である。ここ
で、ジョブチケット記憶部36はハードディスクや不揮
発メモリ等で構成される。ジョブチケット記憶部36に
は1又は複数のジョブチケットを登録可能であり、その
登録時におけるジョブチケットの内部仕様すなわち保存
仕様は保存仕様管理テーブル38において管理される。
すなわち、保存仕様管理テーブル38はジョブチケット
記憶部36に格納されたジョブチケットごとにその保存
仕様を対応づけたテーブルである。これらの登録作業は
ジョブチケット登録部34によって行われる。
In the job ticket server, a job ticket receiving section 32 receives the job ticket transmitted from the client 12 and information added thereto. The job ticket registration unit 34 includes a job ticket storage unit 36
This is a means for registering a job ticket with respect to. Here, the job ticket storage unit 36 is configured by a hard disk, a nonvolatile memory, or the like. One or a plurality of job tickets can be registered in the job ticket storage unit 36, and the internal specification of the job ticket, that is, the storage specification at the time of the registration is managed in the storage specification management table 38.
That is, the storage specification management table 38 is a table in which storage specifications are associated with each job ticket stored in the job ticket storage unit 36. These registration operations are performed by the job ticket registration unit 34.

【0024】クライアント12からジョブチケットの取
得要求が発行されると、その取得要求は検索判定部40
で受付られる。検索判定部40はその取得要求の内容を
解釈し、取得対象となったジョブチケットをジョブチケ
ット記憶部36から検索して取り出す。その一方、検索
判定部40は取得対象となったジョブチケットについて
の保存仕様と取得要求に添付された識別子が表す要求仕
様とを比較する。保存仕様と要求仕様が一致すれば、ジ
ョブチケット記憶部36から取り出された、ジョブチケ
ットをクライアント12に対してそのまま送信する。一
方、検索判定部40は、要求仕様と保存仕様とが不一致
である場合、仕様変換部42に対してジョブチケットの
内部仕様の変換を指示する。この場合、仕様変換テーブ
ル44が参照され、取り出されたジョブチケットの保存
仕様を要求仕様に変換する処理が実行される。内部仕様
が変換されたジョブチケットは検索判定部40を介して
クライアント12に送信される。この送信されたジョブ
チケットは上述したようにジョブチケット受信部27に
て受信され、必要に応じてジョブの発行で利用される。
When a request for obtaining a job ticket is issued from the client 12, the request for obtaining the job ticket is
Accepted at. The search determination unit 40 interprets the content of the acquisition request, and retrieves and retrieves the job ticket to be acquired from the job ticket storage unit 36. On the other hand, the search determination unit 40 compares the storage specification of the job ticket to be acquired with the required specification represented by the identifier attached to the acquisition request. If the storage specification matches the required specification, the job ticket extracted from the job ticket storage unit 36 is transmitted to the client 12 as it is. On the other hand, when the required specification and the storage specification do not match, the search determination unit 40 instructs the specification conversion unit 42 to convert the internal specification of the job ticket. In this case, the specification conversion table 44 is referred to, and processing for converting the storage specification of the extracted job ticket into the required specification is executed. The job ticket whose internal specification has been converted is transmitted to the client 12 via the search determination unit 40. The transmitted job ticket is received by the job ticket receiving unit 27 as described above, and is used for issuing a job as necessary.

【0025】図1に示すシステムでは、内部仕様識別子
としてジョブチケットのデータ構造を表すコードが利用
されていたが、もちろん内部仕様識別子としてユーザー
名やクライアント名を利用してもよい。すなわち、クラ
イアント名の不一致等を利用して変換の必要性を判断し
てもよい。
In the system shown in FIG. 1, a code representing the data structure of a job ticket is used as an internal specification identifier, but a user name or a client name may be used as an internal specification identifier. That is, the necessity of the conversion may be determined using the mismatch of the client names.

【0026】上述したシステムでは、あるクライアント
によって登録されたジョブチケットを他のクライアント
から取り出して利用可能であり、その場合に要求仕様が
保存仕様と異なれば自動的に要求仕様に変換されたジョ
ブチケットを取得可能である。したがって、ユーザーは
特にジョブチケットの内部仕様を考慮する必要がなくな
り、その意味においてユーザーの負担を軽減できる。ち
なみに、図1に示すシステムではジョブチケットサーバ
ー内に仕様変換部42を設けたが、その仕様変換部42
は各クライアント12に設けてもよく、あるいはネット
ワークに接続された他の装置に設けてもよい。
In the above-described system, a job ticket registered by a certain client can be taken out from another client and used, and in this case, if the required specification differs from the storage specification, the job ticket automatically converted into the required specification Can be obtained. Therefore, the user does not need to particularly consider the internal specifications of the job ticket, and in that sense, the burden on the user can be reduced. Incidentally, in the system shown in FIG. 1, the specification conversion unit 42 is provided in the job ticket server.
May be provided on each client 12 or on another device connected to the network.

【0027】次に、図2及び図3を用いて図1に示すシ
ステムの動作を説明する。
Next, the operation of the system shown in FIG. 1 will be described with reference to FIGS.

【0028】図2には、ジョブチケット登録時の処理が
示されている。S101では、図1に示したジョブチケ
ット作成部26によってジョブチケットが作成される。
S102では、ジョブチケット送信部28において、作
成されたジョブチケットに対してユーザー識別子と内部
仕様識別子とが付加される。そして、S103において
そのジョブチケット(及び添付情報)がジョブチケット
サーバー14に対して送信される。
FIG. 2 shows a process for registering a job ticket. In S101, a job ticket is created by the job ticket creation unit 26 shown in FIG.
In S102, the job ticket transmitting unit 28 adds a user identifier and an internal specification identifier to the created job ticket. Then, the job ticket (and the attached information) is transmitted to the job ticket server 14 in S103.

【0029】S104では、ジョブチケットサーバー1
4のジョブチケット受信部32において送られたジョブ
チケットが受信され、S105では、ジョブチケット登
録部34によって送られてきたジョブチケットがジョブ
チケット記憶部36に登録される。この場合、内部仕様
識別子に基づいて保存仕様が判定され、その保存仕様が
保存仕様管理テーブル38に格納される(S106参
照)。
In S104, the job ticket server 1
The job ticket transmitted by the job ticket receiving unit 32 is received, and the job ticket transmitted by the job ticket registration unit 34 is registered in the job ticket storage unit 36 in S105. In this case, the storage specification is determined based on the internal specification identifier, and the storage specification is stored in the storage specification management table 38 (see S106).

【0030】図3には、ジョブチケット取得時の処理が
示されている。S201ではジョブチケット要求部30
によってジョブチケットの取得要求が発行される。この
場合要求仕様識別子が付加される。S202では、検索
判定部40によってジョブチケット記憶部36に格納さ
れた多数のジョブチケットの中から、取得対象となった
ジョブチケットが検索される。
FIG. 3 shows a process for acquiring a job ticket. In S201, the job ticket request unit 30
Issues a job ticket acquisition request. In this case, a required specification identifier is added. In S202, the search determining unit 40 searches the job ticket stored in the job ticket storage unit 36 for the job ticket to be acquired.

【0031】S203では、当該ジョブチケットの要求
仕様と保存仕様が一致するか否かが判定される。一致す
ればS205において検索判定部40を介してジョブチ
ケットがクライアント12に送信される。一方、S20
3において、要求仕様と保存仕様とが不一致であれば、
S204において取り出されたジョブチケットが仕様変
換部42に渡され、そのジョブチケットの保存仕様を要
求仕様に変換する処理が実行される。そして、S205
においてその変換後のジョブチケットが送信される。S
206ではクライアント12において、ジョブチケット
28によって当該ジョブチケットが受信される。
In S203, it is determined whether or not the required specification of the job ticket matches the storage specification. If they match, the job ticket is transmitted to the client 12 via the search determination unit 40 in S205. On the other hand, S20
In 3, if the required specification and the storage specification do not match,
The job ticket extracted in S204 is passed to the specification conversion unit 42, and a process of converting the storage specification of the job ticket into the required specification is executed. And S205
, The converted job ticket is transmitted. S
At 206, the client 12 receives the job ticket by the job ticket 28.

【0032】その後、ジョブ送信部24によって、取得
されたジョブチケットを利用してジョブが作成され、そ
のジョブがプリントサーバー16又は18に送られるこ
とにより、プリンタ20,22において印刷が実行され
る。
Thereafter, a job is created by the job transmitting unit 24 using the acquired job ticket, and the job is sent to the print server 16 or 18 so that the printers 20 and 22 execute printing.

【0033】[0033]

【発明の効果】以上説明したように、本発明によれば、
印刷属性記述ファイルを保存しておいて利用可能な印刷
システムにおいて、印刷属性記述ファイルの保存を効率
的に行うことができる。また、本発明によれば、要求す
る内部仕様とは異なる内部仕様を持った印刷属性記述フ
ァイルが保存されている場合に、内部仕様の変換を自動
的に行わせてユーザーの負担を軽減できる。
As described above, according to the present invention,
In a printing system in which the print attribute description file can be stored and used, the print attribute description file can be efficiently stored. Further, according to the present invention, when a print attribute description file having an internal specification different from the requested internal specification is stored, the conversion of the internal specification is automatically performed, and the burden on the user can be reduced.

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

【図1】 本発明に係る印刷システムの構成を示すブロ
ック図である。
FIG. 1 is a block diagram illustrating a configuration of a printing system according to the present invention.

【図2】 ジョブチケット登録時の処理を示すフローチ
ャートである。
FIG. 2 is a flowchart illustrating a process when registering a job ticket.

【図3】 ジョブチケット取得時の処理を示すフローチ
ャートである。
FIG. 3 is a flowchart illustrating a process when acquiring a job ticket.

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

10 ネットワーク、12 クライアント、14 ジョ
ブチケットサーバー、16,18 プリントサーバー、
20,22 プリンタ、24 ジョブ送信部、26 ジ
ョブチケット作成部、27 ジョブチケット受信部、2
8 ジョブチケット送信部、30 ジョブチケット要求
部、32 ジョブチケット受信部、34ジョブチケット
登録部、36 ジョブチケット記憶部、38 保存仕様
管理テーブル、40 検索判定部、42 仕様変換部、
44 仕様変換テーブル。
10 network, 12 clients, 14 job ticket server, 16, 18 print server,
20, 22 printer, 24 job transmission unit, 26 job ticket creation unit, 27 job ticket reception unit, 2
8 job ticket transmission unit, 30 job ticket request unit, 32 job ticket reception unit, 34 job ticket registration unit, 36 job ticket storage unit, 38 storage specification management table, 40 search determination unit, 42 specification conversion unit,
44 Specification conversion table.

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 印刷装置に対して印刷属性の指定を含む
印刷命令を送出して印刷を行わせる印刷システムにおい
て、 前記印刷属性が記述された印刷属性記述ファイルを保存
するファイル保存手段と、 ファイル取得要求に応じて、前記ファイル保存手段か
ら、要求対象となった印刷属性記述ファイルを検索して
取り出すファイル取り出し手段と、 前記ファイル取得要求の対象となった印刷属性記述ファ
イルの保存仕様と前記ファイル取得要求に基づいて判別
される要求仕様との不一致を判定する判定手段と、 前記不一致が判定された場合に、前記取り出された印刷
属性記述ファイルについて前記保存仕様を前記要求仕様
に変換する仕様変換手段と、 を含むことを特徴とする印刷システム。
1. A printing system in which a printing command including designation of a printing attribute is transmitted to a printing apparatus to perform printing, wherein: a file saving unit for saving a printing attribute description file in which the printing attribute is described; A file retrieval unit that retrieves and retrieves the requested print attribute description file from the file storage unit in response to the acquisition request; and a storage specification of the print attribute description file targeted for the file acquisition request and the file. Determining means for determining a mismatch with a required specification determined based on the acquisition request; and when the mismatch is determined, converting the storage specification into the required specification for the retrieved print attribute description file. Means, and a printing system comprising:
【請求項2】 印刷属性の指定を含む印刷命令を発行す
るクライアントと、前記印刷命令に応じて印刷を実行す
る印刷装置と、 前記印刷属性が記述された印刷属性記述ファイルを管理
するファイルサーバーと、 を含む印刷システムにおいて、 前記クライアントは、 前記ファイルサーバーに対してファイル取得要求を発行
する要求発行手段と、 前記ファイルサーバーから取得された印刷属性記述ファ
イルを利用して印刷装置へ印刷命令を発行する印刷命令
発行手段と、 を含み、 前記ファイルサーバーは、 前記印刷属性記述ファイルを保存するファイル保存手段
と、 ファイル取得要求に応じて、前記ファイル保存手段か
ら、要求対象となった印刷属性記述ファイルを検索して
取り出すファイル取り出し手段と、 前記ファイル取得要求に含まれる要求仕様と前記要求対
象となった印刷属性記述ファイルの保存仕様との不一致
を判定する判定手段と、 前記不一致が判定された場合に、前記取り出された印刷
属性記述ファイルについて前記保存仕様を前記要求仕様
に変換する仕様変換手段と、 を含むことを特徴とする印刷システム。
2. A client that issues a print command including designation of a print attribute, a printing device that executes printing in accordance with the print command, and a file server that manages a print attribute description file in which the print attributes are described. And a request issuing unit for issuing a file acquisition request to the file server, and issuing a print command to a printing apparatus using a print attribute description file acquired from the file server. The file server includes: a file storage unit that stores the print attribute description file; and a print attribute description file requested by the file storage unit in response to a file acquisition request. File retrieval means for retrieving and retrieving a file; Determining means for determining a mismatch between the required specification to be stored and the storage specification of the print attribute description file that has been requested; and, if the mismatch is determined, the storage specification is determined for the retrieved print attribute description file. A printing system, comprising: specification conversion means for converting to required specifications.
【請求項3】 請求項2記載のシステムにおいて、 前記要求仕様は、前記クライアントの種別及び前記印刷
装置の種別の少なくとも一方に基づいて定められること
を特徴とする印刷システム。
3. The printing system according to claim 2, wherein the required specification is determined based on at least one of a type of the client and a type of the printing device.
JP9296843A 1997-10-29 1997-10-29 Print system Pending JPH11134134A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9296843A JPH11134134A (en) 1997-10-29 1997-10-29 Print system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9296843A JPH11134134A (en) 1997-10-29 1997-10-29 Print system

Publications (1)

Publication Number Publication Date
JPH11134134A true JPH11134134A (en) 1999-05-21

Family

ID=17838887

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9296843A Pending JPH11134134A (en) 1997-10-29 1997-10-29 Print system

Country Status (1)

Country Link
JP (1) JPH11134134A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7161693B2 (en) 2001-09-14 2007-01-09 Canon Kabushiki Kaisha Printing control apparatus and printing control method
JP2007088663A (en) * 2005-09-21 2007-04-05 Fuji Xerox Co Ltd Device and method for processing information
JP2007233860A (en) * 2006-03-02 2007-09-13 Fuji Xerox Co Ltd Print control system, print attribute information management server, print controller and print control method
KR100910079B1 (en) * 2006-03-31 2009-07-30 캐논 가부시끼가이샤 Device-managing system, managing apparatus, information-processing apparatus, image-processing apparatus, and control method thereof
JP2010026578A (en) * 2008-07-15 2010-02-04 Canon Inc Information processor, image forming apparatus, control method for post-processor, and computer program
US7796295B2 (en) 2005-12-26 2010-09-14 Fuji Xerox Co., Ltd. Image reader system, image reader control method, and computer-readable medium
JP2011113266A (en) * 2009-11-26 2011-06-09 Ricoh Co Ltd Image forming device, data processing method, and program
US8477338B2 (en) 2007-02-22 2013-07-02 Seiko Epson Corporation Print job management system and default printer determining apparatus

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7161693B2 (en) 2001-09-14 2007-01-09 Canon Kabushiki Kaisha Printing control apparatus and printing control method
JP2007088663A (en) * 2005-09-21 2007-04-05 Fuji Xerox Co Ltd Device and method for processing information
US7796295B2 (en) 2005-12-26 2010-09-14 Fuji Xerox Co., Ltd. Image reader system, image reader control method, and computer-readable medium
JP2007233860A (en) * 2006-03-02 2007-09-13 Fuji Xerox Co Ltd Print control system, print attribute information management server, print controller and print control method
KR100910079B1 (en) * 2006-03-31 2009-07-30 캐논 가부시끼가이샤 Device-managing system, managing apparatus, information-processing apparatus, image-processing apparatus, and control method thereof
US8477338B2 (en) 2007-02-22 2013-07-02 Seiko Epson Corporation Print job management system and default printer determining apparatus
JP2010026578A (en) * 2008-07-15 2010-02-04 Canon Inc Information processor, image forming apparatus, control method for post-processor, and computer program
US8582147B2 (en) 2008-07-15 2013-11-12 Canon Kabushiki Kaisha Information processing apparatus, control method for image forming apparatus and post-processing apparatus, and computer program
JP2011113266A (en) * 2009-11-26 2011-06-09 Ricoh Co Ltd Image forming device, data processing method, and program

Similar Documents

Publication Publication Date Title
US6256750B1 (en) Information processing apparatus, network printing system, its control method, and storage medium storing program
EP1696311B1 (en) Image formation system, image formation device, server device and program
US20060250631A1 (en) Printing control apparatus and printing control method
US7330282B2 (en) Document delivery system, document delivery apparatus, document delivery method, program for executing the method and storage medium storing the program
US7461069B2 (en) Log information management device, log information generation device, and computer-readable medium storing log information management program therein
JPH09325928A (en) Method and equipment for communicating message
US7787143B2 (en) Job information management method and apparatus
JP2004005545A (en) Job management apparatus, job management method, control program, and job management system
JPH11134134A (en) Print system
JP2004341728A (en) Printer, printing system and cancellation method
JP2007087186A (en) Log collection system and method
JP2006069093A (en) Printer and information processor, printing method and printing control method, printing program and printing control program, and program recording medium
JP3880435B2 (en) Printing system, information processing apparatus, information processing method, and control program
JP4135911B2 (en) Network printing system
JP3102836B2 (en) Printer system and print job processing method for printer system
JPH10198532A (en) Printing device and printing system and method for controlling them
JP4498045B2 (en) Image processing apparatus, control method therefor, and program
JP2001306286A (en) Print job management system and method on network
JPWO2006006302A1 (en) Print system, printer server, print execution program, and print document management system
JP2004152108A (en) Printing system
JP3880434B2 (en) Job management system, job management apparatus, data processing apparatus, job management method, data processing method, and control program
JP4366042B2 (en) Job management apparatus, job management method, and control program
JP2006168069A (en) Printing apparatus and printing system
JP4110021B2 (en) Print processing program, information processing apparatus, information processing method, and storage medium for performing print processing with department management
JP3017612B2 (en) Print control method and print control device