JP6354742B2 - Information processing apparatus, information processing method, and program - Google Patents

Information processing apparatus, information processing method, and program Download PDF

Info

Publication number
JP6354742B2
JP6354742B2 JP2015240188A JP2015240188A JP6354742B2 JP 6354742 B2 JP6354742 B2 JP 6354742B2 JP 2015240188 A JP2015240188 A JP 2015240188A JP 2015240188 A JP2015240188 A JP 2015240188A JP 6354742 B2 JP6354742 B2 JP 6354742B2
Authority
JP
Japan
Prior art keywords
information
rip
drawing data
creation means
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.)
Active
Application number
JP2015240188A
Other languages
Japanese (ja)
Other versions
JP2016040740A (en
Inventor
洋介 青木
洋介 青木
等 森山
等 森山
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2015240188A priority Critical patent/JP6354742B2/en
Publication of JP2016040740A publication Critical patent/JP2016040740A/en
Application granted granted Critical
Publication of JP6354742B2 publication Critical patent/JP6354742B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

印刷の設定情報と印刷データを含む印刷ジョブを用いて描画データを作成する情報処理装置等に関する。   The present invention relates to an information processing apparatus that creates drawing data using a print job including print setting information and print data.

業務用の大量の文書を印刷したり製本したりするいわゆるプロダクションプリンティングが知られている(例えば、特許文献1参照。)。特許文献1には、印刷システム全体を考慮して、後処理が利用可能か否かをユーザに通知できる印刷システムが開示されている。   So-called production printing for printing and binding a large amount of business-use documents is known (see, for example, Patent Document 1). Patent Document 1 discloses a printing system capable of notifying a user whether or not post-processing is available in consideration of the entire printing system.

プロダクションプリンティングでは印刷工程がワークフローとして扱われることが多いが、印刷ワークフローでは、印刷ワークフローのオープン化が進められている。オープン化により、各社のソフトウェア(次述するワークフローアプリケーション)や印刷機器が、印刷の主要な工程における印刷ジョブの設定などを共通の記述形式で記述することが可能となる。印刷ワークフローの工程全体を記述するフォーマットとしてJDF(Job Definition Format)と呼ばれる標準フォーマットが知られている。   In production printing, a printing process is often handled as a workflow, but in the printing workflow, the printing workflow is being opened. With the opening, it becomes possible for each company's software (workflow application described below) and printing devices to describe print job settings and the like in the main printing process in a common description format. A standard format called JDF (Job Definition Format) is known as a format for describing the entire process of a print workflow.

印刷ワークフローの工程には、文書やコンテンツの作成、印刷方法の指定、印刷、後処理などの各種の工程がある。これらの各工程は様々なワークフローアプリケーションや印刷機器により行われるものであるが、JDFによりワークフローアプリケーションや印刷機器のメーカの違いに関わりなく、印刷機器間の連携、印刷工程管理等が可能になる。   The print workflow process includes various processes such as document and content creation, print method designation, printing, and post-processing. Each of these processes is performed by various workflow applications and printing devices. However, JDF enables cooperation between printing devices, printing process management, and the like regardless of differences between manufacturers of workflow applications and printing devices.

しかしながら、各ソフトメーカが作成したワークフローアプリケーションがJDFを拡張している場合、JDFにワークフローアプリケーション独自の記述が含まれる場合がある。この場合、下流工程のワークフローアプリケーションや印刷機器が、JDFを解析して処理できないという状況が生じてしまう。   However, when a workflow application created by each software manufacturer extends JDF, the JDF may include a description unique to the workflow application. In this case, a situation may arise in which the workflow application or the printing device in the downstream process cannot analyze and process the JDF.

このような不都合を解決する方法としては、下流工程のワークフローアプリケーションや印刷機器が、上流のワークフローアプリケーションが作成したJDFを、自身が扱える形式に変換することが考えられる(例えば、特許文献2参照。)。特許文献2には、PC(Personal Computer)から印刷装置に対してJDFコードで記述された印刷指示情報が送信されると、印刷装置では、受信した印刷指示情報から当該印刷指示情報が生成されたアプリケーションプログラムのアプリケーション名を取得してサーバに送信し、アプリケーション名に対応するJDF解析データを印刷装置に送信する印刷方法が開示されている。   As a method for solving such inconvenience, it is conceivable that the workflow application or printing device in the downstream process converts the JDF created by the upstream workflow application into a format that can be handled by itself (for example, see Patent Document 2). ). In Patent Document 2, when print instruction information described in JDF code is transmitted from a PC (Personal Computer) to a printing apparatus, the printing apparatus generates the print instruction information from the received print instruction information. A printing method is disclosed in which an application name of an application program is acquired and transmitted to a server, and JDF analysis data corresponding to the application name is transmitted to a printing apparatus.

しかしながら、上流のワークフローアプリケーションが作成したJDFを、自身が扱える形式に変換したとしても出力結果に差異が生じる場合がある。すなわち、JDFはPDL(Page Description Language)と共に印刷ジョブとして、上流工程のワークフローアプリケーションから下流工程のワークフローアプリケーション又は印刷機器に送信される。ここで、各社間で印刷ジョブ(JDF+PDL)の形式が同じであるとしても、各社の印刷機器のレンダリングエンジンの差異から出力結果が変わってしまう場合があるという問題がある。   However, even if the JDF created by the upstream workflow application is converted into a format that can be handled by itself, the output result may differ. That is, the JDF is transmitted as a print job together with PDL (Page Description Language) from the upstream workflow application to the downstream workflow application or printing device. Here, even if the format of the print job (JDF + PDL) is the same among the companies, there is a problem that the output result may change due to the difference in the rendering engine of the printing device of each company.

本発明は、上記課題に鑑み、各社のレンダリングエンジンの差異による出力結果の差異を低減する情報処理装置を提供することを目的とする。   In view of the above problems, an object of the present invention is to provide an information processing apparatus that reduces differences in output results due to differences in rendering engines of different companies.

上記課題に鑑み、本発明は、印刷装置において画像形成に用いられる描画データを作成する複数の描画データ作成手段と通信可能な情報処理装置であって、前記描画データ作成手段が前記描画データの作成に用いる印刷の設定情報と印刷データを取得する取得手段と、前記設定情報を前記情報処理装置が扱う形式の装置用設定情報に変換する変換手段と、前記装置用設定情報が含む情報を解析して前記描画データ作成手段を選択し、選択した前記描画データ作成手段に応じた態様で前記装置用設定情報と前記印刷データを前記描画データ作成手段に出力する作成手段制御手段と、を有することを特徴とする。   In view of the above problems, the present invention is an information processing apparatus capable of communicating with a plurality of drawing data creating means for creating drawing data used for image formation in a printing apparatus, wherein the drawing data creating means creates the drawing data. An acquisition unit for acquiring print setting information and print data used in the processing, a conversion unit for converting the setting information into device setting information in a format handled by the information processing device, and analyzing information included in the device setting information. And a creation means control means for selecting the drawing data creation means and outputting the apparatus setting information and the print data to the drawing data creation means in a manner corresponding to the selected drawing data creation means. Features.

本発明は、各社のレンダリングエンジンの差異による出力結果の差異を低減する情報処理装置を提供することができる。   The present invention can provide an information processing apparatus that reduces differences in output results due to differences in rendering engines of different companies.

本実施形態に係る印刷システムの全体構成図の一例である。1 is an example of an overall configuration diagram of a printing system according to an embodiment. DFEのハードウェア構成図の一例である。It is an example of the hardware block diagram of DFE. 比較のために示した従来のDFEの機能ブロック図の一例である。It is an example of the functional block diagram of the conventional DFE shown for the comparison. 本実施形態のDFEの機能ブロック図の一例である。It is an example of the functional block diagram of DFE of this embodiment. JDFの記載の一部を説明する図の一例である。It is an example of the figure explaining a part of description of JDF. 変換テーブルの一例を示す図である。It is a figure which shows an example of a conversion table. 「DFE内ジョブ属性」の作成を説明する図の一例である。FIG. 10 is an example of a diagram illustrating creation of “job attributes within DFE”. 「DFE内ジョブ属性」の一例を模式的に説明する図の一例である。FIG. 10 is an example of a diagram for schematically explaining an example of “job attributes within DFE”; 「RIP Parameter List」の一例を示す図である。It is a figure which shows an example of "RIP Parameter List." 「RIP Parameter List」の一例を示す図である。It is a figure which shows an example of "RIP Parameter List." DFEの動作手順を示すシーケンス図の一例である。It is an example of the sequence diagram which shows the operation | movement procedure of DFE. RIPエンジンがページ処理シーケンスに対応している場合の、RIP制御部を中心としたより詳細な動作手順を示すフローチャート図の一例である。FIG. 10 is an example of a flowchart showing a more detailed operation procedure centering on a RIP control unit when the RIP engine supports a page processing sequence. RIPエンジンがページ処理シーケンスに対応していない場合の、RIP制御部を中心としたより詳細な動作手順を示すフローチャート図の一例である。FIG. 10 is an example of a flowchart illustrating a more detailed operation procedure centering on a RIP control unit when the RIP engine does not support a page processing sequence.

以下、本発明を実施するための形態について図面を参照しながら説明する。
図1は、本実施形態に係る印刷システム200の全体構成図の一例を示す。本実施形態に係る印刷システム200は、LANやインターネットなどのネットワーク3を介して接続された、一台以上のエンドユーザ環境1と、POD(Print On Demand)印刷システム環境2とを有する。
Hereinafter, embodiments for carrying out the present invention will be described with reference to the drawings.
FIG. 1 shows an example of an overall configuration diagram of a printing system 200 according to the present embodiment. The printing system 200 according to this embodiment includes one or more end user environments 1 and a POD (Print On Demand) printing system environment 2 connected via a network 3 such as a LAN or the Internet.

エンドユーザ環境1には、クライアントPC11が配置されている。クライアントPC11はPOD印刷業務向けのワークフローアプリケーション(以下、単にアプリケーションという)12が搭載されており、ユーザの操作を受け付けて印刷ジョブの生成を行うことができる。   A client PC 11 is arranged in the end user environment 1. The client PC 11 is equipped with a workflow application (hereinafter simply referred to as an application) 12 for POD printing work, and can generate a print job in response to a user operation.

アプリケーション12は用紙面に複数の論理的なページイメージを複数貼り付けるための集約印刷機能(Number Up面付け機能)、ヘッダー、フッター、ページ番号などを付加するためのイメージ編集機能を実行することができる。また、アプリケーション12は印刷製本のための穴あけ(パンチ)指示やステープル留め(ステープル)などの指示を指定することができる。これらの指示や設定はJDFに記述される。JDFはジョブチケット又は作業指示書、印刷指示書などと呼ばれる場合がある。   The application 12 may execute an aggregate printing function (Number Up imposition function) for pasting a plurality of logical page images on a sheet surface, and an image editing function for adding a header, footer, page number, and the like. it can. Further, the application 12 can designate instructions such as punching (punching) and stapling (stapling) for bookbinding. These instructions and settings are described in JDF. JDF is sometimes called a job ticket, work instruction, print instruction, or the like.

POD印刷システム環境2は、ネットワーク3で接続された、工程管理部20と、デジタル印刷部30と、ポストプレス部40とを有している。工程管理部20はPOD印刷システム環境2においてデジタル印刷部30及びポストプレス部40の各工程に対して作業を指示し、POD印刷システム環境2のワークフローを一元管理する。   The POD printing system environment 2 includes a process management unit 20, a digital printing unit 30, and a post press unit 40 connected via a network 3. The process management unit 20 instructs the processes of the digital printing unit 30 and the post press unit 40 in the POD printing system environment 2 to centrally manage the workflow of the POD printing system environment 2.

工程管理部20は、エンドユーザ環境1から印刷ジョブ(JDF(Job Definition Format)とPDL(Page Description Language))を受信し、印刷ジョブを保存する。JDFは特許請求の範囲の設定情報の一例であり、PDLは特許請求の範囲の印刷データの一例である。なお、PDLとは、ページイメージ(ラスタライズされた画像)の描画内容を指示するための言語であるが、ここではPDLで記述されたデータを意味している。PDLには、PDF(Portable Document Format)、PostScript、PCL、RPDLなどがある。   The process management unit 20 receives a print job (JDF (Job Definition Format) and PDL (Page Description Language)) from the end user environment 1 and stores the print job. JDF is an example of claims setting information, and PDL is an example of claims print data. PDL is a language for instructing the drawing contents of a page image (rasterized image), but here, it means data described in PDL. PDL includes PDF (Portable Document Format), PostScript, PCL, RPDL, and the like.

また、工程管理部20はエンドユーザ環境1からの印刷ジョブに基づいて各工程における作業をワークフローとして組み立てたり、デジタル印刷部30やポストプレス部40、各作業者の作業を効率よくスケジューリングしたりする。自動運転時におけるエラー発生時、必要に応じてオペレータに通知をしたりすることもできる。一般的に工程管理部20は1台以上のPCサーバ21を含むように構成される。   Further, the process management unit 20 assembles work in each process as a workflow based on a print job from the end user environment 1, and efficiently schedules the work of the digital printing unit 30, the post press unit 40, and each worker. . When an error occurs during automatic operation, the operator can be notified as necessary. Generally, the process management unit 20 is configured to include one or more PC servers 21.

工程管理部20は、印刷ジョブをデジタル印刷部30に送信し印刷を行わせる。また、印刷物はポストプレス部40に搬送され、工程管理部20からの指示によりポストプレス部40は製本などを行う。なお、デジタル印刷部30から直接、印刷ジョブがポストプレス部40に送信されてもよい。   The process management unit 20 transmits a print job to the digital printing unit 30 to perform printing. Further, the printed material is conveyed to the post press unit 40, and the post press unit 40 performs bookbinding or the like according to an instruction from the process management unit 20. Note that the print job may be transmitted directly from the digital printing unit 30 to the post press unit 40.

デジタル印刷部30は、種々のプリンター(プロダクション向けプリンター、高速カラーインクジェットプリンタ、カラー/モノクロMFPなどのプリンター装置)31を含むように構成される。デジタル印刷部30には、DFE(Digital Front End)32が配置される。DFE32はプリンター制御装置とも呼ばれ、プリンター31による印刷を制御する。DFE32は、図示するようにプリンター31と別体でもよいし、プリンター31と一体でもよい。DFE32は、工程管理部20から印刷ジョブを取得すると、JDFとPDLを用いてプリンター31がトナー像又はインクによる画像を形成するためのラスターデータ(特許請求の範囲の描画データの一例である)を生成して、プリンター31に送信する。   The digital printing unit 30 is configured to include various printers (printer devices such as a printer for production, a high-speed color inkjet printer, and a color / monochrome MFP) 31. In the digital printing unit 30, a DFE (Digital Front End) 32 is arranged. The DFE 32 is also called a printer control device, and controls printing by the printer 31. The DFE 32 may be separate from the printer 31 as illustrated, or may be integrated with the printer 31. When the DFE 32 obtains a print job from the process management unit 20, the DFE 32 uses the JDF and PDL to generate raster data (an example of the drawing data in the claims) for forming a toner image or an image using ink. It is generated and transmitted to the printer 31.

デジタル印刷部30は、種々のプリンター31を有している。なお、デジタル印刷部30には印刷した記録紙に対して、紙折り、中綴じ製本、くるみ製本、パンチ等の後加工(後処理)を行うためのフィニッシャ(後処理装置)と直接接続したプリンター31が含まれていてもよい。   The digital printing unit 30 has various printers 31. The digital printing unit 30 is a printer directly connected to a finisher (post-processing device) for post-processing (post-processing) such as paper folding, saddle stitching, case binding, punching, etc., on the printed recording paper. 31 may be included.

ポストプレス部40は、工程管理部20から受信した印刷物(ポストプレスジョブ)の作業指示に従って、紙折り機、中綴じ製本機、くるみ製本機、断裁機、封入機、帳合い機等の後処理デバイスを含むように構成される。また、ポストプレス部40はデジタル印刷部30より出力された印刷物に対して、紙折り、中綴じ製本、くるみ製本、断裁、封入、帳合い等の仕上げ処理を実行する。ポストプレス部40には、ステープラ401、パンチ穴あけ機402など、デジタル印刷後の後加工(後処理)を行うための後処理装置が含まれている。   The post-press unit 40 performs post-processing such as a paper folding machine, saddle stitch binding machine, case binding machine, cutting machine, sealing machine, and bookbinding machine in accordance with the work instruction of the printed matter (post-press job) received from the process management unit 20. Configured to include devices. Further, the post-press unit 40 performs finishing processing such as paper folding, saddle stitching, case binding, cutting, enclosing, and packing on the printed matter output from the digital printing unit 30. The post press unit 40 includes post-processing devices for performing post-processing (post-processing) after digital printing, such as a stapler 401 and a punch punching machine 402.

エンドユーザ環境1のエンドユーザは、クライアントPC11から、POD印刷業務向けのアプリケーション12を使用して、画像の編集、面付け、テキスト挿入、後処理の指示などを行う。また、POD印刷システム環境2の工程管理部20に対して、印刷ジョブを送信する。   The end user of the end user environment 1 uses the application 12 for POD printing work from the client PC 11 to instruct image editing, imposition, text insertion, post-processing, and the like. In addition, a print job is transmitted to the process management unit 20 of the POD printing system environment 2.

工程管理部20のPCサーバ21はJDFに従い、デジタル印刷部30に対して印刷の指示を行い、ポストプレス部40に対して後処理の指示を行う。   The PC server 21 of the process management unit 20 instructs printing to the digital printing unit 30 and instructs post-processing to the postpress unit 40 in accordance with JDF.

〔ハードウェア構成〕
本実施形態では、エンドユーザ環境1が作成した印刷ジョブを工程管理部20が受け取り、工程管理部20がDFE32に印刷ジョブを送信する。このため、工程管理部20又はDFE32が、本実施形態の印刷ジョブの変換機能、後述する複数のRIPエンジンなどを有している。しかしながら、例えば、エンドユーザ環境1が、印刷ジョブを変換する機能やRIPエンジンを有することも可能である。また、これら以外に、例えばネットワーク3に接続された情報処理装置が印刷ジョブを変換する機能や複数のRIPエンジンを有していてもよい。以下、本実施形態ではDFE32が印刷ジョブを変換する機能や複数のRIPエンジンを有するものとして説明する。
[Hardware configuration]
In the present embodiment, the process management unit 20 receives a print job created by the end user environment 1, and the process management unit 20 transmits the print job to the DFE 32. For this reason, the process management unit 20 or the DFE 32 has a print job conversion function of the present embodiment, a plurality of RIP engines described later, and the like. However, for example, the end user environment 1 may have a function for converting a print job and a RIP engine. In addition to these, for example, an information processing apparatus connected to the network 3 may have a function of converting a print job and a plurality of RIP engines. Hereinafter, in this embodiment, the DFE 32 will be described as having a function of converting a print job and a plurality of RIP engines.

図2は、DFE32のハードウェア構成図の一例を示す。DFE32は、例えば図2に示すようなハードウェア構成により実現される。すなわち、DFE32は情報処理装置(コンピュータ)としての機能を有している。DFE32は、バス329で相互に接続されているCPU321、RAM322、補助記憶装置323、通信装置324、入力装置325、表示制御部326、及び、記録媒体I/F327を有している。   FIG. 2 shows an example of a hardware configuration diagram of the DFE 32. The DFE 32 is realized by a hardware configuration as shown in FIG. That is, the DFE 32 has a function as an information processing apparatus (computer). The DFE 32 includes a CPU 321, a RAM 322, an auxiliary storage device 323, a communication device 324, an input device 325, a display control unit 326, and a recording medium I / F 327 that are mutually connected via a bus 329.

CPU321は、RAM322をワークメモリにしてプログラムを実行することで、DFE32の全体を制御する。補助記憶装置323は、HDD(Hard Disk Drive)やSSD(Solid State Drive)などの不揮発メモリである。補助記憶装置323は印刷ジョブを変換する機能を有するプログラム328を記憶している。   The CPU 321 controls the entire DFE 32 by executing a program using the RAM 322 as a work memory. The auxiliary storage device 323 is a non-volatile memory such as a hard disk drive (HDD) or a solid state drive (SSD). The auxiliary storage device 323 stores a program 328 having a function of converting a print job.

通信装置324は、モデム,LANカード等であり、ネットワーク3に接続してエンドユーザ環境1、工程管理部20又はポストプレス部40と通信する。また、プリンター31と通信する。入力装置325はキーボードやマウス等である。入力装置325はユーザの操作を受け付ける装置であり、キーボードやマウスなどである。表示制御部326はディスプレイ330と接続されており、CPU321からの指示によりディスプレイ330に画面を表示する。なお、ディスプレイ330はタッチパネルでもよい。   The communication device 324 is a modem, a LAN card or the like, and is connected to the network 3 to communicate with the end user environment 1, the process management unit 20, or the post press unit 40. In addition, it communicates with the printer 31. The input device 325 is a keyboard, a mouse, or the like. The input device 325 is a device that receives user operations, and is a keyboard, a mouse, or the like. The display control unit 326 is connected to the display 330 and displays a screen on the display 330 according to an instruction from the CPU 321. The display 330 may be a touch panel.

記録媒体I/F327は、可搬型の記録媒体を脱着可能であり、CPU321からの指示により記録媒体331にデータを書き込んだり、記録媒体331からデータを読み出す。記録媒体331は、例えばCD−ROM、光ディスク、USBメモリ、SDカード(登録商標)等、光学的,電気的、又は、磁気的に記録する媒体、フラッシュメモリ等の様に情報を電気的に記録する半導体メモリ等、様々なタイプのものを用いることができる。   The recording medium I / F 327 is detachable from a portable recording medium, and writes data to the recording medium 331 or reads data from the recording medium 331 according to an instruction from the CPU 321. The recording medium 331 electrically records information like an optical, electrical, or magnetic recording medium such as a CD-ROM, optical disk, USB memory, SD card (registered trademark), or a flash memory. Various types of semiconductor memories can be used.

なお、プログラム328は記録媒体331に記憶された状態で配布されるか、又は、サーバからネットワーク3を介してダウンロードされることで配布される。   The program 328 is distributed in a state stored in the recording medium 331, or is distributed by being downloaded from the server via the network 3.

また、エンドユーザ環境1のクライアントPC11、及び、工程管理部20のPCサーバ21のハードウェア構成図も図2と同様の構成で実現できる。   The hardware configuration diagram of the client PC 11 in the end user environment 1 and the PC server 21 in the process management unit 20 can also be realized with the same configuration as that in FIG.

〔機能ブロック図〕
図3は、比較のために示した従来のDFE32の機能ブロック図の一例を示す。DFE32は、ワークフローにおいてジョブ制御、RIP(Raster Image Processor)制御、及び、プリンター制御を行う。このように、DFE32はエンドユーザ環境1や工程管理部20に対し印刷の主要な機能を提供するサーバとして動作する。なお、ジョブ制御とは、印刷ジョブの受け付け、JDFの解析、ラスターデータの作成、及び、プリンター31による印刷等、印刷ジョブの手順の一連の制御をいう。RIP制御とは、次述する「DFE内ジョブ属性」の作成後、「RIP Parameter List」を作成してRIPエンジン59にラスターデータを作成させる制御をいう。「DFE内ジョブ属性」は特許請求の範囲の装置用設定情報の一例であり、「RIP Parameter List」は特許請求の範囲の制御データの一例である。
[Function block diagram]
FIG. 3 shows an example of a functional block diagram of a conventional DFE 32 shown for comparison. The DFE 32 performs job control, RIP (Raster Image Processor) control, and printer control in the workflow. As described above, the DFE 32 operates as a server that provides the main functions of printing to the end user environment 1 and the process management unit 20. Note that job control refers to a series of control of print job procedures such as print job reception, JDF analysis, raster data creation, and printing by the printer 31. The RIP control refers to control in which a “RIP Parameter List” is created and raster data is created by the RIP engine 59 after creating the “job attribute in DFE” described below. The “DFE job attribute” is an example of device setting information in the claims, and the “RIP Parameter List” is an example of control data in the claims.

なお、「RIP」とは「Raster Image Processor」の略であり、ラスターデータを作成する専用のICやラスターデータを作成すること(レンダリングすること)をいう。   Note that “RIP” is an abbreviation for “Raster Image Processor”, and refers to creating (rendering) a dedicated IC or raster data for creating raster data.

プリンター制御とは、プリンター31にラスターデータと「DFE内ジョブ属性」の一部(後述するFinishing情報)を送信して印刷を行わせる制御をいう。   Printer control refers to control that causes the printer 31 to transmit raster data and a part of “job attributes within DFE” (Finishing information described later) to perform printing.

DFE32はC社のアプリケーション12に対応しており、C社形式の印刷ジョブ(JDFとPDL)であれば正常に印刷できる。以下、印刷までの手順を説明する。
1.ジョブ受信部51は、エンドユーザ環境1で動作するC社のアプリケーション12からC社形式の印刷ジョブ(PDL+JDF)を受信する。
2.ジョブ受信部51は、システム制御部52に印刷ジョブを出力する。
3.システム制御部52は設定に応じていったんジョブデータ格納部53に印刷ジョブを保持させた後、又は、直接、ジョブ制御部55に印刷ジョブを出力する。
4.ジョブ制御部55は、印刷ジョブ内のJDFをJDF解析部56に送信すると共に、JDF解析部56にJDF変換要求を出力する。
5.JDF解析部56は、C社形式のJDFをDFE32が扱うことが可能な「DFE内ジョブ属性」 に変換する。「DFE内ジョブ属性」については後述するが、例えば、印刷ジョブの各属性をC社のDFE32が扱う形式に変換したものである。
6.JDF解析部56は、変換後の「DFE内ジョブ属性」をジョブ制御部55に送信する。
7.ジョブ制御部55は、「DFE内ジョブ属性」と「PDL」から「RIP Parameter List」を生成する。「RIP Parameter List」はRIPエンジン59にてRIP処理を行うために必要な情報の集合である。ジョブ制御部55は、「RIP Parameter List」の情報からRIPエンジン59へのRIP処理の命令を決定する。この命令をRIPコマンドという。
8.ジョブ制御部55は、RIPエンジン59の初期化を行い、「RIP Parameter List」に記述されたRIP処理に必要な情報を用いてRIPコマンドを決定し、RIPコマンドをRIPエンジン59に出力する。
9.RIPエンジン59は、RIPコマンドに沿って描画処理を実行する。描画処理により、プリンター31の出力解像度にあわせたラスターデータ(ビットマップデータ)が作成される。
10.RIPエンジン59は、描画処理の終了後、画像格納部60にラスターデータを格納し、RIP終了通知をジョブ制御部55に通知する。
11.ジョブ制御部55は、「DFE内ジョブ属性」のうちFinishing情報をプリンター制御部61に送信し、印刷実行要求を行う。
12.プリンター制御部61は、ジョブ制御部55からの印刷実行要求を受けて、画像格納部60に格納された画像を確認後、Finishing情報にしたがいプリンター31を制御して印刷を実行する。
The DFE 32 corresponds to the application 12 of company C, and can print normally if it is a print job in the format of company C (JDF and PDL). Hereinafter, the procedure until printing will be described.
1. The job receiving unit 51 receives a print job (PDL + JDF) in company C format from the application 12 of company C operating in the end user environment 1.
2. The job receiving unit 51 outputs a print job to the system control unit 52.
3. The system control unit 52 once outputs the print job to the job control unit 55 after holding the print job in the job data storage unit 53 according to the setting.
4). The job control unit 55 transmits the JDF in the print job to the JDF analysis unit 56 and outputs a JDF conversion request to the JDF analysis unit 56.
5. The JDF analysis unit 56 converts the CDF format JDF into “job attributes within DFE” that can be handled by the DFE 32. The “job attributes within DFE” will be described later. For example, each attribute of a print job is converted into a format handled by the DFE 32 of company C.
6). The JDF analysis unit 56 transmits the converted “job attributes within DFE” to the job control unit 55.
7). The job control unit 55 generates a “RIP Parameter List” from the “job attributes within DFE” and “PDL”. The “RIP Parameter List” is a set of information necessary for the RIP engine 59 to perform RIP processing. The job control unit 55 determines an RIP processing instruction to the RIP engine 59 from the information of the “RIP Parameter List”. This instruction is called a RIP command.
8). The job control unit 55 initializes the RIP engine 59, determines a RIP command using information necessary for the RIP processing described in the “RIP Parameter List”, and outputs the RIP command to the RIP engine 59.
9. The RIP engine 59 executes drawing processing according to the RIP command. Through the rendering process, raster data (bitmap data) matching the output resolution of the printer 31 is created.
10. After the drawing process ends, the RIP engine 59 stores raster data in the image storage unit 60 and notifies the job control unit 55 of a RIP end notification.
11. The job control unit 55 transmits the finishing information in the “job attributes within DFE” to the printer control unit 61 and makes a print execution request.
12 The printer control unit 61 receives a print execution request from the job control unit 55, confirms the image stored in the image storage unit 60, and then controls the printer 31 according to the Finishing information to execute printing.

(a1)このように、DFE32はC社形式のJDFであればJDFを解析できるので、JDFを「DFE内ジョブ属性」に変換してRIPエンジン59でラスタライズすることができる。しかし、C社形式以外のJDFの場合、JDF解析部56が適切に解析できない場合があった。   (A1) As described above, if the DFE 32 is a JDF in company C format, the JDF can be analyzed. Therefore, the JDF can be converted into “job attributes within DFE” and rasterized by the RIP engine 59. However, in the case of JDF other than the company C format, the JDF analysis unit 56 may not be able to analyze appropriately.

(a2)また、C社以外のJDFを解析可能になったとしても、他社のワークフローアプリケーションによってはJDFだけでなく、JDFとPDLを含む印刷ジョブにC社との違いがある場合があった。この場合、DFE32は正常に印刷できない場合がある。   (A2) Even if it becomes possible to analyze JDF other than company C, depending on the workflow applications of other companies, there are cases where there is a difference between not only JDF but also a print job including JDF and PDL from company C. In this case, the DFE 32 may not be able to print normally.

(a3)また、印刷ジョブの違いに対応したとしても、印刷ジョブ内のPDLが同じPDL種別(例えばPDF,PostScript等)にも関わらずRIPエンジン59の違いにより出力結果に差異が生じる場合がある。   (A3) Even if it corresponds to the difference in the print job, the output result may differ due to the difference in the RIP engine 59 regardless of the PDL type (for example, PDF, PostScript, etc.) in the print job. .

(a4)例えば、各社のRIPエンジン59を搭載して出力結果の差異を解消できるとしても、各社のRIPエンジン59は制御のシーケンスが異なることが一般的であり、単に各社のRIPエンジン59を搭載するだけでは出力結果の差異を低減できない。   (A4) For example, even if each company's RIP engine 59 can be installed to eliminate the difference in output results, each company's RIP engine 59 generally has a different control sequence, and each company's RIP engine 59 is simply installed. It is not possible to reduce the difference in output results simply by doing.

〔本実施形態のDFEについて〕
図4は、本実施形態のDFE32の機能ブロック図の一例を示す。本実施形態のDFE32は、上記の不都合を解消するため、主要な特徴部として以下のように動作する。
[DFE of this embodiment]
FIG. 4 shows an example of a functional block diagram of the DFE 32 of the present embodiment. The DFE 32 according to the present embodiment operates as follows as a main characteristic part in order to eliminate the above-described inconvenience.

(b1)JDF解析部56のJDF変換部63が、各社の形式のJDFをC社のDFE32が扱うことが可能な「DFE内ジョブ属性」に変換する。これにより(a1)を解決できる。   (B1) The JDF conversion unit 63 of the JDF analysis unit 56 converts JDF of each company format into “job attributes within DFE” that can be handled by the DFE 32 of company C. Thereby, (a1) can be solved.

また、「DFE内ジョブ属性」への変換時、「DFE内ジョブ属性」に「RIP制御モード」を設定する。具体的には、「RIP制御モード」としては、「Page Mode」又は「Sheet Mode」のいずれかが設定される。
「Page Mode」…ページ毎にRIP処理を指示して1枚に集約されたラスターデータを作成する
「Sheet Mode」…すでに複数のページが集約された1ページの各部分(後述するセル)毎にRIP処理を指示してラスターデータを作成する
(b2)また、RIP部57に新たにRIP制御部58が設けられる。RIP制御部58は「RIP制御モード」に応じてRIPエンジン59を制御する。よって、「RIP制御モード」により印刷ジョブに最適なシーケンスが選択される。これにより(a2)を解決できる。
In addition, at the time of conversion to “job attribute in DFE”, “RIP control mode” is set in “job attribute in DFE”. Specifically, either “Page Mode” or “Sheet Mode” is set as the “RIP control mode”.
“Page Mode”: RIP processing is instructed for each page to create raster data that is consolidated into one sheet. “Sheet Mode”: For each part (cell to be described later) of one page in which a plurality of pages are already aggregated. RIP processing is instructed to create raster data (b2) In addition, a new RIP control unit 58 is provided in the RIP unit 57. The RIP control unit 58 controls the RIP engine 59 in accordance with the “RIP control mode”. Therefore, the optimum sequence for the print job is selected by the “RIP control mode”. Thereby, (a2) can be solved.

(b3)また、RIP部57にはアプリケーションの各ソフトメーカ毎(後述するRIPエンジン識別情報毎)にRIPエンジン59が配置されている。これにより、(a3)の印刷ジョブの形式が同じ印刷ジョブ内のPDLが同じPDL種別にも関わらずでも各社のRIPエンジン59の差異から出力結果が変わってしまうという不都合を回避できる。   (B3) In addition, RIP engines 59 are arranged in the RIP unit 57 for each software manufacturer of the application (for each RIP engine identification information described later). As a result, it is possible to avoid the inconvenience that the output result changes due to the difference between the RIP engines 59 of the respective companies even if the PDLs in the print job having the same print job format (a3) are the same PDL type.

(b4)RIP制御部58は、複数のRIPエンジン59の中から使用するRIPエンジン59を決定し、予め保持しているそれぞれRIPエンジンのシーケンスでRIPエンジン59を制御する。これにより、(a4)を解決できる。   (B4) The RIP control unit 58 determines the RIP engine 59 to be used from among the plurality of RIP engines 59, and controls the RIP engine 59 in accordance with the sequences of the RIP engines held in advance. Thereby, (a4) can be solved.

以下、図4に基づき説明する。DFE32は、ジョブ受信部51、システム制御部52、UI制御部54、ジョブ制御部55、JDF解析部56、RIP部57、RIP制御部58、RIPエンジン59、及び、プリンター制御部61を有している。これらは、CPU321がプログラム328を実行し、図2を含む各種のハードウェアと協働することで実現される。また、DFE32は、補助記憶装置323、RAM322、及び、記録媒体331などに構築されたジョブデータ格納部53及び画像格納部60を有している。   Hereinafter, a description will be given based on FIG. The DFE 32 includes a job reception unit 51, a system control unit 52, a UI control unit 54, a job control unit 55, a JDF analysis unit 56, a RIP unit 57, a RIP control unit 58, a RIP engine 59, and a printer control unit 61. ing. These are realized by the CPU 321 executing the program 328 and cooperating with various hardware including FIG. The DFE 32 also includes a job data storage unit 53 and an image storage unit 60 that are built in the auxiliary storage device 323, the RAM 322, the recording medium 331, and the like.

ジョブ受信部51は、ネットワーク3を介してアプリケーション12などから印刷ジョブを受け付ける。例えば、受信したデータからJDFとPDLを取り出し、ジョブ制御部55に出力する。また、例えば、ログとして、一意のジョブ番号、受付日時、終了日時、ステータスなどをジョブに関連付けて記録する。印刷ジョブは、アプリケーション12から入力される以外に、可搬型のメモリに記憶された状態の印刷ジョブをジョブ受信部51が読み出すことで入力されてもよい。本実施例では印刷ジョブにJDFが含まれているものとするが、JDFが含まれていない場合、ジョブ受信部51はダミーのJDFを作成して、DFE内でジョブ処理をする上で必要な印刷ジョブの設定を定義する。   The job receiving unit 51 receives a print job from the application 12 or the like via the network 3. For example, JDF and PDL are extracted from the received data and output to the job control unit 55. Further, for example, as a log, a unique job number, reception date / time, end date / time, status, and the like are recorded in association with the job. In addition to being input from the application 12, the print job may be input by the job receiving unit 51 reading out the print job stored in the portable memory. In this embodiment, it is assumed that JDF is included in the print job. However, if JDF is not included, the job receiving unit 51 creates a dummy JDF and is necessary for job processing in the DFE. Define print job settings.

システム制御部52は、受信した印刷ジョブをジョブデータ格納部53に格納するか、又は、ジョブ制御部55に出力する。例えば、DFE32に予め印刷ジョブをジョブデータ格納部53に格納すると設定されている場合、システム制御部52は印刷ジョブをジョブデータ格納部53に格納する。また、例えばJDFに、ジョブデータ格納部53に格納するか否かが記述されている場合は、記述に従う。   The system control unit 52 stores the received print job in the job data storage unit 53 or outputs it to the job control unit 55. For example, if the DFE 32 is set in advance to store a print job in the job data storage unit 53, the system control unit 52 stores the print job in the job data storage unit 53. For example, when the JDF describes whether or not to store in the job data storage unit 53, the description is followed.

また、システム制御部52は、ジョブデータ格納部53に格納した印刷ジョブの内容を例えばユーザがディスプレイ330に表示する操作を行った場合、JDFをジョブデータ格納部53からUI制御部54に出力する。ユーザがJDFを変更した場合、UI制御部54は変更内容を受け付け、システム制御部52は再度、変更されたJDFをジョブデータ格納部53に格納する。   Further, the system control unit 52 outputs the JDF from the job data storage unit 53 to the UI control unit 54 when the user performs an operation to display the contents of the print job stored in the job data storage unit 53 on the display 330, for example. . When the user changes the JDF, the UI control unit 54 receives the change contents, and the system control unit 52 stores the changed JDF in the job data storage unit 53 again.

また、システム制御部52は、ユーザ、エンドユーザ環境1、又は、工程管理部20から、印刷ジョブの実行の指示を受け付けると、ジョブデータ格納部53に格納された印刷ジョブをジョブ制御部55に出力する。また、例えば、JDFに印刷時刻が設定されている場合、該時刻になるとジョブデータ格納部53に格納された印刷ジョブを詠み出してジョブ制御部55に出力する。   When the system control unit 52 receives an instruction to execute a print job from the user, the end user environment 1 or the process management unit 20, the system control unit 52 sends the print job stored in the job data storage unit 53 to the job control unit 55. Output. Further, for example, when the print time is set in the JDF, the print job stored in the job data storage unit 53 is read out and output to the job control unit 55 when the print time is reached.

ジョブデータ格納部53は、このように印刷ジョブを格納するための記憶領域であり、DFE32の補助記憶装置323や記録媒体331に設けられる。また、ネットワーク上の記憶装置に設けられてもよい。   The job data storage unit 53 is a storage area for storing a print job as described above, and is provided in the auxiliary storage device 323 or the recording medium 331 of the DFE 32. Further, it may be provided in a storage device on the network.

UI制御部54は、JDFを解釈してディスプレイ330に印刷ジョブの内容を表示する。また、RIPエンジン59が作成したラスターデータをディスプレイ330に表示することができる。   The UI control unit 54 interprets the JDF and displays the contents of the print job on the display 330. Further, raster data created by the RIP engine 59 can be displayed on the display 330.

ジョブ制御部55は、RIP制御部58に対しラスターデータを作成させ、また、プリンター制御部61に印刷を行わせる。具体的には、まず、印刷ジョブのJDFをJDF解析部56に送信すると共に、JDF解析部56にJDF変換要求を出力する。   The job control unit 55 causes the RIP control unit 58 to create raster data and causes the printer control unit 61 to perform printing. Specifically, first, the JDF of the print job is transmitted to the JDF analysis unit 56 and a JDF conversion request is output to the JDF analysis unit 56.

JDF解析部56は、従来どおり、C社形式のJDFをC社の「DFE内ジョブ属性」に変更する。また、JDF解析部56のJDF変換部63は、JDFの記述を解析して、JDFを作成したアプリケーション12のソフトメーカ(特許請求の範囲の作成元の一例である)を判断する。JDFを作成したアプリケーションのメーカを判断することは、印刷ジョブがレンダリングされることが想定されているRIPエンジン59を判断することとほぼ同じ意味である。そして、JDF変換部63は、各社の形式のJDFとC社の「DFE内ジョブ属性」との対応関係に基づき作成されている変換テーブル62を用いて、アプリケーション12のソフトメーカに依存するJDFをC社の「DFE内ジョブ属性」に変更する。変換テーブル62は、ソフトメーカ毎に作成されている。   The JDF analysis unit 56 changes the JDF in the C company format to the “job attribute in DFE” of the C company as before. Further, the JDF conversion unit 63 of the JDF analysis unit 56 analyzes the description of the JDF, and determines the software manufacturer of the application 12 that created the JDF (which is an example of a creation source of claims). Determining the manufacturer of the application that created the JDF has almost the same meaning as determining the RIP engine 59 that is supposed to render the print job. Then, the JDF conversion unit 63 uses the conversion table 62 created based on the correspondence between the JDF in the format of each company and the “job attribute in DFE” of the C company, to convert the JDF that depends on the software manufacturer of the application 12. Change to “Job attribute in DFE” of company C. The conversion table 62 is created for each software manufacturer.

また、JDF変換部63は、「DFE内ジョブ属性」に「RIP制御モード(「Page Mode」又は「Sheet Mode」)」を設定する。すなわち、C社以外のA社又はB社の形式のJDFであることを判断して、アプリケーション12のソフトメーカが作成する印刷ジョブに適した「RIP制御モード」を設定する。各社の印刷ジョブが「Page Mode」か「Sheet Mode」のどちらで作成されているのかは予め調査されている。本実施形態では、C社は、印刷ジョブの集約印刷の設定を「Page Mode」で扱っているものとする。   Further, the JDF conversion unit 63 sets “RIP control mode (“ Page Mode ”or“ Sheet Mode ”)” in “Job attribute in DFE”. That is, it is determined that the JDF is in the format of Company A or Company B other than Company C, and the “RIP control mode” suitable for the print job created by the software manufacturer of the application 12 is set. Whether each company's print job is created in “Page Mode” or “Sheet Mode” is investigated in advance. In the present embodiment, it is assumed that the company C handles the print job consolidated printing setting in “Page Mode”.

また、JDF変換部63は、「DFE内ジョブ属性」に「RIPエンジン識別情報」を設定してもよい。すなわち、C社以外のA社又はB社形式のJDFであることを判断して、各社に応じた適切な「RIPエンジン識別情報」を設定する。   Further, the JDF conversion unit 63 may set “RIP engine identification information” in “job attribute within DFE”. That is, it is determined that the JDF is in the form of company A or company B other than company C, and appropriate “RIP engine identification information” corresponding to each company is set.

以上により「DFE内ジョブ属性」を取得したジョブ制御部55は、「DFE内ジョブ属性」とPDLを「RIP Parameter List」に変換し、RIP制御部58に対して、「RIP Parameter List」という形で印刷ジョブを出力する。ジョブ制御部55は、RIP制御部58に対しRIPエンジン59を用いた描画処理を行わせる。すなわち、ジョブ制御部55は、RIP制御部58がない場合と同様に「DFE内ジョブ属性」とPDLから「RIP Parameter List」を作成すればよい。「RIP Parameter List」には「RIP制御モード」が含まれている。   The job control unit 55 that has acquired the “job attributes within DFE” as described above converts the “job attributes within DFE” and the PDL into “RIP Parameter List”, and sends the “RIP Parameter List” to the RIP control unit 58. To output the print job. The job control unit 55 causes the RIP control unit 58 to perform drawing processing using the RIP engine 59. That is, the job control unit 55 may create a “RIP Parameter List” from the “job attributes within DFE” and the PDL as in the case where the RIP control unit 58 is not provided. The “RIP Parameter List” includes “RIP control mode”.

また、ジョブ制御部55は、常に、「Page Mode」に沿ったシーケンスに従って動作する。ジョブ制御部55は自社の制御モードで常に動作することで、他社の印刷ジョブ(JDFとPDL)に対応するために変更される必要がない。ジョブ制御部55は、印刷ジョブの実行において主要な機能を果たすため、他社の印刷ジョブに対応するための変更を避けることで、開発コストや期間を低減できる。   Further, the job control unit 55 always operates according to a sequence according to “Page Mode”. Since the job control unit 55 always operates in its own control mode, it does not need to be changed to cope with print jobs (JDF and PDL) of other companies. Since the job control unit 55 performs a main function in the execution of the print job, the development cost and the period can be reduced by avoiding the change to cope with the print job of another company.

RIP部57は、RIP制御部58とRIPエンジン59を有し、これらによりラスターデータを作成する。RIPエンジン59は、アプリケーションのソフトメーカ毎に用意されている。なお、ソフトメーカが異なってもそのソフトメーカの使用するRIPエンジン59が他メーカと同じであれば同じRIPエンジン59を使用できる。図では3つのRIPエンジン59があるがRIPエンジン59は2つ以上あればよく、4つ以上でもよい。   The RIP unit 57 includes a RIP control unit 58 and a RIP engine 59, and creates raster data using them. The RIP engine 59 is prepared for each application software manufacturer. Even if the software manufacturers are different, the same RIP engine 59 can be used if the software manufacturer uses the same RIP engine 59 as the other manufacturers. Although there are three RIP engines 59 in the figure, there may be two or more RIP engines 59, and there may be four or more.

RIP制御部58は、「RIP Parameter List」の情報を解析して、複数あるRIPエンジン59から使用するRIPエンジンを決定する。RIPエンジンの決定は、「RIP Parameter List」の1つ以上の項目に基づく場合と、「RIP Parameter List」に明示された「RIPエンジン識別情報」に基づく場合とがある。   The RIP control unit 58 analyzes information of the “RIP Parameter List” and determines a RIP engine to be used from a plurality of RIP engines 59. The determination of the RIP engine may be based on one or more items in the “RIP Parameter List” or may be based on “RIP engine identification information” specified in the “RIP Parameter List”.

RIP制御部58は、複数台あるRIPエンジン59のそれぞれの制御用のシーケンスを内部的に保持している。したがって、ジョブ制御部55は、使用されるRIPエンジン59に関係なくRIP制御部58に対し「RIP Parameter List」を出力すればよい。   The RIP control unit 58 internally holds a control sequence for each of a plurality of RIP engines 59. Therefore, the job control unit 55 may output a “RIP Parameter List” to the RIP control unit 58 regardless of the RIP engine 59 used.

また、RIP制御部58は、「RIP Parameter List」を参照して、RIPエンジン59にRIPコマンドを送信する。また、RIP制御部58は、「RIP Parameter List」を参照して、「RIP制御モード」が「Sheet Mode」の場合、「Sheet Mode」に従ってRIPコマンドをRIPエンジン59に出力する。これにより、印刷ジョブの違いを吸収できる。   Also, the RIP control unit 58 refers to the “RIP Parameter List” and transmits a RIP command to the RIP engine 59. Further, the RIP control unit 58 refers to the “RIP Parameter List”, and outputs the RIP command to the RIP engine 59 according to “Sheet Mode” when the “RIP control mode” is “Sheet Mode”. Thereby, the difference between print jobs can be absorbed.

RIPエンジン59はレンダリングエンジンであり、RIPコマンドに従ってラスタライズを行うことでラスターデータを作成する。上記のようにアプリケーションのソフトメーカに応じた複数のRIPエンジン59が存在する。   The RIP engine 59 is a rendering engine, and creates raster data by performing rasterization according to the RIP command. As described above, there are a plurality of RIP engines 59 corresponding to application software manufacturers.

画像格納部60は、作成されたラスターデータが格納される記憶手段である。画像格納部60は、例えば、補助記憶装置323に搭載される。   The image storage unit 60 is a storage unit that stores created raster data. The image storage unit 60 is mounted on the auxiliary storage device 323, for example.

プリンター制御部61は、プリンター31と接続されており、画像格納部60に格納されているラスターデータを読み出し、プリンター31に送信することで印刷を行う。また、ジョブ制御部55から取得したFinishing情報に基づき仕上げ処理を行う。   The printer control unit 61 is connected to the printer 31, and performs printing by reading raster data stored in the image storage unit 60 and transmitting the raster data to the printer 31. Further, finishing processing is performed based on the finishing information acquired from the job control unit 55.

〔JDF内の他社情報について〕
JDFはXML(Extensible Markup Language)で記述される。XMLはタグに意味をもたせて文書を構造化する構造化テキストの規格である。
[About other company information in JDF]
JDF is described in XML (Extensible Markup Language). XML is a standard for structured text in which a tag is structured to structure a document.

図5は、JDFの記載の一部を説明する図の一例である。図5(a)では、印刷ジョブに対する指示内容が記述されている。
「JDF xmlns="http://www.CIP4.org/JDFSchema_1_1"」は、CIP4準拠のJDFチケットであることを示す。
「xmlns:C="www.ccc.com/schema/ccc"」は、CIP4準拠外の各印刷業者/ベンダーが独自に拡張したJDFタグ定義を示す。本例の場合、JDF内の「C:」から始まるタグは、全て拡張タグになる。
「ResourcePool」は、印刷を実現するための属性の集合を定義する。
「LayoutPreparationParams」は、ResourcePoolに定義される属性のひとつであり、面付け関連の属性を定義する。
「ResourceLinkPool」は、ページ間などジョブ内の特定の範囲で属性が異なる場合などに、その範囲に対するResourcePool内の共通利用する属性への参照の集合を定義する。
「ComponentLink」は、ResourceLinkPool内の参照の定義のひとつであり、出力物に関わる属性の参照とその情報を指定する。
「Amount」は、部数を指定する。
「Rotate」は、画像の回転角度を指定する。
FIG. 5 is an example of a diagram for explaining a part of the description of JDF. In FIG. 5A, the instruction content for the print job is described.
“JDF xmlns =“ http://www.CIP4.org/JDFSchema_1_1 ”” indicates that this is a CIP4-compliant JDF ticket.
“Xmlns: C =“ www.ccc.com/schema/ccc ”” indicates a JDF tag definition uniquely extended by each printer / vendor not conforming to CIP4. In this example, all tags starting with “C:” in JDF are extended tags.
“ResourcePool” defines a set of attributes for realizing printing.
“LayoutPreparationParams” is one of the attributes defined in ResourcePool, and defines imposition-related attributes.
“ResourceLinkPool” defines a set of references to commonly used attributes in ResourcePool for a specific range within a job, such as between pages.
“ComponentLink” is one of the definitions of the reference in ResourceLinkPool, and specifies the attribute reference and information related to the output product.
“Amount” specifies the number of copies.
“Rotate” specifies the rotation angle of the image.

例えば、図5(a)のJDFがC社のアプリケーション12が作成したものであるとすると、C社のDFE32はJDFを正しく解析できる。これに対し、図5(b)(c)に示すように、アプリケーション12の会社がJDFを拡張する場合がある。   For example, if the JDF in FIG. 5A is created by the application 12 of company C, the DFE 32 of company C can correctly analyze the JDF. On the other hand, as shown in FIGS. 5B and 5C, the company of the application 12 may extend JDF.

図5(b)はA社の拡張の一例を、図5(c)はB社の拡張の一例を示す。図5(b)の「xmlns:A="www.aaa.com/schema/aaa"」は、JDF内の「A:」から始まるタグは、全てA社の拡張タグになることを意味する。図5(c)の「xmlns:B="www.bbb.com/schema/bbb"」は、JDF内の「B:」から始まるタグは、全てB社の拡張タグになることを意味する。   FIG. 5B shows an example of the extension of company A, and FIG. 5C shows an example of the extension of company B. “Xmlns: A =“ www.aaa.com/schema/aaa ”” in FIG. 5B means that all tags starting with “A:” in the JDF become extension tags of company A. “Xmlns: B =“ www.bbb.com/schema/bbb ”” in FIG. 5C means that all tags starting with “B:” in the JDF become expansion tags for company B.

したがって、JDF変換部63は、JDFのこれらの記述を参照することで、JDFを作成したアプリケーション12のソフトメーカを判別できる。アプリケーション12のソフトメーカに応じて、後述する変換テーブル62を用いて、JDFをC社のDFE32が扱うことができる「DFE内ジョブ属性」に変換できる。
〔DFE内ジョブ属性の作成〕
図6、7を用いて「DFE内ジョブ属性」の作成について説明する。図6は変換テーブル62の一例を、図7は「DFE内ジョブ属性」の作成を説明する図の一例である。JDF解析部56は、従来と同様に、C社形式のJDFを「DFE内ジョブ属性」に変換する。変換方法は、例えば、JDFのタグ内の属性と「DFE内ジョブ属性」の項目を対応づける変換テーブル62を参照し、JDFの属性値を「DFE内ジョブ属性」の項目値として配置するというものである。図7上の変換テーブル62とは、図6の変換テーブルのことであり、図6(a)と図7(a)、図6(b)と図7(b)、図6(c)と図7(c)はそれぞれ対応する。
Therefore, the JDF conversion unit 63 can determine the software manufacturer of the application 12 that created the JDF by referring to these descriptions in the JDF. Depending on the software manufacturer of the application 12, the JDF can be converted into “job attributes within DFE” that can be handled by the DFE 32 of company C using the conversion table 62 described later.
[Create job attributes in DFE]
Creation of “job attributes within DFE” will be described with reference to FIGS. FIG. 6 is an example of a conversion table 62, and FIG. 7 is an example of a diagram for explaining creation of “job attributes within DFE”. The JDF analysis unit 56 converts JDF in company C format into “job attributes within DFE” as in the conventional case. For example, the conversion method refers to the conversion table 62 that associates the attribute in the JDF tag with the item “job attribute in DFE”, and arranges the attribute value of JDF as the item value of “job attribute in DFE”. It is. The conversion table 62 in FIG. 7 is the conversion table in FIG. 6, and FIG. 6 (a) and FIG. 7 (a), FIG. 6 (b), FIG. 7 (b), FIG. FIG. 7C corresponds to each.

図6(a)はC社の変換テーブルの一例を示す。C社の変換テーブルは、「Amount」という属性名の値を「部数」という項目名の項目値に対応させ、「Rotate」という属性名の値を「回転」という項目名の項目値に対応させる。   FIG. 6A shows an example of a conversion table for company C. In the conversion table of company C, the value of the attribute name “Amount” corresponds to the item value of the item name “number of copies”, and the value of the attribute name “Rotate” corresponds to the item value of the item name “rotate”. .

JDF変換部63は上記のようにして印刷ジョブを作成したソフトメーカ(すなわち、印刷ジョブが処理されることが想定されているRIPエンジン)を判断すると、各ソフトメーカに対応した変換テーブル62を用いてJDFを「DFE内ジョブ属性」に変換する。   When the JDF conversion unit 63 determines the software manufacturer that created the print job as described above (that is, the RIP engine that is supposed to process the print job), the JDF conversion unit 63 uses the conversion table 62 corresponding to each software manufacturer. JDF is converted to “job attributes within DFE”.

JDF変換部63は、A社の変換テーブル62とB社の変換テーブル62を予め保持している。図6(b)はA社の変換テーブルを、図6(c)はB社の変換テーブルをそれぞれ示す。JDF変換部63は上記のようにJDFから拡張タグを指定する記述を検出して、アプリケーション12のメーカを判断し、各メーカに対応した変換テーブル62を使用する。   The JDF conversion unit 63 holds a conversion table 62 for company A and a conversion table 62 for company B in advance. 6B shows a conversion table for company A, and FIG. 6C shows a conversion table for company B. The JDF conversion unit 63 detects the description specifying the extension tag from the JDF as described above, determines the manufacturer of the application 12, and uses the conversion table 62 corresponding to each manufacturer.

A社、B社形式のJDFもC社形式のJDFの変換と同様に変換できる。A社の変換テーブルは、「A:Amount」という属性名の値を「部数」という項目名の項目値に対応させ、「A:Rotate」という属性名の値を「回転」という項目名の項目値に対応させる。B社の変換テーブルは、「B:DeliveryAmount」という属性名の値を「部数」という項目名の項目値に対応させ、「B:Rotate」という属性名の値を「回転」という項目名の項目値に対応させる。なお、B社の変換テーブルでは、「B:AlternateRotation」という属性名の値が「false」の場合のみ回転が有効になる。したがって、A社又はB社形式のJDFであると判定されれば、C社形式のJDFと同様に「DFE内ジョブ属性」を作成できる。   Company A and company B format JDFs can be converted in the same manner as the company C format JDF. The conversion table of company A associates the value of the attribute name “A: Amount” with the item value of the item name “number of copies”, and sets the value of the attribute name “A: Rotate” to the item name of the item name “rotation”. Corresponds to the value. The conversion table of company B associates the value of the attribute name “B: DeliveryAmount” with the item value of the item name “Copies” and sets the value of the attribute name “B: Rotate” to the item name “Rotation”. Corresponds to the value. In the conversion table of company B, rotation is valid only when the value of the attribute name “B: AlternateRotation” is “false”. Therefore, if it is determined that the JDF is in the A company or B company format, the “job attribute in DFE” can be created in the same manner as the JDF in the C company format.

そして、JDF変換部63は、集約印刷における印刷ジョブの形式が自社(C社)と異なる会社のアプリケーション12により作成されていると判断すると、「DFE内ジョブ属性」の「RIP制御モード」という項目に「Sheet Mode」を設定する。アプリケーション12が自社製であったり、集約印刷における印刷ジョブの形式が自社(C社)と同じ会社のアプリケーションである場合は、「RIP制御モード」という項目に「Page Mode」を設定する。これにより、RIP制御部58は「RIP制御モード」に応じてRIPエンジン59に出力するRIPコマンドを制御できる。   When the JDF conversion unit 63 determines that the print job format in the aggregate printing is created by the application 12 of a company different from the company (C company), the item “RIP control mode” of “Job attribute in DFE” Set “Sheet Mode” to. If the application 12 is an in-house product or an application of the same company as that of the company (C company) in the print job format in aggregate printing, “Page Mode” is set in the item “RIP control mode”. Thereby, the RIP control unit 58 can control the RIP command output to the RIP engine 59 in accordance with the “RIP control mode”.

なお、「RIP制御モード」は、集約印刷における印刷ジョブの形式が自社(C社)と異なる会社のアプリケーション12により作成されている場合でなく、該アプリケーション12で作成されておりかつJDFに実際に2ページ以上の集約印刷が設定されている場合に設定されてもよい。   Note that the “RIP control mode” is not created by the application 12 of a company different from the company (C company) in the print job format in aggregate printing, but is created by the application 12 and actually in the JDF. This may be set when aggregated printing of two or more pages is set.

このようにJDF変換部63が「DFE内ジョブ属性」を作成する際、
JDF内の「xmlns:A="www.aaa.com/schema/aaa"」や「xmlns:B="www.bbb.com/schema/bbb"」、又は、「A:」から始まるタグ(「A:Amount」、A:Rotate」)や「B:」から始まるタグ(「B:DeliveryAmount」、B:Rotate」)などの記述も「DFE内ジョブ属性」に含まれることになる。または、含まれるように変換することができる。また、これらの情報は「RIP Parameter List」に含めることができる。これにより、RIP制御部58は「RIP Parameter List」からこれらの記述を検出して1つのRIPエンジン59を選択できる。
As described above, when the JDF conversion unit 63 creates the “job attributes within DFE”,
Tags starting with "xmlns: A =" www.aaa.com/schema/aaa "" or "xmlns: B =" www.bbb.com/schema/bbb "" or "A:" A: Amount ”, A: Rotate”) and tags beginning with “B:” (“B: DeliveryAmount”, B: Rotate ”) and the like are also included in the“ job attributes within DFE ”. Or it can be converted to be included. These pieces of information can be included in the “RIP Parameter List”. Thereby, the RIP control unit 58 can detect these descriptions from the “RIP Parameter List” and select one RIP engine 59.

また、JDF変換部63は「RIP制御モード」のように、「RIPエンジン識別情報」を直接、「DFE内ジョブ属性」に設定してもよい。この場合、例えば、A社、B社、C社という社名が設定されたり、A社、B社、C社に固有のID(識別情報)が設定される。固有のID(識別情報)は指定情報の一例である。   Further, the JDF conversion unit 63 may directly set “RIP engine identification information” as “job attribute in DFE” as in “RIP control mode”. In this case, for example, company names A company, B company, and C company are set, and IDs (identification information) unique to A company, B company, and C company are set. The unique ID (identification information) is an example of designation information.

図8(a)は、「DFE内ジョブ属性」の一例を模式的に説明する図の一例である。「DFE内ジョブ属性」は大きく、ジョブの実行に関する「Job情報」、ラスターデータに関する「Edit情報」、及び、仕上げ処理に関する「Finishing情報」に区分されている。
・Job情報の「部数」は、印刷ジョブの部数を指定する。
・Job情報の「ページ数」は、印刷ジョブに含まれるページ数を指定する。
・Job情報の「RIP制御モード」は、RIP制御部58によるRIPエンジンの制御モードを指定する。
・Edit情報の「向き情報」という項目は、印刷の向きを指定する。
・Edit情報の「印刷面情報」という項目は、印刷面を指定する。
・Edit情報の「回転」という項目はページの回転角度を指定する。
・Edit情報の「拡大/縮小」という項目は拡大/縮小と変倍率を指定する。
・Edit情報の「イメージ位置:オフセット」という項目はイメージのオフセットを指定する。
・Edit情報の「イメージ位置:位置調整情報」という項目はイメージの位置調整を指定する。
・Edit情報の「レイアウト情報:カスタム・インポジション配置」という項目は、カスタム面の配置を指定する。
・Edit情報の「レイアウト情報:ページ数」という項目は、用紙1枚のページ数を指定する。
・Edit情報の「レイアウト情報:インポジション情報」という項目は、面配置に関する情報を指定する。
・Edit情報の「レイアウト情報:ページ順序情報」という項目は、印刷されるページの順序に関する情報を指定する。
・Edit情報の「レイアウト情報:クリープ位置調整」という項目は、クリープ位置の調整に関する情報を指定する。
・Edit情報の「マージン情報」という項目は、フィット・ボックスやガターなどのマージンに関する情報を指定する。
・Edit情報の「クロップ・マーク情報:センター・クロップ・マーク情報」という項目は、センター・クロップ・マークに関する情報を指定する。
・Edit情報の「クロップ・マーク情報:コーナー・クロップ・マーク情報」という項目は、コーナー・クロップ・マーク情報に関する情報を指定する。
・Finishing情報の「Collate情報」という項目は、文書が複数部数印刷される場合にページ単位で印刷するか文書単位で印刷するかの情報を指定する。
・Finishing情報の「ステープル/バインド情報」という項目は、ステープル/バインドに関する情報を指定する。
・Finishing情報の「パンチ情報」という項目は、パンチに関する情報を指定する。
・Finishing情報の「折り情報」という項目は、折りに関する情報を指定する。
・Finishing情報の「トリム」という項目は、トリムに関する情報を指定する。
・Finishing情報の「出力トレイ情報」という項目は、出力トレイに関する情報を指定する。
・Finishing情報の「入力トレイ」という項目は、入力トレイに関する情報を指定する。
・Finishing情報の「カバー・シート情報」という項目は、カバー・シートに関する情報を指定する。
FIG. 8A is an example of a diagram schematically illustrating an example of “job attributes within DFE”. The “job attributes within DFE” are broadly divided into “Job information” relating to job execution, “Edit information” relating to raster data, and “Finishing information” relating to finishing processing.
-“Number of copies” of the job information specifies the number of copies of the print job.
The “number of pages” of the job information specifies the number of pages included in the print job.
The “RIP control mode” of the job information specifies the control mode of the RIP engine by the RIP control unit 58.
The item “Orientation Information” in the Edit information specifies the printing direction.
The item “printing surface information” in the Edit information specifies the printing surface.
-The item "Rotation" in the Edit information specifies the page rotation angle.
-The item "Enlarge / Reduce" in Edit information specifies enlargement / reduction and scaling.
-The item “image position: offset” in the Edit information specifies an offset of the image.
The item “image position: position adjustment information” in the Edit information specifies image position adjustment.
-The item "layout information: custom in-position arrangement" in the Edit information specifies the arrangement of the custom surface.
The item “layout information: number of pages” of the Edit information designates the number of pages of one sheet.
The item “layout information: imposition information” in the Edit information specifies information related to the surface layout.
The item “layout information: page order information” in the Edit information specifies information related to the order of pages to be printed.
The item “layout information: creep position adjustment” of the Edit information specifies information related to the adjustment of the creep position.
-The item "margin information" in Edit information specifies information about margins such as fit box and gutter.
The item “Crop mark information: center crop mark information” in the Edit information specifies information about the center crop mark.
The item “Crop Mark Information: Corner Crop Mark Information” in the Edit information specifies information regarding the corner crop mark information.
The item “Collate information” of the Finishing information specifies information on whether to print in units of pages or in units of documents when a plurality of copies of a document are printed.
The item “staple / bind information” of the finishing information designates information related to stapling / binding.
-The item "punch information" in the Finishing information specifies information related to punching.
-The item "folding information" of the Finishing information specifies information about folding.
-The item "Trim" in the Finishing information specifies information related to trim.
-The item "output tray information" of the Finishing information specifies information about the output tray.
-The item "input tray" in the Finishing information specifies information related to the input tray.
-The item "cover / sheet information" of the Finishing information specifies information about the cover / sheet.

「DFE内ジョブ属性」の「RIP制御モード」には「Page Mode」又は「Sheet Mode」が設定される。なお、図では「RIP制御モード」は「DFE内ジョブ属性」の一項目として設定されているが、「DFE内ジョブ属性」に添付される態様で設定されてもよい。   “Page Mode” or “Sheet Mode” is set in “RIP Control Mode” of “Job Attributes within DFE”. In the figure, “RIP control mode” is set as one item of “job attributes within DFE”, but may be set in a form attached to “job attributes within DFE”.

図8(b)は、「DFE内ジョブ属性」の別の一例を模式的に説明する図の一例である。図8(b)では、「RIP制御モード」とは別に、複数存在するRIPエンジン59を識別するための「RIPエンジン識別情報」が設定されている。   FIG. 8B is an example of a diagram for schematically explaining another example of “job attributes within DFE”. In FIG. 8B, apart from the “RIP control mode”, “RIP engine identification information” for identifying a plurality of RIP engines 59 is set.

なお、「RIP制御モード」が「Sheet Mode」となるソフトメーカが一社しかない場合、「RIP制御モード」として「Sheet Mode」が設定されていることがRIPエンジン(ソフトメーカ)を識別する情報となる。   When there is only one software manufacturer whose “RIP control mode” is “Sheet Mode”, the information identifying the RIP engine (software manufacturer) is that “Sheet Mode” is set as the “RIP control mode”. It becomes.

〔RIP Parameter Listについて〕
「RIP Parameter List」は、「DFE内ジョブ属性」とPDLから作成される。上記のように「DFE内ジョブ属性」はC社のDFE32で扱える情報である。すなわち、ジョブ制御部55が解析して「RIP Parameter List」を作成できる用語体系と形式で記述されている。また、「RIP Parameter List」には「RIP制御モード」の項目が含まれるが、「RIP制御モード」は「DFE内ジョブ属性」の項目の1つにすぎない。また、「RIPエンジン識別情報」が含まれる場合も同様である。
[About RIP Parameter List]
The “RIP Parameter List” is created from “Job Attributes within DFE” and PDL. As described above, the “job attributes within DFE” is information that can be handled by the DFE 32 of company C. That is, it is described in a terminology and format that can be analyzed by the job control unit 55 to create a “RIP Parameter List”. The “RIP Parameter List” includes an item “RIP control mode”, but the “RIP control mode” is only one item of “job attributes within DFE”. The same applies when “RIP engine identification information” is included.

このため、「RIP制御モード」や「RIPエンジン識別情報」が含まれていても、他の項目と同様に、「DFE内ジョブ属性」から「RIP Parameter List」に転記すればよい。すなわち、「RIP制御モード」の設定の有無や「RIPエンジン識別情報」の有無に関わらず、「RIP Parameter List」は共通である。したがって、例えば、図3の従来のジョブ制御部55と比較しても、ジョブ制御部55の機能には変更は全くないか又は少なくとも大きな変更はない。   For this reason, even if “RIP control mode” or “RIP engine identification information” is included, it may be transferred from “job attribute in DFE” to “RIP Parameter List” in the same manner as other items. That is, the “RIP Parameter List” is the same regardless of whether the “RIP control mode” is set or not and “RIP engine identification information” is present. Therefore, for example, even if compared with the conventional job control unit 55 of FIG. 3, the function of the job control unit 55 is not changed at least, or at least not greatly changed.

図9は、「RIP Parameter List」の一例を示す図である。
・入出力データ種類情報は、入力、出力データの種類を指定する。(入力、出力データは、PDLのみだけではなく、テキストファイルや、JPEGなどの画像データも指定される。
・入出力データの読み書き位置指定方式情報は、入力、出力データのオフセット(読み込み/書き込み位置)の指定方法を指定する。例えば、指定の位置から、現在の位置から、最後尾から、などを指定できる。
・入出力データの読み書き位置情報は、入力、出力データの現在の処理位置を指定する。
・入出力データの読み書きの実行モード情報は、実行モードを指定する情報である。例えば、READ、WRITE、READ_WRITEなどを指定する。
・単位情報(ディメンジョン)は、「RIP Parameter List」内で使用する単位を指定する。例えば、「mm」、「inch」、「pel」、「point」などが指定される。
・入出力データの圧縮方式情報は、入力、出力データの圧縮方法を指定する。例えば、「UNCOMPRESSED」、「PACKBITS」などが指定される。
・「RIP制御モード」は、集約印刷における制御モードを指定する。例えば、「Page Mode」又は「Sheet Mode」が指定される。
FIG. 9 is a diagram illustrating an example of “RIP Parameter List”.
• Input / output data type information specifies the type of input and output data. (For input and output data, not only PDL but also text file and image data such as JPEG are specified.
-The input / output data read / write position designation method information designates the method for designating the input / output data offset (read / write position). For example, from the specified position, from the current position, from the tail, etc. can be specified.
-The input / output data read / write position information specifies the current processing position of input and output data.
The execution mode information for reading and writing input / output data is information for specifying the execution mode. For example, READ, WRITE, READ_WRITE, etc. are specified.
-Unit information (dimension) specifies the unit to be used in the “RIP Parameter List”. For example, “mm”, “inch”, “pel”, “point”, and the like are designated.
-Input / output data compression method information specifies the compression method for input and output data. For example, “UNCOMPRESSED”, “PACKBITS”, etc. are specified.
“RIP control mode” designates a control mode in aggregate printing. For example, “Page Mode” or “Sheet Mode” is designated.

入出力画像情報部は、「出力画像に関する情報」「入力画像に関連する情報」「画像の取り扱いに関する情報」を有している。
・画像フォーマット・タイプは、出力画像のフォーマットのタイプを指定する。例えば、ラスタ等が指定される。
・画像フォーマット・ディメンジョンは、出力画像フォーマットのディメンジョンを指定する。
・画像フォーマット・解像度は、出力画像フォーマットの解像度を指定する。
・画像の位置は、出力画像の位置を指定する。
・カラーセパレーション情報は、カラーセパレーション(カラー分解)を指定する。例えば「k」、「cmyk」、「separation」などが指定される。
・カラープレーン・フィット・ポリシー情報は、カラープレーンの展開方式を指定する。
・プレーン・シフト情報は、カラープレーンのシフト量を指定する。
・画像フォーマットのカラービット数は、出力画像フォーマットのカラービット数を指定する。
・画像の向き情報は、出力画像のページの向きを指定する。
・作像位置情報は、クロップ・エリアの位置情報を指定する。
・作像サイズ情報は、クロップ・エリアのサイズ情報を指定する。
・作像方式情報は、クリップのポリシーを指定する。
・カラーICC情報は、カラーICCプロファイルに関する情報を指定する。
・フォント代替情報は、フォントの代替に関する情報を指定する。
・作像基点情報は、作像起点を指定する。例えば、「センター」、「右上」などが指定される。
・フラットKブラック情報は、フラットKブラックに関する情報を指定する。
・レンダリング情報は、レンダリング(ラスタライズ)に関する情報を指定する。
・画像フォーマット・タイプは、入力画像のフォーマットのタイプを指定する。例えば、ラスタ等が指定される。
・画像フォーマット・ディメンジョンは、入力画像フォーマットのディメンジョンを指定する。
・画像フォーマット・解像度は、入力画像フォーマットの解像度を指定する。
・画像の位置は、入力画像の位置を指定する。
・入力データは、入力データを指定する。
・ページ範囲情報は、ページ番号を指定する。
・カラーICC情報は、カラーICCプロファイルに関する情報を指定する。
・スケーリング・オフセット情報は、拡大縮小アルゴリズムのオフセットを指定する。例えば、水平方向オフセット、垂直方向オフセットなどが指定される。
・オブジェクト・領域情報は、オブジェクト領域の幅、高さを指定する。
・ハーフトーン情報は、ハーフトーンのオフセットを指定する。例えば、水平方向オフセット、垂直方向オフセットが指定される。
・スケーリング・アルゴリズム情報は、スケーリングの方式を指定する。
The input / output image information section includes “information relating to an output image”, “information relating to an input image”, and “information relating to image handling”.
-The image format type specifies the format type of the output image. For example, raster or the like is designated.
-The image format / dimension specifies the dimension of the output image format.
・ Image format / resolution specifies the resolution of the output image format.
-The position of the image specifies the position of the output image.
-Color separation information specifies color separation (color separation). For example, “k”, “cmyk”, “separation” and the like are designated.
The color plane fit policy information specifies the color plane development method.
The plane shift information specifies the color plane shift amount.
-The number of color bits of the image format specifies the number of color bits of the output image format.
The image orientation information specifies the page orientation of the output image.
-The image forming position information specifies the position information of the crop area.
-Image formation size information specifies size information of the crop area.
-The image formation method information specifies the clip policy.
-Color ICC information specifies information related to the color ICC profile.
-Font substitution information specifies information about font substitution.
-The image formation origin point specifies the image formation origin. For example, “center”, “upper right”, etc. are designated.
-Flat K black information specifies information about flat K black.
Rendering information specifies information related to rendering (rasterization).
Image format type specifies the format type of the input image. For example, raster or the like is designated.
-The image format / dimension specifies the dimension of the input image format.
-The image format / resolution specifies the resolution of the input image format.
-The position of the image specifies the position of the input image.
-Input data specifies input data.
・ Page range information specifies page numbers.
-Color ICC information specifies information related to the color ICC profile.
-Scaling offset information specifies the offset of the scaling algorithm. For example, a horizontal offset, a vertical offset, etc. are designated.
Object / area information specifies the width and height of the object area.
-Halftone information specifies halftone offset. For example, a horizontal direction offset and a vertical direction offset are designated.
• Scaling algorithm information specifies the scaling method.

PDLに関連する情報は、データ領域、サイズ情報、及び、データの配置方法を指定する。
・データ領域は、PDLの格納されている領域情報を指定する。フォント情報、ページ数の情報などは、このデータ領域内に存在するPDLに含まれている。
・サイズ情報は、PDLのサイズを指定する。
・データの配置方法は、データの配置方式を指定する。例えば、リトルエンディアン、ビッグエンディアンなどが指定される。
Information related to PDL specifies a data area, size information, and a data arrangement method.
The data area specifies area information in which PDL is stored. Font information, information on the number of pages, and the like are included in the PDL existing in this data area.
-The size information specifies the size of the PDL.
-The data arrangement method specifies the data arrangement method. For example, little endian or big endian is specified.

なお、「RIP制御モード」は、図9に示す場所に限られず、「RIP Parameter List」内の別の場所に設定されていてもよい。また、「RIP制御モード」という表記がなくなっていても、情報として含まれていればよいものである。   Note that the “RIP control mode” is not limited to the location illustrated in FIG. 9, and may be set at another location in the “RIP Parameter List”. Further, even if the notation “RIP control mode” disappears, it is only necessary to be included as information.

図10は、「RIP Parameter List」の別の一例を示す図である。図10では、「RIP制御モード」の後に「RIPエンジン識別情報」が設定されている(この場合は社名など)。これによりRIP制御部58は、「RIP Parameter List」から「xmlns:A="www.aaa.com/schema/aaa"」や「xmlns:B="www.bbb.com/schema/bbb"」(又は、「A:Amount」、「B:DeliveryAmount」などでもよい)などを検出することなく、特定の項目(「RIPエンジン識別情報」)を参照するだけでRIPエンジン59を選択できる。   FIG. 10 is a diagram illustrating another example of the “RIP Parameter List”. In FIG. 10, “RIP engine identification information” is set after “RIP control mode” (in this case, a company name, etc.). As a result, the RIP control unit 58 reads “xmlns: A =“ www.aaa.com/schema/aaa ”” or “xmlns: B =“ www.bbb.com/schema/bbb ”” from the “RIP Parameter List” ( Alternatively, the RIP engine 59 can be selected simply by referring to a specific item (“RIP engine identification information”) without detecting “A: Amount”, “B: DeliveryAmount”, or the like.

〔制御手順〕
図11は、DFEの動作手順を示すシーケンス図の一例である。
S1:アプリケーション12は、ジョブ受信部51に対し印刷ジョブ(JDF+PDL)を送信する。
S2:ジョブ受信部51は、システム制御部52に対し印刷ジョブを出力する。
[Control procedure]
FIG. 11 is an example of a sequence diagram illustrating an operation procedure of DFE.
S1: The application 12 transmits a print job (JDF + PDL) to the job receiving unit 51.
S2: The job receiver 51 outputs a print job to the system controller 52.

ステップS3-1、S3-2の処理は、どちらかが行われる。
S3-1:DFE32の設定が印刷ジョブをジョブデータ格納部に格納するというものであったり、JDFに印刷ジョブをジョブデータ格納部に格納するという設定が含まれている場合、システム制御部52は印刷ジョブをジョブデータ格納部に格納する。
S3-2:印刷ジョブをジョブデータ格納部に格納するという設定がない場合、システム制御部52は印刷ジョブをジョブ制御部55に出力する。
S4:ジョブ制御部55は、印刷ジョブのJDFをJDF解析部56に出力すると共に、JDF解析部56にJDF変換要求を出力する。
S5:JDF解析部56は、各社の形式のJDFをC社のDFE32で処理可能な「DFE内ジョブ属性」 に変換する。変換の際、JDF解析部56は、「DFE内ジョブ属性」に「RIP制御モード(「Page Mode」か「Sheet Mode」)」を設定する。なお、「RIP制御モード」の設定は、「DFE内ジョブ属性」の作成前、作成時、又は、作成後でもよい。
S6:JDF解析部56は、「DFE内ジョブ属性」をジョブ制御部55に出力する。
S7:ジョブ制御部55は、「DFE内ジョブ属性」と「PDL」から「RIP Parameter List」を作成する。
S8:ジョブ制御部55は、「RIP Parameter List」をRIP制御部58に出力する。
S9:RIP制御部58は、「RIP Parameter List」に基づき使用するRIPエンジン59を決定する。
Either of the processes of steps S3-1 and S3-2 is performed.
S3-1: If the setting of the DFE 32 is to store the print job in the job data storage unit or the setting to store the print job in the job data storage unit is included in the JDF, the system control unit 52 The print job is stored in the job data storage unit.
S3-2: If there is no setting for storing the print job in the job data storage unit, the system control unit 52 outputs the print job to the job control unit 55.
S4: The job control unit 55 outputs the JDF of the print job to the JDF analysis unit 56 and also outputs a JDF conversion request to the JDF analysis unit 56.
S5: The JDF analysis unit 56 converts the JDF in the format of each company into “job attributes within DFE” that can be processed by the DFE 32 of company C. At the time of conversion, the JDF analysis unit 56 sets “RIP control mode (“ Page Mode ”or“ Sheet Mode ”)” in “Job attribute within DFE”. The “RIP control mode” may be set before, during, or after creation of “job attributes within DFE”.
S6: The JDF analysis unit 56 outputs “job attributes within DFE” to the job control unit 55.
S7: The job control unit 55 creates a “RIP Parameter List” from the “job attributes within DFE” and “PDL”.
S8: The job control unit 55 outputs “RIP Parameter List” to the RIP control unit 58.
S9: The RIP control unit 58 determines the RIP engine 59 to be used based on the “RIP Parameter List”.

以下の処理は、「RIP制御モード」が「Page Mode」か「Sheet Mode」によって異なっている。まず、「Page Mode」の場合を説明する。
S10-1:RIP制御部58は、決定したRIPエンジン59を初期化する。
S11-1:ジョブ制御部55は、RIP制御部58に対しRIP実行要求を行う。
S12-1:RIP制御部58はジョブ制御部55の代わりにRIPコマンドを出力する。RIP制御部58は、「RIP制御モード」が「Page Mode」の場合、「Page Mode」に適したシーケンスでRIPコマンドを出力する。
S13-1:RIPエンジン59はラスタライズを行う。
S14-1:RIPエンジン59はラスターデータを画像格納部60に格納する。
The following processing differs depending on whether the “RIP control mode” is “Page Mode” or “Sheet Mode”. First, the case of “Page Mode” will be described.
S10-1: The RIP control unit 58 initializes the determined RIP engine 59.
S11-1: The job control unit 55 makes a RIP execution request to the RIP control unit 58.
S12-1: The RIP control unit 58 outputs a RIP command instead of the job control unit 55. When the “RIP control mode” is “Page Mode”, the RIP control unit 58 outputs a RIP command in a sequence suitable for “Page Mode”.
S13-1: The RIP engine 59 performs rasterization.
S14-1: The RIP engine 59 stores raster data in the image storage unit 60.

次に、「Sheet Mode」の場合を説明する。
S10-2:RIP制御部58は、決定したRIPエンジン59を初期化する。
S11-2:ジョブ制御部55は、RIP制御部58に対しRIP実行要求を行う。
S12-2:RIP制御部58は、「RIP制御モード」が「Sheet Mode」の場合、「Sheet Mode」に適したシーケンスでRIPコマンドを出力する。
S13-2:RIPエンジン59はラスタライズを行う。
S14-2:RIPエンジン59はラスターデータを画像格納部60に格納する。
Next, the case of “Sheet Mode” will be described.
S10-2: The RIP control unit 58 initializes the determined RIP engine 59.
S11-2: The job control unit 55 makes a RIP execution request to the RIP control unit 58.
S12-2: When the “RIP control mode” is “Sheet Mode”, the RIP control unit 58 outputs a RIP command in a sequence suitable for “Sheet Mode”.
S13-2: The RIP engine 59 performs rasterization.
S14-2: The RIP engine 59 stores raster data in the image storage unit 60.

したがって、「RIP Parameter List」によりRIPエンジン59を決定できれば、RIP制御部58は「Page Mode」か「Sheet Mode」かに応じてRIPエンジン59を制御できる。ジョブ制御部55の動作は「Page Mode」と「Sheet Mode」で違いがない。
S15:ジョブ制御部55は印刷実行要求と共にFinishing情報をプリンター制御部61に出力する。このタイミングは、ラスターデータの作成前でも作成後でもよい。
S16:プリンター制御部61は、印刷実行要求を取得したことで、画像格納部60のラスターデータを確認し、印刷を行う。
Therefore, if the RIP engine 59 can be determined by the “RIP Parameter List”, the RIP control unit 58 can control the RIP engine 59 according to “Page Mode” or “Sheet Mode”. The operation of the job control unit 55 is not different between “Page Mode” and “Sheet Mode”.
S15: The job control unit 55 outputs the finishing information together with the print execution request to the printer control unit 61. This timing may be before or after the creation of raster data.
S16: The printer control unit 61 confirms the raster data in the image storage unit 60 and prints by acquiring the print execution request.

なお、印刷ジョブの違いの一例である「Page Mode」と「Sheet Mode」の違いは、JDFのソフトメーカの違いによって生じるものである。例えば、A、C社の「Page Mode」、B社の場合は「Sheet Mode」のように、ソフトメーカが決まれば「RIP制御モード」も定まると考えられる。したがって、図11のように「Page Mode」と「Sheet Mode」でシーケンスを分けるのではなく、使用するRIPエンジン59に応じて「Page Mode」と「Sheet Mode」のシーケンスを切り替えてもよい。すなわち、印刷ジョブの違いは、RIPエンジン59を選択しシーケンスを切り替えることで吸収することも可能である。   Note that the difference between “Page Mode” and “Sheet Mode”, which is an example of a difference between print jobs, is caused by a difference in JDF software manufacturers. For example, “RIP control mode” may be determined if the software manufacturer is determined, such as “Page Mode” for companies A and C, and “Sheet Mode” for company B. Therefore, the sequence of “Page Mode” and “Sheet Mode” may be switched according to the RIP engine 59 to be used instead of dividing the sequence by “Page Mode” and “Sheet Mode” as shown in FIG. That is, the difference between print jobs can be absorbed by selecting the RIP engine 59 and switching the sequence.

<RIPエンジンの違いによるシーケンスの違い>
RIPエンジン59によってシーケンスが異なるため、RIP制御部58には予めRIPエンジン毎に適切なシーケンスが定められている。例えば、RIPエンジン59によっては、ページ処理シーケンスに対応している場合と、対応していない場合がある。ページ処理シーケンスとは、1ページ分のレンダリングの処理をRIPエンジン側で制御するシーケンスである。ページ処理シーケンスに対応しているRIPエンジン59では、ページ単位でRIPエンジン59に送信すればRIPエンジン59が自律的に1ページ分のレンダリングを行う。
<Sequence differences due to differences in RIP engines>
Since the sequence differs depending on the RIP engine 59, an appropriate sequence is determined in advance for each RIP engine in the RIP control unit 58. For example, depending on the RIP engine 59, the page processing sequence may or may not be supported. The page processing sequence is a sequence for controlling rendering processing for one page on the RIP engine side. In the RIP engine 59 corresponding to the page processing sequence, if it is transmitted to the RIP engine 59 in units of pages, the RIP engine 59 autonomously renders one page.

図12は、RIPエンジン59がページ処理シーケンスに対応している場合の、RIP制御部58を中心としたより詳細な動作手順を示すフローチャート図の一例である。この処理は、図11のS11-1〜S13-1又はS11-2〜S13-2の処理を置き換えるものである。
S1:ジョブ制御部55はRIP制御部58に対しジョブ処理開始要求を出力する。
S2:RIP制御部58はRIPエンジン59に対しジョブ処理開始指示を出力する。
S3:RIP制御部58はジョブ制御部55に対しジョブ処理開始応答を出力する。
FIG. 12 is an example of a flowchart showing a more detailed operation procedure centered on the RIP control unit 58 when the RIP engine 59 is compatible with the page processing sequence. This process replaces the process of S11-1 to S13-1 or S11-2 to S13-2 of FIG.
S1: The job control unit 55 outputs a job processing start request to the RIP control unit 58.
S2: The RIP control unit 58 outputs a job processing start instruction to the RIP engine 59.
S3: The RIP control unit 58 outputs a job processing start response to the job control unit 55.

S4〜S9の処理はページ毎にページ数分繰り返し行われる。
S4:ジョブ制御部55はRIP制御部58に対しページ処理開始要求を出力する。
S5:RIP制御部58はジョブ制御部55に対しページ処理開始応答を出力する。
S6:RIP制御部58はRIPエンジン59に対しページRIPデータを出力する。
S7:RIP制御部58はRIPエンジン59に対しページRIP開始指示を出力する。
S8:RIPエンジン59は、1ページのレンダリングを終了すると、RIP制御部58に対しページRIP完了通知を出力する。
S9:RIP制御部58はジョブ制御部55に対し、ページ処理完了通知を出力する。
S10:RIP制御部58はジョブ制御部55に対しジョブ処理完了通知を出力する。
The processes from S4 to S9 are repeated for each page by the number of pages.
S4: The job control unit 55 outputs a page processing start request to the RIP control unit 58.
S5: The RIP control unit 58 outputs a page processing start response to the job control unit 55.
S6: The RIP control unit 58 outputs page RIP data to the RIP engine 59.
S7: The RIP control unit 58 outputs a page RIP start instruction to the RIP engine 59.
S8: When the rendering of one page is completed, the RIP engine 59 outputs a page RIP completion notification to the RIP control unit 58.
S9: The RIP control unit 58 outputs a page processing completion notification to the job control unit 55.
S10: The RIP control unit 58 outputs a job processing completion notification to the job control unit 55.

図13は、RIPエンジン59がページ処理シーケンスに対応していない場合の、RIP制御部58を中心としたより詳細な動作手順を示すフローチャート図の一例である。この処理は、図11のS11-1〜S13-1又はS11-2〜S13-2の処理を置き換えるものである。
S1:ジョブ制御部55はRIP制御部58に対しジョブ処理開始要求を出力する。
S2:RIP制御部58はRIPエンジン59に対しジョブ処理開始指示を出力する。
S3:RIP制御部58はジョブ制御部55に対しジョブ処理開始応答を出力する。
FIG. 13 is an example of a flowchart showing a more detailed operation procedure centering on the RIP control unit 58 when the RIP engine 59 does not support the page processing sequence. This process replaces the process of S11-1 to S13-1 or S11-2 to S13-2 of FIG.
S1: The job control unit 55 outputs a job processing start request to the RIP control unit 58.
S2: The RIP control unit 58 outputs a job processing start instruction to the RIP engine 59.
S3: The RIP control unit 58 outputs a job processing start response to the job control unit 55.

S4〜S12の処理はページ毎にページ数分繰り返し行われる。
S4:ジョブ制御部55はRIP制御部58に対しページ処理開始要求を出力する。
S5:RIP制御部58はジョブ制御部55に対しページ処理開始応答を出力する。
The processing of S4 to S12 is repeated for each page by the number of pages.
S4: The job control unit 55 outputs a page processing start request to the RIP control unit 58.
S5: The RIP control unit 58 outputs a page processing start response to the job control unit 55.

さらにS6〜S11の処理は、RIP済み画像格納領域数の数だけ繰り返し行われる。RIP済み画像格納領域とは、画像格納部60に確保されているRIP済み画像を格納するための領域である(RIP済み画像格納領域は特許請求の範囲の描画単位の一例である)。1ページ分の画像を格納するための十分な領域が確保されている場合は、繰り返し数は1回である。しかし、RIP済み画像格納領域が例えばMサイズしかなく、1ページの画像のサイズが5×Mの場合は、5回(=5×M/M)繰り返される。
S6:RIP制御部58はRIPエンジン59に対しRIP準備開始指示を出力する。
S7:RIPエンジン59はRIP制御部58に対しRIPデータ要求を出力する。
S8:RIP制御部58はRIPエンジン59に対しRIPデータを送信する。すなわち、RIPエンジン59はページ単位のレンダリングに対応していないので、RIP制御部58がRIPエンジン59の要求に応じてRIPデータを送信する。
S9:RIPエンジン59は、RIP制御部58に対しRIP準備完了通知を出力する。
S10:RIP制御部58はRIPエンジン59に対しRIP開始指示を出力する。
S11:RIPエンジン59はRIP制御部58に対しRIP完了通知を出力する。
S12:S6〜S11の処理がRIP済み画像格納領域の数だけ繰り返されると(1ページ分の処理が終わると)、RIP制御部58はジョブ制御部55に対しページ処理完了通知を出力する。
S13:全てのページのレンダリングが終了すると、RIP制御部58はジョブ制御部55に対し、ジョブ処理完了通知を出力する。
Further, the processing of S6 to S11 is repeated for the number of RIP-completed image storage areas. The RIP-completed image storage area is an area for storing a RIP-completed image secured in the image storage unit 60 (the RIP-completed image storage area is an example of a rendering unit in the claims). When a sufficient area for storing an image for one page is secured, the number of repetitions is one. However, if the RIP-completed image storage area has only M size, for example, and the size of one page image is 5 × M, the image is repeated five times (= 5 × M / M).
S6: The RIP control unit 58 outputs a RIP preparation start instruction to the RIP engine 59.
S7: The RIP engine 59 outputs a RIP data request to the RIP control unit 58.
S8: The RIP control unit 58 transmits RIP data to the RIP engine 59. That is, since the RIP engine 59 does not support rendering for each page, the RIP control unit 58 transmits RIP data in response to a request from the RIP engine 59.
S9: The RIP engine 59 outputs a RIP preparation completion notification to the RIP control unit 58.
S10: The RIP control unit 58 outputs a RIP start instruction to the RIP engine 59.
S11: The RIP engine 59 outputs a RIP completion notification to the RIP control unit 58.
S12: When the processing of S6 to S11 is repeated by the number of RIP-completed image storage areas (when processing for one page is completed), the RIP control unit 58 outputs a page processing completion notification to the job control unit 55.
S13: When rendering of all pages is completed, the RIP control unit 58 outputs a job processing completion notification to the job control unit 55.

RIP制御部58は、図12,13に示すように、RIPエンジン59に応じてシーケンスを切り替えるので、DFE32に各社のRIPエンジン59が搭載されている場合に、各RIPエンジン59を適切に制御できる。したがって、DFE32に各社のRIPエンジン59が搭載されることで、RIPエンジン59の違いにより出力結果に差異が生じることを低減できる。   As shown in FIGS. 12 and 13, the RIP control unit 58 switches the sequence according to the RIP engine 59, so that each RIP engine 59 can be appropriately controlled when the RIP engine 59 of each company is mounted on the DFE 32. . Therefore, by installing the RIP engines 59 of each company in the DFE 32, it is possible to reduce the occurrence of a difference in the output result due to the difference in the RIP engines 59.

また、各社によってJDEの記述形式が違っても、JDF変換部63がソフトメーカを判断して「DFE内ジョブ属性」に変換できる。また、各社によって印刷ジョブの形式が異なっていても、RIP制御部58が制御手順を切り替えることで吸収できる。   Even if the description format of JDE is different for each company, the JDF conversion unit 63 can determine the software manufacturer and convert it to “job attribute in DFE”. Further, even if the format of the print job is different for each company, the RIP control unit 58 can absorb it by switching the control procedure.

以上、本発明を実施するための最良の形態について実施例を用いて説明したが、本発明はこうした実施例に何等限定されるものではなく、本発明の要旨を逸脱しない範囲内において種々の変形及び置換を加えることができる。   The best mode for carrying out the present invention has been described above with reference to the embodiments. However, the present invention is not limited to these embodiments, and various modifications can be made without departing from the scope of the present invention. And substitutions can be added.

例えば、C社のDFE32の上流工程ではエンドユーザ環境1のクライアントPC11がアプリケーションを実行し、JDF変換部63ではアプリケーションのソフトメーカが判断されている。しかし、C社のDFE32の上流工程に印刷機器が存在しその印刷機器がアプリケーションを実行していてもよい。   For example, in the upstream process of the DFE 32 of company C, the client PC 11 of the end user environment 1 executes the application, and the JDF conversion unit 63 determines the software manufacturer of the application. However, a printing device may exist in the upstream process of the DFE 32 of company C, and the printing device may execute an application.

また、本実施形態では印刷ワークフローという枠組みの中でJDFを変換したが、JDFと呼ばれていない印刷設定を変換してもよい。   In the present embodiment, JDF is converted in the framework of a print workflow, but print settings that are not called JDF may be converted.

また、本実施形態ではアプリケーション12のソフトメーカが判別されたが、ソフトメーカが印刷機器のメーカを示す場合がある。また、ソフトメーカにはアプリケーション12を開発する会社の他、該会社から開発を請け負う会社を含む。   In this embodiment, the software manufacturer of the application 12 is determined, but the software manufacturer may indicate the manufacturer of the printing device. In addition to the company that develops the application 12, the software manufacturer includes a company that contracts development from the company.

1 エンドユーザ環境
2 POD印刷システム環境
11 クライアントPC
12 アプリケーション
20 工程管理部
30 デジタル印刷部
31 プリンター
32 DFE
40 ポストプレス部
51 ジョブ受信部
52 システム制御部
53 ジョブデータ格納部
54 UI制御部
56 JDF解析部
55 ジョブ制御部
57 RIP部
58 RIP制御部
59 RIPエンジン
60 画像格納部
61 プリンター制御部
62 変換テーブル
63 JDF変換部
1 End user environment 2 POD printing system environment 11 Client PC
12 Application 20 Process Management Department 30 Digital Printing Department 31 Printer 32 DFE
40 Postpress section 51 Job receiving section 52 System control section 53 Job data storage section 54 UI control section 56 JDF analysis section 55 Job control section 57 RIP section 58 RIP control section 59 RIP engine 60 Image storage section 61 Printer control section 62 Conversion table 63 JDF converter

特開2012‐238188号公報JP 2012-238188 A 特開2013‐088992号公報JP 2013-089992 A

Claims (10)

印刷装置において画像形成に用いられる描画データを作成する複数の描画データ作成手段と通信可能な情報処理装置であって、
前記描画データ作成手段が前記描画データの作成に用いる印刷の設定情報と印刷データを取得する取得手段と
前記設定情報を前記情報処理装置が扱う形式の装置用設定情報に変換する変換手段と、
前記装置用設定情報が含む情報を解析して前記描画データ作成手段を選択し、選択した前記描画データ作成手段に応じた態様で前記装置用設定情報と前記印刷データを前記描画データ作成手段に出力する作成手段制御手段と、を有することを特徴とする情報処理装置。
An information processing apparatus capable of communicating with a plurality of drawing data creating means for creating drawing data used for image formation in a printing apparatus,
An acquisition means for acquiring print setting information and print data used by the drawing data creating means for creating the drawing data; a converting means for converting the setting information into apparatus setting information in a format handled by the information processing apparatus;
Analyzing the information contained in the apparatus setting information, selecting the drawing data creation means, and outputting the apparatus setting information and the print data to the drawing data creation means in a manner corresponding to the selected drawing data creation means An information processing apparatus comprising: creation means control means.
前記作成手段制御手段は、選択した前記描画データ作成手段のために予め保持している制御手順で前記描画データ作成手段を制御する、
ことを特徴とする請求項1記載の情報処理装置。
The creation means control means controls the drawing data creation means by a control procedure stored in advance for the selected drawing data creation means.
The information processing apparatus according to claim 1.
前記変換手段は、前記設定情報を解析して前記描画データ作成手段を指定する指定情報を前記装置用設定情報に含めておき、
前記作成手段制御手段は、前記装置用設定情報が含む情報を解析することで前記装置用設定情報に含まれる前記指定情報を検出し、該指定情報が指定する前記描画データ作成手段を選択する、
ことを特徴とする請求項2記載の情報処理装置。
The conversion means analyzes the setting information and includes designation information for designating the drawing data creation means in the apparatus setting information,
The creation means control means detects the designation information included in the apparatus setting information by analyzing information included in the apparatus setting information, and selects the drawing data creation means designated by the designation information.
The information processing apparatus according to claim 2.
前記作成手段制御手段は、前記装置用設定情報が含む情報を解析することで、前記描画データ作成手段を選択するための情報を検出して、前記描画データ作成手段を選択する、
ことを特徴とする請求項2記載の情報処理装置。
The creation means control means detects information for selecting the drawing data creation means by analyzing information included in the apparatus setting information, and selects the drawing data creation means.
The information processing apparatus according to claim 2.
前記複数の描画データ作成手段のそれぞれは、前記設定情報と前記印刷データの作成元に対応して予め用意されており、
前記作成手段制御手段は、前記装置用設定情報が含む情報を解析して前記作成元を特定し、前記作成元に対応している前記描画データ作成手段を選択する、
ことを特徴とする請求項4記載の情報処理装置。
Each of the plurality of drawing data creation means is prepared in advance corresponding to the setting information and the creation source of the print data,
The creation means control means analyzes the information included in the apparatus setting information to identify the creation source, and selects the drawing data creation means corresponding to the creation source.
The information processing apparatus according to claim 4.
前記装置用設定情報と前記印刷データを用いて、前記装置用設定情報が含む前記情報として制御データを作成する制御手段を有し、
前記制御手段は、前記作成手段制御手段が前記制御データを解析して選択する前記描画データ作成手段に関わらず、同じ形式の前記制御データを作成する、
ことを特徴とする請求項1記載の情報処理装置。
Control means for creating control data as the information included in the apparatus setting information using the apparatus setting information and the print data;
The control means creates the control data in the same format regardless of the drawing data creation means that the creation means control means analyzes and selects the control data.
The information processing apparatus according to claim 1.
前記制御手段は、前記作成手段制御手段に対し前記制御データを出力するものであり、
前記制御手段は、前記作成手段制御手段が前記制御データを解析して選択する前記描画データ作成手段に関わらず、同じ手順で前記制御データを前記作成手段制御手段に対し出力する、ことを特徴とする請求項6記載の情報処理装置。
The control means outputs the control data to the creation means control means,
The control means outputs the control data to the creation means control means in the same procedure regardless of the drawing data creation means that the creation means control means analyzes and selects the control data. The information processing apparatus according to claim 6.
前記作成手段制御手段により選択された前記描画データ作成手段が、1ページ分の描画処理を制御するシーケンスを有している場合、
前記作成手段制御手段は、ページ単位で前記描画データ作成手段に描画を指示し、
前記作成手段制御手段により選択された前記描画データ作成手段が、1ページ分の描画処理を制御するシーケンスを有していない場合、
前記作成手段制御手段は、前記描画データ作成手段が要求する描画単位で前記描画データ作成手段に描画を指示する、
ことを特徴とする請求項1〜7いずれか1項に記載の情報処理装置。
When the drawing data creation means selected by the creation means control means has a sequence for controlling drawing processing for one page,
The creation means control means instructs the drawing data creation means to draw on a page basis,
When the drawing data creation means selected by the creation means control means does not have a sequence for controlling drawing processing for one page,
The creation means control means instructs the drawing data creation means to draw in a drawing unit requested by the drawing data creation means;
The information processing apparatus according to any one of claims 1 to 7.
印刷装置において画像形成に用いられる描画データを作成する複数の描画データ作成手段と通信可能な情報処理装置が行う情報処理方法であって、
取得手段が、前記描画データ作成手段が前記描画データの作成に用いる印刷の設定情報と印刷データを取得するステップと、
変換手段が、前記設定情報を前記情報処理装置が扱う形式の装置用設定情報に変換するステップと、
作成手段制御手段が、前記装置用設定情報が含む情報を解析して前記描画データ作成手段を選択し、選択した前記描画データ作成手段に応じた態様で前記装置用設定情報と前記印刷データを前記描画データ作成手段に出力するステップと、
を有することを特徴とする情報処理方法。
An information processing method performed by an information processing apparatus capable of communicating with a plurality of drawing data creating means for creating drawing data used for image formation in a printing apparatus,
An acquisition means for acquiring print setting information and print data used by the drawing data creation means for creating the drawing data;
A converting means for converting the setting information into apparatus setting information in a format handled by the information processing apparatus;
The creation means control means analyzes the information included in the apparatus setting information, selects the drawing data creation means, and sets the apparatus setting information and the print data in a manner according to the selected drawing data creation means. Outputting to drawing data creating means;
An information processing method characterized by comprising:
印刷の設定情報と印刷データとを用いて描画データを作成する情報処理装置に、
前記設定情報を前記情報処理装置が扱う形式の装置用設定情報に変換する変換ステップと、
前記装置用設定情報が含む情報を解析して複数の描画データ作成手段から1つの前記描画データ作成手段を選択し、選択した前記描画データ作成手段に応じた態様で前記装置用設定情報と前記印刷データを描画データ作成手段に出力する作成手段制御ステップと、
を実行させるプログラム。
In an information processing device that creates drawing data using print setting information and print data,
A conversion step of converting the setting information into device setting information in a format handled by the information processing device;
Analyzing the information contained in the apparatus setting information, selecting one drawing data creating means from a plurality of drawing data creating means, and the apparatus setting information and the printing in a manner corresponding to the selected drawing data creating means A creation means control step for outputting data to the drawing data creation means;
A program that executes
JP2015240188A 2013-11-29 2015-12-09 Information processing apparatus, information processing method, and program Active JP6354742B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015240188A JP6354742B2 (en) 2013-11-29 2015-12-09 Information processing apparatus, information processing method, and program

Applications Claiming Priority (5)

Application Number Priority Date Filing Date Title
JP2013248687 2013-11-29
JP2013248687 2013-11-29
JP2014054114 2014-03-17
JP2014054114 2014-03-17
JP2015240188A JP6354742B2 (en) 2013-11-29 2015-12-09 Information processing apparatus, information processing method, and program

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2014231952A Division JP6337748B2 (en) 2013-11-29 2014-11-14 Information processing apparatus, information processing method, and program

Publications (2)

Publication Number Publication Date
JP2016040740A JP2016040740A (en) 2016-03-24
JP6354742B2 true JP6354742B2 (en) 2018-07-11

Family

ID=55541033

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015240188A Active JP6354742B2 (en) 2013-11-29 2015-12-09 Information processing apparatus, information processing method, and program

Country Status (1)

Country Link
JP (1) JP6354742B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10402133B2 (en) 2016-12-13 2019-09-03 Ricoh Company, Ltd. Image data processing controller, control method and storage medium
JP2022110888A (en) 2021-01-19 2022-07-29 富士フイルムビジネスイノベーション株式会社 Information processing apparatus, printer and information processing system

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6411396B1 (en) * 1999-02-24 2002-06-25 Adobe Systems Incorporated Imposition in a raster image processor
JP2002337417A (en) * 2001-05-17 2002-11-27 Canon Inc Image recorder, controlling method, and storage medium
JP2007310450A (en) * 2006-05-16 2007-11-29 Nippon Techno Lab Inc High-speed rasterizing system by distributed rip processing
JP2008140031A (en) * 2006-11-30 2008-06-19 Seiko Epson Corp Printing control system, printing control program, and printing control method
US8508768B2 (en) * 2008-05-09 2013-08-13 Ricoh Company, Ltd Job scheduling in a workflow architecture related to printing
JP5204051B2 (en) * 2009-07-09 2013-06-05 富士フイルム株式会社 Image data generation method, image data generation device, and image data generation program
WO2011122079A1 (en) * 2010-03-29 2011-10-06 コニカミノルタホールディングス株式会社 Image-forming apparatus, accelerator and image-forming method
JP2013122661A (en) * 2011-12-09 2013-06-20 Canon Inc Image processing device, image processing method and program

Also Published As

Publication number Publication date
JP2016040740A (en) 2016-03-24

Similar Documents

Publication Publication Date Title
JP6354741B2 (en) Information processing apparatus, information processing method, and program
JP6337748B2 (en) Information processing apparatus, information processing method, and program
JP6575074B2 (en) Information processing apparatus, information processing method, and program
AU2014355336A1 (en) Information processing apparatus, information processing method, and program
US9311575B2 (en) Information processing apparatus, information processing method, and computer-readable storage medium storing program, for generating drawing data
JP6477002B2 (en) Information processing apparatus, information processing method, and program
US9377983B2 (en) Information processing apparatus, information processing method, and program
JP6435914B2 (en) Information processing apparatus, information processing system, and program
JP6394431B2 (en) Information processing apparatus, information processing method, and program
JP6354742B2 (en) Information processing apparatus, information processing method, and program
JP6387849B2 (en) Information processing apparatus, information processing system, and program
JP6390453B2 (en) Information processing apparatus, information processing method, and program
JP2015179505A (en) Information processing device and program
JP6489000B2 (en) Information processing apparatus, information processing system, and program
JP6497308B2 (en) Information processing apparatus, information processing method, and program
JP2015172933A (en) Information processing apparatus, information processing method, and program
JP2015172928A (en) Information processing apparatus, information processing method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20171106

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20180427

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20180515

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20180528

R151 Written notification of patent or utility model registration

Ref document number: 6354742

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151