JPH09319530A - Printer driver - Google Patents

Printer driver

Info

Publication number
JPH09319530A
JPH09319530A JP8152912A JP15291296A JPH09319530A JP H09319530 A JPH09319530 A JP H09319530A JP 8152912 A JP8152912 A JP 8152912A JP 15291296 A JP15291296 A JP 15291296A JP H09319530 A JPH09319530 A JP H09319530A
Authority
JP
Japan
Prior art keywords
pdl
data
type
printer
print data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP8152912A
Other languages
Japanese (ja)
Inventor
Atsushi Fujimoto
厚史 藤本
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP8152912A priority Critical patent/JPH09319530A/en
Publication of JPH09319530A publication Critical patent/JPH09319530A/en
Pending legal-status Critical Current

Links

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)

Abstract

PROBLEM TO BE SOLVED: To automatically select the most suitable page description language(PDL) on the side of a printer driver by judging the feature of print data, selecting the optimum PDL type out of plural kinds of PDL and preparing output data expressing the print data in the selected PDL. SOLUTION: When a data type decided by a data deciding part 3 is reported to a PDL selecting part 5, at the PDL selecting part 5, any type of PDL having ability for expressing the print data is selected while referring to a PDL ability table 6. When any specified PDL type can be determined, the feature of that PDL is reported to a PDL part 2 and its generating processing is instructed. When plural PDL types are left as candidates, at the PDL selecting part 5, the sum of predictive PDL time and data transfer time is found from result data in the past corresponding to the data type of print data concerning the plural candidate PDL types while referring to a data base 7 and the PDL type candidate, for which the estimated time is minimum, is selected and determined.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、ページ記述言語を
使用してプリントイメージを作成し印刷するプリンタの
ためのプリンタドライバに関し、特に、複数の種類のペ
ージ記述言語を解釈できるプリンタのためのプリンタド
ライバに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a printer driver for a printer that creates and prints a print image using a page description language, and more particularly, a printer driver for a printer that can interpret a plurality of types of page description languages. Regarding drivers.

【0002】[0002]

【従来の技術】昨今、プリンタの高機能化に伴って、複
数のページ記述言語に対応できるプリンタが登場してき
ている。パーソナルコンピュータ上で動作するアプリケ
ーションプログラムから、そのアプリケーションプログ
ラムで作成した印刷データをプリンタに出力する場合を
考えると、図6に示すように、プリンタ14が解釈する
ページ記述言語(以下、PDLと略称する)の描画命令
は、パーソナルコンピュータ10とプリンタ14との間
で受け渡しするための1種の画像情報の表現形式と見な
すことができる。
2. Description of the Related Art In recent years, printers capable of dealing with a plurality of page description languages have appeared with the advancement of printer functions. Considering a case where an application program running on a personal computer outputs print data created by the application program to a printer, as shown in FIG. 6, a page description language interpreted by the printer 14 (hereinafter abbreviated as PDL). The drawing command of 1) can be regarded as one type of image information expression format to be transferred between the personal computer 10 and the printer 14.

【0003】PDLの描画命令を用いることにより、印
刷する画像情報をそのままプリンタに転送する場合に比
較して、データ転送量を減すことができる。また、標準
化されたPDLを用いることにより印刷データの互換性
を維持することができる。更に、プリンタが複数の種類
のPDLの描画命令を受け入れる(解釈できる)ように
することによって、パーソナルコンピュータ上のより広
範なアプリケーションプログラムが生成する印刷データ
を扱えるようになる。
By using the PDL drawing command, the data transfer amount can be reduced as compared with the case where the image information to be printed is transferred to the printer as it is. Moreover, compatibility of print data can be maintained by using a standardized PDL. Further, by allowing the printer to accept (interpret) drawing commands of a plurality of types of PDL, it becomes possible to handle print data generated by a wider range of application programs on a personal computer.

【0004】ところで、マイクロソフト社のオペレーテ
ィングシステム「WINDOWS」においては、図7に
示すように、オペレーティングシステム「WINDOW
S」上のアプリケーションプログラム11から送出され
る印刷データは、GDI(Graphics Device Interface)
と呼ばれる共通のインタフェースのデータ形式により送
出される。これをデバイスインタフェース処理部(GD
I.EXE)12が受け取り、印刷データの画像情報を
プリンタドライバ13に渡す。この処理を行うデバイス
インタフェース処理部(GDI.EXE)12は、「W
INDOWS」オペレーティングシステムに含まれてい
る共通のインタフェース処理機能である。つまり、デバ
イスインタフェース処理部(GDI.EXE)12が、
アプリケーションプログラム11から送出される印刷デ
ータの画像情報を受け取り、プリンタドライバ13に適
合するように形式変換して画像情報を渡す。プリンタド
ライバ13は、物理的に接続されているプリンタ14に
対して、当該画像情報をそのプリンタに対応するPDL
の描画命令や圧縮イメージに展開してプリンタ14に送
る。プリンタドライバ13は、物理的に接続されるプリ
ンタ14に適合するものを用意しておくことになる。
By the way, in the operating system "WINDOWS" of Microsoft Corporation, as shown in FIG.
The print data sent from the application program 11 on "S" is GDI (Graphics Device Interface).
It is sent in the data format of a common interface called. This is the device interface processing unit (GD
I. EXE) 12 receives and passes the image information of the print data to the printer driver 13. The device interface processing unit (GDI.EXE) 12 that performs this process
This is a common interface processing function included in the WINDOWS operating system. That is, the device interface processing unit (GDI.EXE) 12
The image information of the print data sent from the application program 11 is received, the format is converted so as to be compatible with the printer driver 13, and the image information is passed. The printer driver 13 sends the image information to the physically connected printer 14 to the PDL corresponding to the printer.
And the compressed image is sent to the printer 14. The printer driver 13 will be prepared to be compatible with the physically connected printer 14.

【0005】プリンタへのデータ転送時間を短縮するた
め、プリンタに印刷データを送る場合には、パーソナル
コンピュータ内部で印刷データのデータ圧縮を行って一
度蓄積してから送信する。このとき、例えば、特開平6
−292024号公報に記載の「画像形成システム装
置」のように、プリンタへのデータ転送時間を更に短縮
するため、圧縮効率が悪いと判断される場合には、他の
効率的な圧縮方法に当該印刷データのデータ圧縮方法を
切り替えて圧縮する。このようにして、最適な圧縮方法
を使用することによって、プリンタへの転送時間を短縮
する。
In order to reduce the data transfer time to the printer, when the print data is sent to the printer, the print data is compressed inside the personal computer and once stored, it is sent. At this time, for example, JP-A-6
In order to further shorten the data transfer time to the printer, as in “Image forming system device” described in Japanese Patent Publication No. 292024-, when it is determined that the compression efficiency is poor, the other efficient compression method is applied. The print data is compressed by switching the data compression method. In this way, the transfer time to the printer is reduced by using the optimal compression method.

【0006】この場合、プリンタに転送される画像情報
の圧縮データを、パーソナルコンピュータとプリンタと
の間で受け渡しするための1種の画像情報の表現形式と
見なすと、圧縮方法を選択することは、画像情報の1つ
の表現形式を選択するという意味と同様である。画像情
報の1つの表現形式を選択するという意味では、マルチ
PDL対応のプリンタにおいて、印刷データの表現形式
の中の複数のPDLの形式から1つのPDLの形式を選
択することと等価であると見なせる。
In this case, when the compressed data of the image information transferred to the printer is regarded as one type of image information representation format for passing between the personal computer and the printer, the compression method is selected. This has the same meaning as selecting one expression format of image information. In the sense that one expression format of image information is selected, it can be regarded as equivalent to selecting one PDL format from a plurality of PDL formats in the print data expression format in a printer that supports multi-PDL. .

【0007】ところで、複数のPDLに対応できるマル
チPDL対応プリンタの場合、PDLごとに別々のプリ
ンタドライバが提供されるのが通例であるので、上記の
技術を応用する場合、プリンタへのデータ転送時間を短
縮するために、PDLによるデータ量の圧縮を評価(判
断)して、適切なPDLを用いるプリンタドライバを選
択することになる。
By the way, in the case of a multi-PDL printer capable of supporting a plurality of PDLs, it is customary to provide a separate printer driver for each PDL. Therefore, when applying the above technique, the data transfer time to the printer is increased. In order to reduce the above, the compression of the data amount by the PDL is evaluated (determined), and the printer driver using the appropriate PDL is selected.

【0008】また、プリンタドライバを選択する技術に
関しては、例えば、文献「“HP BIDs Farewell to 300
dpi with New 4 ppm LaserJet 5L”THE HARD COPY OBSE
RVER, Oct. 1995」に記載されている内容が参照でき
る。この文献によると、プリンタに対応して、そのプリ
ンタドライバをインストールする際には、プリンタドラ
イバが動作する環境に応じて、例えば、オペレーティン
グシステムがマイクロソフト社の「DOS」なのか「W
INDOWS」なのかに対応して、また、CPUの速度
の大小、搭載しているメモリ量の大小などに応じて、イ
ンストールするプリンタドライバを選択する技術が紹介
されている。例えば、オペレーティングシステムが「W
INDOWS」で、高速なCPUを使用し、多くのメモ
リを搭載してあるシステムの場合には、処理するデータ
量のより多い「Windows Printing System」用のプリン
タドライバをインストールし、オペレーティングシステ
ムが「DOS」環境であれば、処理するデータ量の少な
いPDL用のドライバをインストールする。
Regarding the technique of selecting a printer driver, for example, reference is made to "HP BIDs Farewell to 300".
dpi with New 4 ppm LaserJet 5L ”THE HARD COPY OBSE
RVER, Oct. 1995 ”can be referred to. According to this document, when installing the printer driver corresponding to the printer, depending on the environment in which the printer driver operates, for example, whether the operating system is Microsoft's "DOS" or "W"
Introducing a technology for selecting a printer driver to be installed according to "INDOWS", the size of CPU speed, the size of installed memory, and the like. For example, if the operating system is "W
In the case of a system that uses a high-speed CPU and has a large amount of memory in "INDOWS", install the printer driver for "Windows Printing System" that processes a larger amount of data, and set the operating system to "DOS". In an environment, a driver for PDL that processes a small amount of data is installed.

【0009】また、同文献によれば、アプリケーション
プログラムの種類を認識し、そのアプリケーションプロ
グラムによってプリンタドライバの動作パラメータを自
動的に変更する技術についても紹介されている。これに
よると、例えば、マイクロソフト社の商品名「Microsof
t Power Point」のようなグラフィックスを中心に扱う
アプリケーションプログラムの場合は、グラフィックス
の再現性を重視するパラメータを選択し、マイクロソフ
ト社の商品名「Microsoft Word」のようにテキストを中
心に扱うアプリケーションプログラムの場合は、テキス
トの再現性を重視するパラメータを選択する。
The document also introduces a technique for recognizing the type of an application program and automatically changing the operating parameters of the printer driver by the application program. According to this, for example, the product name "Microsof
In the case of an application program that focuses on graphics such as “t Power Point”, select a parameter that emphasizes the reproducibility of graphics and select an application that focuses on text, such as the product name “Microsoft Word” of Microsoft Corporation. For programs, select parameters that emphasize text reproducibility.

【0010】[0010]

【発明が解決しようとする課題】ところで、前述の特開
平6−292024号公報に記載の「画像形成システム
装置」による技術をプリンタドライバに適用する場合に
おいては、プリンタ側に転送する画像データを実際に圧
縮してみないと、どの圧縮方法が圧縮効率が高いかわか
らない。このため、何回も圧縮しなければならない場合
があり、その変換に多くの時間がかかるという問題があ
る。
By the way, in the case of applying the technique by the "image forming system apparatus" described in the above-mentioned JP-A-6-292024 to the printer driver, the image data to be transferred to the printer is actually transferred. You can't tell which compression method has the highest compression efficiency without first compressing it. Therefore, there is a problem in that it may have to be compressed many times, and it takes a lot of time for the conversion.

【0011】また、この特開平6−292024号公報
に記載の「画像形成システム装置」の技術におけるデー
タ圧縮によるデータの表現形式の変換を、PDLの描画
命令への変換(PDL化)に読み替えて、マルチPDL
対応プリンタのプリンタドライバにおける最適なPDL
の種類を選択することに適用すると、その場合、PDL
自身の表現能力に差があるため、単純に圧縮効率だけに
よってPDLの種類を選択すると、画質が劣化する場合
があるという問題が生じる。
Further, the conversion of the expression format of data by data compression in the technique of "image forming system apparatus" described in Japanese Patent Laid-Open No. 6-202024 is replaced by conversion into PDL drawing commands (PDL conversion). , Multi PDL
Optimal PDL in printer driver of compatible printer
Applied to select the type of PDL
Since there is a difference in their own expression ability, if the PDL type is simply selected only by the compression efficiency, the image quality may be deteriorated.

【0012】前述したように、アプリケーションプログ
ラム11(図7)から出力される印刷データによる画像
情報(描画コマンド)は、デバイスインタフェース処理
部(GDI.EXE)12が受け取り、プリンタドライ
バ13に適合するような形式に変換して渡すので、プリ
ンタドライバ13が、接続されているプリンタ用のPD
L命令や圧縮イメージに展開して、プリンタ14に送る
処理を行う。その場合、アプリケーションプログラム1
1からは、デバイスインタフェース処理部(GDI.E
XE)12を介して、プリンタドライバ13に描画コマ
ンドを発行するので、プリンタドライバ13は、デバイ
スインタフェース処理部(GDI.EXE)12からの
描画の指示を受け取り、その指示をPDL命令に対応づ
けることになる。
As described above, the device interface processing unit (GDI.EXE) 12 receives the image information (drawing command) based on the print data output from the application program 11 (FIG. 7) so that it is compatible with the printer driver 13. Since it is converted to a different format and handed over, the printer driver 13 sends the PD for the connected printer.
Processing for expanding the L instruction and compressed image and sending to the printer 14 is performed. In that case, the application program 1
1 to the device interface processing unit (GDI.E
Since the drawing command is issued to the printer driver 13 via the XE) 12, the printer driver 13 receives the drawing instruction from the device interface processing unit (GDI.EXE) 12 and associates the instruction with the PDL command. become.

【0013】その場合、プリンタに対応したプリンタド
ライバ13において、使用するPDLの描画処理の機能
が十分であれば、図8に示すように、動作開始時に、プ
リンタドライバ13では、デバイスインタフェース処理
部(GDI.EXE)12から描画機能の問い合わせコ
マンド(Enable)があると、これに対して、その
能力があることを宣言する(GDIINFO)ので、こ
れにより、例えば、アプリケーションプログラム11か
らの楕円描画命令「Ellipse」がデバイスインタ
フェース処理部(GDI.EXE)12を介して、その
ままの形式「OUTPUT(Ellipse)」プリン
タドライバ13に伝え、プリンタドライバ13から楕円
描画のためのPDL命令(楕円描画)が出力される。
In this case, if the printer driver 13 corresponding to the printer has a sufficient drawing processing function of the PDL to be used, as shown in FIG. When there is a drawing function inquiry command (Enable) from the GDI.EXE) 12, it declares that it has the capability (GDIINFO), so that, for example, an ellipse drawing command “GDI. "Ellipse" is transmitted to the printer driver 13 having the same format as "OUTPUT (Ellipse)" via the device interface processing unit (GDI.EXE) 12, and the printer driver 13 outputs a PDL command (ellipse drawing) for ellipse drawing. It

【0014】しかし、プリンタドライバのPDLの描画
処理の機能が十分でない場合には、図9に示すように、
動作開始時に、プリンタドライバ13は、デバイスイン
タフェース処理部(GDI.EXE)12から描画機能
の問い合わせコマンド(Enable)があっても、そ
の能力がないことを宣言する(GDIINFO)ことに
なるので、例えば、アプリケーションプログラム11か
ら送出された楕円描画命令は、デバイスインタフェース
処理部(GDI.EXE)12によって複数のライン描
画命令「OUTPUT(SCANLINE)」に置き換
えられて描画指示される。この場合、プリンタドライバ
13は、そのライン描画命令「OUTPUT(SCAN
LINE)」からのPDL命令への置き換えは、必ずし
も接続されているプリンタに適切な形で分解されないた
め、もともとPDL命令によって楕円描画がサポートさ
れている場合に比較して描画品質が大きく劣化する。
However, when the PDL drawing processing function of the printer driver is not sufficient, as shown in FIG.
At the start of the operation, the printer driver 13 declares that the device interface processing unit (GDI.EXE) 12 does not have the capability even if there is a drawing function inquiry command (Enable). The ellipse drawing command sent from the application program 11 is replaced by a plurality of line drawing commands “OUTPUT (SCANLINE)” by the device interface processing unit (GDI.EXE) 12 and is instructed to draw. In this case, the printer driver 13 uses the line drawing command "OUTPUT (SCAN
Since the replacement of "LINE)" with the PDL command is not necessarily decomposed in an appropriate manner for the connected printer, the drawing quality is greatly deteriorated as compared with the case where the PDL command originally supports ellipse drawing.

【0015】また、上記の文献に記載の技術のように、
インストールする際にシステムの環境に応じて、プリン
タドライバを選択する方式を用いると、インストール時
には確かに動作環境に応じたPDLの選択は可能である
が、インストール後は常に同一のプリンタドライバが使
用されるため、印刷データに応じた動的なPDLの選択
は行えないという問題がある。
Further, as in the technique described in the above document,
If the method of selecting the printer driver according to the system environment at the time of installation is used, it is possible to select the PDL according to the operating environment at the time of installation, but the same printer driver is always used after installation. Therefore, there is a problem that the PDL cannot be dynamically selected according to the print data.

【0016】また、同じく、上記文献に記載の技術のう
ち、アプリケーションプログラムによって動作パラメー
タを変更する方式によると、1種類のPDLへの変換パ
ラメータをアプリケーションプログラムに応じて変えて
いるだけであるため、その場合、プリンタ側に複数のP
DL生成部が実装されていても、それら複数のPDLを
選択的に使用できず、印刷データに適切なPDLの選択
までは行えないという問題がある。
Similarly, among the techniques described in the above-mentioned documents, according to the method of changing the operation parameter by the application program, the conversion parameter for one type of PDL is only changed according to the application program. In that case, multiple P
Even if the DL generation unit is installed, there is a problem that the plurality of PDLs cannot be selectively used and the PDL appropriate for the print data cannot be selected.

【0017】ここでは、変換パラメータの変更は、限定
された数のアプリケーションプログラムの種類によって
のみ判断しており、必ずしもデータの種類を見て判断し
ているわけではない。このため、グラフィック主体のア
プリケーションプログラムを使用して、多数のテキスト
を含んだ文書を印刷した場合には、パラメータ変更の効
果が必ずしも得られないばかりか、場合によっては、何
も処理を施さない場合よりも悪化する可能性があるとい
う問題がある。
Here, the change of the conversion parameter is judged only by the kind of the limited number of application programs, not necessarily by judging the kind of the data. For this reason, when a document containing many texts is printed using a graphic-based application program, the effect of changing the parameters is not always obtained, and in some cases no processing is performed. There is a problem that it may be worse than.

【0018】本発明は、これらの問題を解決するために
なされたものである。本発明の目的は、プリンタドライ
バにおいて、複数のPDLに対応するプリンタを利用す
る場合に、プリンタドライバの側でデータ転送効率やデ
ータ処理量および画像品質の点から最も適切なPDLを
自動で選択することのできるプリンタドライバを提供す
ることにある。
The present invention has been made to solve these problems. An object of the present invention is to automatically select the most suitable PDL from the viewpoint of data transfer efficiency, data processing amount, and image quality on the printer driver side when a printer corresponding to a plurality of PDLs is used in the printer driver. It is to provide a printer driver that can do this.

【0019】[0019]

【課題を解するための手段】上記のような目的を達成す
るため、本発明のプリンタドライバは、第1の特徴とし
て、印刷データの特徴を判断する判断手段(3)と、制
御するプリンタで使用できる複数の種類のページ記述言
語のうち最適なページ記述言語の種類を前記判断手段の
判断結果に基づき選択する選択手段(5)と、選択され
た種類のページ記述言語で前記印刷データを表現した出
力データを作成する作成手段(2)とを備えることを特
徴とする。
In order to achieve the above object, the printer driver of the present invention has, as a first feature, a determining means (3) for determining the feature of print data and a controlling printer. Selection means (5) for selecting an optimum type of page description language among a plurality of types of page description languages that can be used based on the judgment result of the judgment means, and expressing the print data in the selected type of page description language. And a creating unit (2) for creating the output data.

【0020】また、本発明のプリンタドライバは、第2
特徴として、前記選択手段が、過去の前記出力データの
作成時間、前記出力データのプリンタへの転送時間を参
照して、最適なページ記述言語の種類を選択することを
特徴とする。
The printer driver of the present invention is the second one.
Characteristically, the selecting means selects an optimum type of page description language by referring to past generation time of the output data and transfer time of the output data to the printer.

【0021】このような特徴を有する本発明のプリンタ
ドライバによれば、複数のページ記述言語に対応するプ
リンタを利用する場合に、プリンタドライバの側でデー
タ転送効率やデータ処理量および画像品質の点から最も
適切なページ記述言語の種類が自動で選択される。その
選択基準は、例えば、マルチPDLプリンタに出力時
に、過去のPDL化に要した時間やデータ転送量などの
統計情報とユーザ指定の条件から原稿の印刷データに対
して適切なPDLを採用する。つまり、この選択基準で
は、次の3つの条件により印刷データに適切なPDLを
選択する。 (1)ユーザ所望の描画品質を満たす。 (2)PDL化時間が短い。 (3)データ転送時間が短い。 このような選択基準を選択手段が保持し、選択手段が保
持している選択基準の参照によって、最適なPDLを選
択することにより、プリンタドライバでは、マルチPD
L対応のプリンタにおいて印刷データに対して最も適し
た種類のPDLを利用してプリンタに送信することがで
き、最大の描画品質を保ちながら、かつPDL化時間や
データ転送時間を最小にすることができる。
According to the printer driver of the present invention having the above characteristics, when a printer corresponding to a plurality of page description languages is used, the printer driver has the points of data transfer efficiency, data processing amount, and image quality. The most appropriate type of page description language is automatically selected from. As the selection criterion, for example, when outputting to a multi-PDL printer, a PDL suitable for print data of a document is adopted based on statistical information such as the time required for PDL conversion in the past and the amount of data transfer and user-specified conditions. That is, in this selection criterion, the PDL suitable for the print data is selected according to the following three conditions. (1) The drawing quality desired by the user is satisfied. (2) PDL conversion time is short. (3) Data transfer time is short. The selection means holds such selection criteria, and the printer driver selects a multi-PD by selecting the optimum PDL by referring to the selection criteria held by the selection means.
An L-compatible printer can use the most suitable type of PDL for print data to send to the printer, and while maintaining the maximum drawing quality, the PDL conversion time and the data transfer time can be minimized. it can.

【0022】[0022]

【発明の実施の形態】以下、本発明を実施する場合の形
態について、図面を参照して具体的に説明する。図1
は、本発明の一実施例のプリンタドライバの要部の構成
を示すブロック図である。図1において、1はデバイス
ドライバインタフェース制御部(DDI制御部)、2は
ページ記述言語命令生成部(PDL化部)、3はデータ
タイプ判定部、4は一時蓄積部、5はページ記述言語選
択部(PDL選択部)、6はページ記述言語能力表(P
DL能力表)、7はPDL化時間/データ転送時間デー
タベース、8はプリンタ制御部、9はユーザ設定情報設
定部、12はデバイスインタフェース処理部、13はプ
リンタドライバ、14はプリンタである。
BEST MODE FOR CARRYING OUT THE INVENTION Hereinafter, modes for carrying out the present invention will be specifically described with reference to the drawings. FIG.
FIG. 3 is a block diagram showing a configuration of a main part of a printer driver according to an embodiment of the present invention. In FIG. 1, 1 is a device driver interface control unit (DDI control unit), 2 is a page description language command generation unit (PDL conversion unit), 3 is a data type determination unit, 4 is a temporary storage unit, and 5 is a page description language selection. Section (PDL selection section), 6 is a page description language ability table (P
DL capability table), 7 is a PDL conversion time / data transfer time database, 8 is a printer control unit, 9 is a user setting information setting unit, 12 is a device interface processing unit, 13 is a printer driver, and 14 is a printer.

【0023】この実施例では、「WINDOWS」オペ
レーティングシステム上で動作するプリンタドライバを
例として説明する。「WINDOWS」オペレーティン
グシステム上で動作するアプリケーションプログラム
は、印刷データをプリンタドライバに出力する場合、
「WINDOWS」オペレーティングシステムのインタ
フェースプログラムを介して印刷データを送出する。そ
の場合、印刷データは、グラフィックス・デバイス・イ
ンタフェース(GDI)形式により、デバイスインタフ
ェース処理部(GDI.EXE)12に渡され、更に、
デバイスインタフェース処理部(GDI.EXE)12
によってデータ形式の変換がなされて、プリンタドライ
バ13に渡される。
In this embodiment, a printer driver operating on the "WINDOWS" operating system will be described as an example. When an application program running on the "WINDOWS" operating system outputs print data to a printer driver,
Print data is sent out through the interface program of the "WINDOWS" operating system. In that case, the print data is passed to the device interface processing unit (GDI.EXE) 12 in the graphics device interface (GDI) format, and further,
Device interface processing unit (GDI.EXE) 12
The data format is converted by and is passed to the printer driver 13.

【0024】プリンタドライバ13においては、図1に
示すように、デバイスインタフェース処理部(GDI.
EXE)12から渡された印刷データを、デバイスドラ
イバインタフェース制御部(以下、DDI制御部と略称
する)1を介して受け取り、ページ記述言語命令生成部
(以下、PDL化部と略称する)2に送出すると共にデ
ータタイプ判定部3にも送出する。
In the printer driver 13, as shown in FIG. 1, the device interface processing unit (GDI.
The print data passed from the EXE 12 is received via a device driver interface control unit (hereinafter, abbreviated as DDI control unit) 1, and a page description language command generation unit (hereinafter, abbreviated as PDL conversion unit) 2 is received. The data is sent to the data type determination unit 3 as well as sent.

【0025】この場合、まず、DDI制御部1の制御処
理では、動作開始時に、まず、ユーザ設定情報設定部9
に保持されているユーザ設定情報を使って、デバイスイ
ンタフェース処理部(GDI.EXE)12に対し、プ
リンタドライバとしての能力(PDL生成能力)を宣言
する。この能力の宣言は、例えば、プリンタドライバの
能力に応じてデバイスインタフェース処理部(GDI.
EXE)12が発行する描画コマンドを制限したい時に
使用する。
In this case, first, in the control processing of the DDI control unit 1, when the operation starts, first, the user setting information setting unit 9
Using the user setting information held in, the device interface processing unit (GDI.EXE) 12 is declared as a printer driver capability (PDL generation capability). The declaration of this capability is made based on, for example, the device interface processing unit (GDI.
It is used when it is desired to limit the drawing commands issued by EXE) 12.

【0026】また、DDI制御部1は、ユーザ設定情報
のPDL指定が「自動選択」以外に設定されている場合
には、使用するPDLの種類が既に指定されているの
で、その対応のPDL化部2に対して、渡された印刷デ
ータを直接に送出する。ユーザ設定情報のPDL指定が
「自動選択」になっている場合には、渡された印刷デー
タは、データタイプ判定部3に渡し一時蓄積部4におい
て一時蓄積する。
Further, when the PDL designation of the user setting information is set to other than "automatic selection", the DDI control unit 1 has already designated the type of PDL to be used, and the corresponding PDL conversion is performed. The passed print data is directly sent to the copy unit 2. When the PDL designation of the user setting information is “automatic selection”, the passed print data is passed to the data type determination unit 3 and temporarily stored in the temporary storage unit 4.

【0027】データタイプ判定部3では、受け取った印
刷データに含まれているテキスト,グラフィックス,イ
メージの割合を調べて、データタイプを決定する。決定
したデータタイプは、ページ記述言語選択部(以下、P
DL選択部と略称する)5に送出する。なお、この時の
印刷データ自体は、一時蓄積部4において一時蓄積され
る。
The data type determination unit 3 determines the data type by examining the ratios of text, graphics and images included in the received print data. The determined data type is the page description language selection section (hereinafter, P
(Abbreviated as DL selector) 5). The print data itself at this time is temporarily stored in the temporary storage unit 4.

【0028】データタイプ判定部3において判定された
データタイプが、PDL選択部5に伝えられると、PD
L選択部5では、ページ記述言語能力表(以下、PDL
能力表と略称する)6を参照し、受け取った印刷データ
を表現するのに十分な能力を持ったPDLの種類を選択
する。ここで1つの特定のPDLの種類に決定できれ
ば、決定したPDLの種類をPDL化部2に伝えて、決
定した種類のPDLの描画命令の生成処理(PDL化処
理)を指示する。
When the data type determined by the data type determination unit 3 is transmitted to the PDL selection unit 5, the PD
In the L selection unit 5, a page description language ability table (hereinafter, PDL
6, which is abbreviated as a capability table, and selects a type of PDL having a capability sufficient to express the received print data. If one specific PDL type can be determined here, the determined PDL type is transmitted to the PDL conversion unit 2 to instruct the PDL rendering command generation process (PDL conversion process) for the determined PDL type.

【0029】また、PDL選択部5では、選択すべきP
DLの種類の候補として複数残った場合、PDL化時間
/転送時間データベース7を参照し、それぞれの複数の
候補のPDLの種類について、印刷データのデータタイ
プに対する過去の実績データ(統計情報)からPDL化
の予測時間とデータ転送の予測時間の和の推定時間を求
め、この推定時間が最小となるPDLの種類の候補を選
択し、PDLの種類を決定する。そして、決定したPD
Lの種類をPDL化部2に伝え、PDL化処理を指示す
る。
The PDL selector 5 selects P to be selected.
When a plurality of DL type candidates remain, the PDL conversion time / transfer time database 7 is referred to, and for each of the plurality of candidate PDL types, from the past actual data (statistical information) for the print data type, the PDL is used. The estimated time of the sum of the prediction time of data conversion and the predicted time of data transfer is calculated, and the candidate of the type of PDL that minimizes the estimated time is selected to determine the type of PDL. And the decided PD
The type of L is transmitted to the PDL conversion unit 2, and the PDL conversion processing is instructed.

【0030】PDL化部2では、指示された種類のPD
Lにより、印刷データに対応するそれぞれの描画命令を
生成し、プリンタ制御部8に出力する。プリンタ制御部
8では、受け取ったPDLの描画命令をプリンタ装置1
4に送出する。
In the PDL conversion section 2, the PD of the designated type
With L, each drawing command corresponding to the print data is generated and output to the printer control unit 8. The printer control unit 8 sends the received PDL drawing command to the printer device 1.
4

【0031】図2は、プリンタドライバによる制御処理
の一連の動作を示すフローチャートである。すなわち、
プリンタドライバによる制御処理の動作は、図2に示す
ように、デバイスドライバインタフェース(DDI)に
よりプリントデータを受け取って、制御処理の動作を開
始する(ステップ21)と、プリントデータのデータタ
イプを判定する(ステップ22)。この判定結果によ
り、プリントデータの中にグラフィックスやイメージを
含むか否かを判定する(ステップ23)。グラフィック
スやイメージを含む場合には、PDL能力表で直接対応
づかない描画命令数を計数し、最小のPDLを選択する
(ステップ24)。その選択によりPDLが1つ決まる
か否かを判定する(ステップ25)。
FIG. 2 is a flowchart showing a series of operations of control processing by the printer driver. That is,
As shown in FIG. 2, the operation of the control process by the printer driver receives the print data by the device driver interface (DDI) and starts the operation of the control process (step 21), and determines the data type of the print data. (Step 22). Based on this determination result, it is determined whether the print data includes graphics or an image (step 23). When graphics or images are included, the number of drawing commands that do not directly correspond to the PDL capability table is counted and the minimum PDL is selected (step 24). It is determined whether or not one PDL is determined by the selection (step 25).

【0032】PDLが1つに決まらない場合や、グラフ
ィックスやイメージを含まない場合には、統計データを
参照してPDL化予測時間と転送予測時間の和が最小の
PDLを選択する(ステップ26)。これにより、最適
なPDLを決定できるので、ここで選択されたPDLに
より、印刷するデータをPDL化し、プリンタに送信す
る(ステップ27)。
When the number of PDLs is not determined to one, or when graphics or images are not included, the statistical data is referred to and the PDL having the smallest sum of the PDL conversion prediction time and the transfer prediction time is selected (step 26). ). As a result, the optimum PDL can be determined, so that the PDL selected here converts the data to be printed into PDL and transmits it to the printer (step 27).

【0033】次に、このようなプリンタドライバを構成
する要素(各モジュール)について更に説明する。ユー
ザ設定情報設定部9は、デバイスインタフェース処理部
(GDI.EXE)12への能力宣言情報と、PDL指
定情報を設定する。
Next, the elements (each module) constituting such a printer driver will be further described. The user setting information setting unit 9 sets capability declaration information to the device interface processing unit (GDI.EXE) 12 and PDL designation information.

【0034】ここでのデバイスインタフェース処理部
(GDI.EXE)12への能力宣言情報は、デバイス
インタフェース処理部(GDI.EXE)12から発行
される描画コマンドを制限したい時に指定する。通常の
場合の指定は「全ての能力」が指定される(規定値)。
The capability declaration information to the device interface processing unit (GDI.EXE) 12 here is designated when it is desired to limit drawing commands issued from the device interface processing unit (GDI.EXE) 12. In the normal case, "all abilities" are specified (default value).

【0035】また、デバイスインタフェース処理部(G
DI.EXE)12から発行された描画コマンドに対応
する描画機能(PDL命令)が、最終的に決定(選択)
された種類のPDLに存在しない場合、通常の場合には
その都度エラーを返し、デバイスインタフェース処理部
(GDI.EXE)12に対して適切なブレークダウン
(描画コマンドの変更)を依頼する。
The device interface processing unit (G
DI. The drawing function (PDL command) corresponding to the drawing command issued from EXE 12 is finally determined (selected).
If it does not exist in the specified type of PDL, an error is returned in each case in a normal case, and an appropriate breakdown (change of drawing command) is requested to the device interface processing unit (GDI.EXE) 12.

【0036】PDL指定情報は、特定のPDLを使用し
たいときに、その特定のPDLを指定するために用い
る。PDL指定情報としては、通常の場合は「自動選
択」を指定しておくが、画質や再現性を重視して特定の
PDLを使用するように指定することもできる。例え
ば、中間調を美しく表現したい場合には、PDLの種類
として“PostScript”を指定しておく。その
場合、特定のPDLの指定がなされていると、自動選択
の機能はバイパスされ、DDI制御部1の制御処理にお
いて、対応するPDLの種類のPDL化部2に直接に印
刷データを渡すようになる。
The PDL designation information is used to designate a specific PDL when it is desired to use the specific PDL. As the PDL designation information, "automatic selection" is designated in the normal case, but it is also possible to designate that a specific PDL is used with an emphasis on image quality and reproducibility. For example, when it is desired to express halftones beautifully, “PostScript” is designated as the type of PDL. In that case, when a specific PDL is designated, the automatic selection function is bypassed, and in the control processing of the DDI control unit 1, the print data is directly passed to the PDL conversion unit 2 of the corresponding PDL type. Become.

【0037】前述したように、データタイプ判定部3で
は、受け取ったプリントデータのテキスト,グラフィッ
ク,イメージの割合を調べて、データタイプを決定す
る。すなわち、このデータタイプを決定では、DDI制
御部1から渡される描画コマンドが、テキスト描画コマ
ンド、グラフィックス描画コマンド、イメージ描画コマ
ンドのいずれかに分類することができるので、それぞれ
の種類の描画コマンドのコマンド数を調べることによ
り、データタイプを決定する。その結果、データタイプ
は、次のいずれかに分類されることになる。 (1).テキストのみのタイプ、(2).グラフィック
スのみのタイプ、(3).イメージのみのタイプ、
(4).テキストとグラフィックスのみのタイプ、
(5).テキストとイメージのみのタイプ、(6).グ
ラフィックスとイメージのみのタイプ、(7).テキス
トとグラフィックスとイメージを全て含むのタイプ。
As described above, the data type determination unit 3 determines the data type by examining the ratio of the text, graphic and image of the received print data. That is, in determining the data type, the drawing command passed from the DDI control unit 1 can be classified into one of a text drawing command, a graphics drawing command, and an image drawing command. The data type is determined by examining the number of commands. As a result, the data type is classified into one of the following. (1). Text-only type, (2). Graphics-only type, (3). Image only type,
(4). Text and graphics only type,
(5). Type of text and image only (6). Graphics and image only type, (7). A type that includes all text, graphics and images.

【0038】PDL能力表6は、デバイスインタフェー
ス処理部(GDI.EXE)12からの描画コマンドを
PDLの描画命令に置換する際に、画質劣化を招くよう
な描画命令がどれぐらい使われているかを判定するため
に使用される。
The PDL capability table 6 shows how many drawing commands are used that cause image quality deterioration when the drawing commands from the device interface processing unit (GDI.EXE) 12 are replaced with the PDL drawing commands. Used to judge.

【0039】図3は、PDL能力表の一例を示す図であ
る。図3に示すように、PDL能力表6には、各々のP
DLの種類毎に、デバイスインタフェース処理部(GD
I.EXE)12から発行される各々の描画コマンドに
当該PDLの描画命令が対応できるか否かが示されてい
る。具体例で説明すると、この場合、デバイスインタフ
ェース処理部(GDI)が発行される描画コマンドが曲
線描画命令の「OutPut(ARC)」である場合に
は、第1番目のPDLの「PDL#1」、第2番目のP
DLの「PDL#2」、第3番目のPDLの「PDL#
3」のいずれの種類のPDLでも対応可能であるが、描
画命令が楕円描画命令の「OutPut(ELLIPS
E)」である場合には、第1番目のPDLの「PDL#
1」は対応可能であるが、第2番目のPDLの「PDL
#2」、第3番目のPDLの「PDL#3」のいずれも
対応不可能である。また、描画命令が円描画命令の「O
utPut(CIRCLE)」である場合には、第1番
目のPDLの「PDL#1」と第2番目のPDLの「P
DL#2」は対応可能であるが、第3番目のPDLの
「PDL#3」は対応不可能である。
FIG. 3 is a diagram showing an example of the PDL capability table. As shown in FIG. 3, in the PDL capability table 6, each P
A device interface processing unit (GD
I. It is indicated whether or not each drawing command issued from the EXE) 12 can correspond to the drawing command of the PDL. Explaining in a specific example, in this case, when the drawing command issued by the device interface processing unit (GDI) is the curve drawing command “OutPut (ARC)”, “PDL # 1” of the first PDL. , The second P
DL "PDL # 2", third PDL "PDL #"
3 "is applicable, but the drawing command is" OutPut (ELLIPS) "which is an ellipse drawing command.
E) ”, the first PDL“ PDL #
1 "can be supported, but the second PDL" PDL "
Neither "# 2" nor "PDL # 3" of the third PDL is compatible. In addition, the drawing command is "O" of the circle drawing command.
utPut (CIRCLE) ”, the first PDL“ PDL # 1 ”and the second PDL“ P ”.
"DL # 2" is compatible, but "PDL # 3" of the third PDL is not compatible.

【0040】こようなPDL能力表6を参照することに
より、現在の印刷データについて、デバイスインタフェ
ース処理部(GDI.EXE)12から発行される描画
コマンドが、どれ位の割合でPDLの描画命令に置換さ
れるかが判定できる。
By referring to the PDL capability table 6 as described above, with respect to the current print data, the drawing commands issued from the device interface processing unit (GDI.EXE) 12 are converted into PDL drawing commands at a certain ratio. It can be determined whether or not it will be replaced.

【0041】次に、PDL化時間/転送時間データベー
ス7について説明する。図4はPDL化時間/転送時間
データベース7の内容を説明する図である。図4に示す
ように、PDL化時間/転送時間データベース7は、原
稿タイプフィールド7a,PDL種類フィールド7b,
PDL化時間フィールド7c,PDLデータ量フィール
ド7d,およびサンプル数フィールド7eから構成され
ており、各々のフィールドのデータとして、原稿のタイ
プ(データタイプ)に応じて、各々のPDLの種類毎
に、そのPDLを使用した場合のPDL化時間(原稿1
MBあたり)、PDLデータ量(原稿1MBあたり)の
それぞれのデータが、サンプル数の統計データと共に格
納されている。
Next, the PDL conversion time / transfer time database 7 will be described. FIG. 4 is a diagram for explaining the contents of the PDL conversion time / transfer time database 7. As shown in FIG. 4, the PDL conversion time / transfer time database 7 includes a document type field 7a, a PDL type field 7b,
It is composed of a PDL conversion time field 7c, a PDL data amount field 7d, and a sample number field 7e. As data of each field, according to the document type (data type), the PDL type PDL conversion time when PDL is used (Original 1
Each data of per MB and PDL data amount (per 1 MB of original) is stored together with the statistical data of the number of samples.

【0042】具体例で説明すると、PDL化時間/転送
時間データベース7の第1行目のデータ(レコードデー
タ)は『原稿のタイプが「テキストのみ」で、PDLの
種類が「PDL#1」のPDLを用いた場合に、そのP
DL化時間が、原稿1MBあたり「5秒」であり、PD
Lデータ量は、原稿1MBあたり「1.2MB」とな
る。このデータは、過去125回の印刷データのサンプ
ルから得られたものである』ことを意味している。
Explaining in a concrete example, the data (record data) in the first line of the PDL conversion time / transfer time database 7 is "document type is" text only "and PDL type is" PDL # 1 ". When PDL is used, its P
DL conversion time is "5 seconds" per 1MB of manuscript, and PD
The amount of L data is “1.2 MB” per 1 MB of the original. This data is obtained from the past 125 print data samples. ”

【0043】印刷データのタイプが、グラフィックスや
イメージを含まない場合、また、直接対応づかない描画
命令の数が同等の場合などにおいては、前述のPDL能
力表6を参照しても、PDLの種類の選択ができないの
で、PDL化時間/転送時間データベース7に格納され
ている統計データ(レコードデータ)を用いて、PDL
化予測時間と転送予測時間の和が最小となるPDLの種
類を選択するために用いる。
If the type of print data does not include graphics or images, or if the number of drawing commands that do not correspond directly is the same, the PDL capability table 6 is referred to and the PDL Since the type cannot be selected, statistical data (record data) stored in the PDL conversion time / transfer time database 7 is used for PDL conversion.
It is used to select the type of PDL that minimizes the sum of the conversion prediction time and the transfer prediction time.

【0044】PDL化時間/転送時間データベース7の
データ内容は、過去の印刷データの統計データにより作
成される。これにより、過去の統計データから経験的に
その信頼度を高くして、印刷データに対するPDL化予
測時間と転送予測時間を予測し、これらの予測時間の和
が最小のPDLの種類を選択する。このときの転送予測
時間は、出力予定のポートの転送速度とPDLのデータ
量との関係から次式により計算する。 (転送予測時間)=(生成されるPDLデータ予測量)/
(出力ポートのデータ転送速度) なお、全てのPDLついての印刷データの統計データが
揃うまでのPDLの自動選択は、例えば、ラウンドロビ
ン法によって決定する。これにより、全てのPDLに対
してデータを収集することができる。
The data content of the PDL conversion time / transfer time database 7 is created by the statistical data of past print data. As a result, the reliability is empirically increased from past statistical data, the PDL conversion prediction time and the transfer prediction time for print data are predicted, and the type of PDL having the smallest sum of these prediction times is selected. The predicted transfer time at this time is calculated by the following equation from the relationship between the transfer speed of the port to be output and the amount of PDL data. (Predicted transfer time) = (Predicted amount of PDL data generated) /
(Data Transfer Rate of Output Port) The automatic selection of PDL until the statistical data of the print data for all PDLs are complete is determined by, for example, the round robin method. As a result, data can be collected for all PDLs.

【0045】PDL化時間/転送時間データベース7に
おけるデータの更新は、プリント要求に対する処理を終
了するごとに行われる。これは、つまり、PDLを自動
選択せず、特定のPDLを使用するように指定された場
合でもデータは更新されることを意味する。データの更
新は、次のように行う。現在までの統計値について、P
DL化時間をAとし、PDLのデータ量をBとし、サン
プル数をnとし、今回のプリントにおける実測値につい
て、PDL化時間をXとし、PDLのデータ量をYと
し、今回のプリント後の統計値については、PDL化時
間をA′とし、PDLのデータ量をB′とし、サンプル
数をn′とすると、 A′=(A×n+X)/(n+1) B′=(B×n+Y)/(n+1) n′=n+1 として、PDL化時間/転送時間データベース7におけ
る統計データ(レコードデータ)の更新を行う。
The data in the PDL conversion time / transfer time database 7 is updated every time the processing for the print request is completed. This means that the PDL will not be automatically selected and the data will be updated even if specified to use a particular PDL. The data is updated as follows. For statistics up to the present, P
The DL conversion time is A, the PDL data amount is B, the number of samples is n, the PDL conversion time is X, the PDL data amount is Y, and the statistics after the current print are set for the actual measurement value in this print. Regarding the values, if the PDL conversion time is A ', the PDL data amount is B', and the number of samples is n ', then A' = (A * n + X) / (n + 1) B '= (B * n + Y) / The statistical data (record data) in the PDL conversion time / transfer time database 7 is updated with (n + 1) n ′ = n + 1.

【0046】このようにして、マルチPDL対応のプリ
ンタに出力する場合において、過去の印刷データからの
統計データを用いて、プリントデータに最も適したPD
Lの種類を選択し、選択したPDLによる描画命令を利
用してプリンタに送信できるようになるので、最大の描
画品質を保ちながら、なおかつPDL化時間や転送時間
を最小にすることができる。
In this way, when outputting to a printer compatible with multi-PDL, statistical data from past print data is used to select a PD most suitable for print data.
Since the type of L can be selected and the drawing command by the selected PDL can be used to send to the printer, the PDL conversion time and the transfer time can be minimized while maintaining the maximum drawing quality.

【0047】つまり、本発明によるプリンタドライバに
よれば、当該プリンタドライバに渡されたデータの種類
を見分け、その識別するデータの種類をテキスト,グラ
フィックス,イメージの割合で決め、グラフィックスや
イメージを含む場合には、更に、PDL能力表6を参照
して、直接に対応づかない描画命令が、一番少ないPD
Lを選択する。また、グラフィックスやイメージを含ま
ない場合や、直接に対応づかない描画命令の数が同等の
場合には、PDL化時間/転送時間データベース7にお
ける過去の統計データを参照し、PDL化の予測時間
と、転送の予測時間の和が最小となるPDLを選択す
る。そして、選択したPDL命令を用いて印刷データを
その描画命令に変換して、プリンタに送出する。これに
より、最大の描画品質を保ちながら、なおかつPDL化
時間および転送時間を最小にすることができる。
That is, according to the printer driver of the present invention, the type of data passed to the printer driver is distinguished, the type of data to be identified is determined by the ratio of text, graphics, and image, and the graphics or image is determined. If it is included, the PDL capability table 6 is further referred to, and the drawing command that does not correspond directly is the smallest PD.
Select L. If no graphics or images are included, or if the number of drawing commands that do not correspond directly is the same, the past statistical data in the PDL conversion time / transfer time database 7 is referenced to predict the PDL conversion time. Then, the PDL that minimizes the sum of the predicted transfer times is selected. Then, the print data is converted into the drawing command by using the selected PDL command and sent to the printer. This makes it possible to minimize the PDL conversion time and the transfer time while maintaining the maximum drawing quality.

【0048】次に、上記のように構成される本実施例の
プリンタドライバによる処理について、全体の処理の流
れを処理フローを参照して具体的に説明する。図5は、
本発明の実施例のプリンタドライバによる処理フローを
示すフローチャートである。プリンタドライバの処理で
は、処理を開始すると、まず、ステップ51において、
ユーザ設定情報を使って、デバイスインタフェース「G
DI.EXE」に描画能力を宣言する。次に、ステップ
52において、デバイスドライバインタフェース(DD
I)によりプリントデータを受け取る。次のステップ5
3において、PDL指定が「自動選択」であるか否かを
判断する。
Next, with respect to the processing by the printer driver of the present embodiment configured as described above, the overall processing flow will be specifically described with reference to the processing flow. FIG.
6 is a flowchart showing a processing flow by a printer driver according to an embodiment of the present invention. In the printer driver process, when the process is started, first, in step 51,
Using the user setting information, the device interface "G
DI. The drawing ability is declared to "EXE." Next, in step 52, the device driver interface (DD
The print data is received according to I). Next Step 5
In 3, it is determined whether the PDL designation is “automatic selection”.

【0049】PDL指定が「自動選択」でない場合、プ
リントデータに使用するPDLの種類がユーザにより予
め指定されているので、直ちにステップ59に進み、指
定の種類のPDLを用いて、プリントデータをPDL化
してプリンタに送信する。一方、ステップ53の判定に
おいて、PDL指定が「自動選択」である場合には、プ
リントデータの特徴から最適なPDLの種類を判定する
ための処理を行う。このため、次のステップ54におい
て、プリントデータのデータタイプを判定し、そのプリ
ントデータは一時蓄積する。次に、ステップ55におい
て、データタイプの判定したプリントデータの中にグラ
フィックスやイメージを含むか否かを判別し、グラフィ
ックスやイメージを含む場合には、次のステップ56に
進み、PDL能力表で直接対応づかない描画命令数を計
数し、最小のPDLを選択する。そして、次のステップ
57において、その選択によりPDLが1つ決まるか否
かを判定する。PDLが1つに決まらない場合には、次
のステップ58に進む。
If the PDL designation is not "automatic selection", the type of PDL to be used for the print data is designated in advance by the user. Therefore, the process immediately proceeds to step 59, and the print data is PDL using the designated type of PDL. And send it to the printer. On the other hand, when the PDL designation is "automatic selection" in the determination of step 53, processing for determining the optimum PDL type from the characteristics of the print data is performed. Therefore, in the next step 54, the data type of the print data is determined and the print data is temporarily stored. Next, in step 55, it is determined whether or not the print data of which the data type is determined includes graphics or images. If the print data includes graphics or images, the process proceeds to the next step 56 and the PDL capability table is displayed. The number of drawing commands that are not directly corresponded is counted and the minimum PDL is selected. Then, in the next step 57, it is determined whether or not one PDL is determined by the selection. If the number of PDLs is not determined to be one, the process proceeds to the next step 58.

【0050】一方、ステップ55の判定において、グラ
フィックスやイメージを含まない場合にも、ステップ5
8に進む。ステップ58においては、統計データを参照
してPDL化予測時間と転送予測時間の和が最小のPD
Lを選択する。これにより、最適なPDLを決定できる
ので、次のステップ59において、ここで選択されたP
DLにより、印刷するデータをPDL化し、プリンタに
送信して、ここでの処理を終了する。
On the other hand, if it is determined in step 55 that graphics and images are not included, step 5
Proceed to 8. In step 58, the PD having the minimum sum of the PDL conversion prediction time and the transfer prediction time is referred to by referring to the statistical data.
Select L. As a result, the optimum PDL can be determined. Therefore, in the next step 59, the PDL selected here is selected.
With DL, the data to be printed is converted into PDL, transmitted to the printer, and the processing here ends.

【0051】ところで、上述した実施例においては、印
刷データからデータの種類を見分ける場合、そのデータ
タイプを「テキストのみ、グラフィックスのみ、
イメージのみ、テキストとグラフィックスのみ、テ
キストとイメージのみ、グラフィックスとイメージの
み、テキストとグラフィックスとイメージを全て含
む」の7種類に分類しているが、この場合において、例
えば、同じ「テキストとグラフィックスのみ」の場合
でもグラフィックスの率の大小によって、選択すベき最
適なPDLが異なる場合があり得る。
By the way, in the above-described embodiment, when distinguishing the data type from the print data, the data type is set to "text only, graphics only,
There are seven types of "only images, only text and graphics, only text and images, only graphics and images, and all text, graphics and images." Even in the case of "graphics only", the optimum PDL to be selected may differ depending on the size of the graphics ratio.

【0052】これに対しては、例えば、PDL化時間/
転送時間データベース(7:図4)のデータの中で、原
稿タイプとして、更に詳細にその印刷データの種別(デ
ータタイプ)を反映させたデータ内容とする。図10
は、PDL化時間/転送時間データベースの別の一例を
説明する図である。この場合、更に、印刷データの描画
コマンドにおけるテキスト描画コマンドの数とグラフィ
ックス描画コマンドの数との比を考慮し、図10に示す
ように、原稿タイプの種類として、グラフィックスコマ
ンドの比率が50%の上下によって2種類に分離したレ
コードデータを設ける。これにより、前記の実施例の効
果に加えて、より原稿の特性に合わせたPDLを選択で
きるようになる。
For this, for example, PDL conversion time /
In the data of the transfer time database (7: FIG. 4), the content of the document reflects the print data type (data type) in more detail as the document type. FIG.
FIG. 9 is a diagram illustrating another example of a PDL conversion time / transfer time database. In this case, further considering the ratio between the number of text drawing commands and the number of graphics drawing commands in the drawing commands of the print data, as shown in FIG. Two types of record data are provided depending on the upper and lower sides of%. As a result, in addition to the effects of the above-described embodiment, it becomes possible to select a PDL that better matches the characteristics of the original.

【0053】具体例で説明する。図9に示すように、P
DL化時間/転送時間データベース70においては、原
稿タイプの種類として「テキストとグラフィックスの
み」については、「テキストとグラフィックスのみ(グ
ラフィックスは50%未満)」と「テキストとグラフィ
ックスのみ(グラフィックスは50%以上)」の2種類
に分けて、それぞれのレコードデータを設け、原稿タイ
プの種類に応じてそれぞれ印刷データの統計データを更
新している。
A specific example will be described. As shown in FIG.
In the DL conversion time / transfer time database 70, "text and graphics only" (text less than 50%) and "text and graphics only (graphic Each record data is provided and the statistical data of the print data is updated according to the type of the document type.

【0054】この結果、印刷データのタイプとして「テ
キストとグラフィックスのみ」であっても、その中のグ
ラフィックス描画コマンドが50%以上である場合に
は、PDLの種類を「PDL#1」とすると、そのPD
L化時間が、原稿1MBあたり「2秒」で済むという統
計データが得られる。また、グラフィックス描画コマン
ドが50%未満である場合に、PDLの種類を「PDL
#1」とすると、そのPDL化時間が、原稿1MBあた
り「6秒」かかるという統計データが得られることにな
る。これらの統計データをPDL化時間/転送時間デー
タベース70に反映させて、このような統計データを用
いて、PDLを選択することにより、より原稿の特性に
合わせたPDLを選択できるようになる。
As a result, even if the type of print data is "text and graphics only", if the graphics drawing command in it is 50% or more, the type of PDL is "PDL # 1". Then the PD
Statistical data that the L conversion time is “2 seconds” per 1 MB of the manuscript can be obtained. When the graphics drawing command is less than 50%, the PDL type is set to "PDL
If "1" is set, statistical data indicating that the PDL conversion time is "6 seconds" per 1 MB of the original document is obtained. By reflecting these statistical data in the PDL conversion time / transfer time database 70 and selecting the PDL by using such statistical data, it becomes possible to select the PDL more suited to the characteristics of the original.

【0055】更に、別の変形例について説明する。前述
の実施例においては、印刷データから原稿タイプを判定
する場合に、文書全体を一つの処理単位として扱ってい
るので、このため、1ページ目がテキストだけで、2ペ
ージ目がイメージだけというような2ページの文書で
は、文書タイプが「テキストとイメージだけ」というデ
ータタイプに判定されてしまう。この判定による基準に
よって、適切なPDLを選択しようとしても、最適なP
DLの種類を選択できない場合がある。
Further, another modification will be described. In the above-described embodiment, when the document type is determined from the print data, the entire document is treated as one processing unit. Therefore, the first page is only the text and the second page is the image. In a 2-page document, the document type is determined to be a data type of "only text and image". Even if an attempt is made to select an appropriate PDL according to the criteria based on this judgment, the optimum P
In some cases, the DL type cannot be selected.

【0056】これに対しては、つまり、ページ毎に印刷
データの画像の特徴が明確に分かれている文書が多い場
合に対しては、ページ毎に別の種類のPDLを使用する
ように構成する。これにより、より効率のよいプリント
処理を行うことができる。
On the other hand, in the case where there are many documents in which the characteristics of the image of the print data are clearly separated for each page, a different type of PDL is used for each page. . As a result, more efficient print processing can be performed.

【0057】このためには、前記の実施例の処理におい
て、1つのドキュメントをページと読み替えるだけでよ
い。この場合、現状のプリント処理の仕組みの中では、
1ドキュメントが1ジョブになるので、ページ毎に別の
ジョブとして扱う必要がある。このため、各々のジョブ
毎にバナー(見出し)シートなどを付ける設定がなされ
ていると、PDLが変更されるごとにバナーシートが出
力されてしまうため、バナーシートの出力は行わないよ
うな設定にする。
For this purpose, in the processing of the above-mentioned embodiment, it is only necessary to replace one document with a page. In this case, in the current print processing mechanism,
Since one document is one job, it is necessary to handle each page as a separate job. Therefore, if a banner (headline) sheet or the like is set for each job, the banner sheet is output every time the PDL is changed, so the banner sheet is not output. To do.

【0058】ところで、DPA(Document P
rinting Application;ISO10
175)にしたがったプリンタの場合、1ジョブで複数
のドキュメントが扱えるオプションがあるので、このよ
うなプリンタの場合にはページ毎に別々のドキュメント
としても、全体は1つのジョブとみなせることため、上
記のような制限は緩和される。
By the way, DPA (Document P
printing Application; ISO10
In the case of a printer according to 175), there is an option to handle a plurality of documents in one job. Therefore, in such a printer, even if each page is a separate document, the whole can be regarded as one job. Restrictions such as are relaxed.

【0059】これにより、マルチPDLプリンタに出力
する際、ページごとのプリンタデータに最も適したPD
Lを利用してプリンタに送信することができるので、最
大の描画品質を保ちながら、なおかつPDL化時間や転
送時間を最小にすることがより効率よくできるようにな
る。
As a result, when outputting to a multi-PDL printer, the PD most suitable for the printer data for each page
Since L can be used for transmission to the printer, it is possible to more efficiently minimize the PDL conversion time and transfer time while maintaining the maximum drawing quality.

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

【図1】 図1は本発明の一実施例のプリンタドライバ
の要部の構成を示すブロック図、
FIG. 1 is a block diagram showing a configuration of a main part of a printer driver according to an embodiment of the present invention,

【図2】 図2はプリンタドライバによる制御処理の一
連の動作を示すフローチャート、
FIG. 2 is a flowchart showing a series of operations of control processing by a printer driver,

【図3】 図3はPDL能力表の一例を示す図、FIG. 3 is a diagram showing an example of a PDL capability table,

【図4】 図4はPDL化時間/転送時間データベース
を説明する図、
FIG. 4 is a diagram for explaining a PDL conversion time / transfer time database;

【図5】 図5は本発明の一実施例のプリンタドライバ
による処理フローを示すフローチャート、
FIG. 5 is a flowchart showing a processing flow by a printer driver according to an embodiment of the present invention,

【図6】 図6はパーソナルコンピュータとプリンタの
関係を説明する図、
FIG. 6 is a diagram illustrating a relationship between a personal computer and a printer,

【図7】 図7はプリンタドライバの位置付けを説明す
る図、
FIG. 7 is a diagram for explaining the positioning of the printer driver,

【図8】 図8はデバイスインタフェース処理部による
描画命令の変換の第1の例を説明する図、
FIG. 8 is a diagram illustrating a first example of conversion of a drawing command by a device interface processing unit,

【図9】 図9はデバイスインタフェース処理部による
描画命令の変換の第2の例を説明する図、
FIG. 9 is a diagram illustrating a second example of conversion of a drawing command by the device interface processing unit;

【図10】 図10はPDL化時間/転送時間データベ
ースの別の一例を説明する図、
FIG. 10 is a diagram for explaining another example of the PDL conversion time / transfer time database,

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

1…デバイスドライバインタフェース制御部(DDI制
御部)、2…ページ記述言語命令生成部(PDL化
部)、3…データタイプ判定部、4…一時蓄積部、5…
ページ記述言語選択部(PDL選択部)、6…ページ記
述言語能力表(PDL能力表)、7…PDL化時間/デ
ータ転送時間データベース、8…プリンタ制御部、9…
ユーザ設定情報設定部、12…デバイスインタフェース
処理部、13…プリンタドライバ、14…プリンタ。
1 ... Device driver interface control unit (DDI control unit), 2 ... Page description language command generation unit (PDL conversion unit), 3 ... Data type determination unit, 4 ... Temporary storage unit, 5 ...
Page description language selection unit (PDL selection unit), 6 ... Page description language capability table (PDL capability table), 7 ... PDL conversion time / data transfer time database, 8 ... Printer control unit, 9 ...
User setting information setting unit, 12 ... Device interface processing unit, 13 ... Printer driver, 14 ... Printer.

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 印刷データの特徴を判断する判断手段
と、 制御するプリンタで使用できる複数の種類のページ記述
言語のうち最適なページ記述言語の種類を前記判断手段
の判断結果に基づき選択する選択手段と、 選択されたの種類のページ記述言語で前記印刷データを
表現した出力データを作成する作成手段とを備えること
を特徴とするプリンタドライバ。
1. A judgment means for judging characteristics of print data, and a selection for selecting an optimum kind of page description language among a plurality of kinds of page description languages which can be used by a printer to be controlled based on a judgment result of the judgment means. A printer driver, comprising: means for creating output data representing the print data in a selected type of page description language.
【請求項2】 請求項1に記載のプリンタドライバにお
いて、 前記選択手段は、過去の出力データの作成時間、前記出
力データのプリンタへの転送時間を参照して、最適なペ
ージ記述言語を選択することを特徴とするプリンタドラ
イバ。
2. The printer driver according to claim 1, wherein the selecting unit selects an optimum page description language with reference to past output data creation time and transfer time of the output data to the printer. A printer driver characterized in that
JP8152912A 1996-05-27 1996-05-27 Printer driver Pending JPH09319530A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8152912A JPH09319530A (en) 1996-05-27 1996-05-27 Printer driver

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8152912A JPH09319530A (en) 1996-05-27 1996-05-27 Printer driver

Publications (1)

Publication Number Publication Date
JPH09319530A true JPH09319530A (en) 1997-12-12

Family

ID=15550867

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8152912A Pending JPH09319530A (en) 1996-05-27 1996-05-27 Printer driver

Country Status (1)

Country Link
JP (1) JPH09319530A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2383661A (en) * 2001-12-04 2003-07-02 Hewlett Packard Co Adaptive print driver selection
KR100440965B1 (en) * 2001-12-31 2004-07-21 삼성전자주식회사 Printing method and printer having different printer drivers to enhance printing speed
US7046384B2 (en) 2001-01-11 2006-05-16 Sharp Laboratories Of America, Inc. Methods and systems for print-processor-based print task error recovery
JP2007200324A (en) * 2006-01-24 2007-08-09 Ricoh Co Ltd Mime type-based printer driver selection
US7365870B2 (en) 2001-08-17 2008-04-29 Sharp Laboratories Of America, Inc Methods and systems for page-independent spool file face-up emulation
US7548331B2 (en) 2001-01-11 2009-06-16 Sharp Laboratories Of America, Inc. Methods and systems for print system component-based remote printing
JP2010027041A (en) * 2008-06-18 2010-02-04 Ricoh Co Ltd Information processing apparatus and program

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7046384B2 (en) 2001-01-11 2006-05-16 Sharp Laboratories Of America, Inc. Methods and systems for print-processor-based print task error recovery
US7548331B2 (en) 2001-01-11 2009-06-16 Sharp Laboratories Of America, Inc. Methods and systems for print system component-based remote printing
US7365870B2 (en) 2001-08-17 2008-04-29 Sharp Laboratories Of America, Inc Methods and systems for page-independent spool file face-up emulation
GB2383661A (en) * 2001-12-04 2003-07-02 Hewlett Packard Co Adaptive print driver selection
KR100440965B1 (en) * 2001-12-31 2004-07-21 삼성전자주식회사 Printing method and printer having different printer drivers to enhance printing speed
JP2007200324A (en) * 2006-01-24 2007-08-09 Ricoh Co Ltd Mime type-based printer driver selection
JP2010027041A (en) * 2008-06-18 2010-02-04 Ricoh Co Ltd Information processing apparatus and program

Similar Documents

Publication Publication Date Title
US6888641B2 (en) Designating an image processing apparatus based on limited selection conditions
US6611347B1 (en) Print control apparatus, print control method, storage medium, and computer readable program performing a form overlay process
US5825993A (en) Information processing apparatus and output apparatus
EP0750250B1 (en) Print control apparatus, print control method, information processing apparatus, information processing method, and storage medium storing control program
JP4315191B2 (en) Printing control apparatus, printing control method, printing control program, printing apparatus, printing method, printing program, and recording medium
JP2002041261A (en) Information processing device, information processing method, and storage medium which stores computer- readable program
JP2002222070A (en) Print data processor and, method and program for print control
US6476938B1 (en) Print control system and method
JP2001356893A (en) Printing controller and printing control method
JPH09319530A (en) Printer driver
KR100392548B1 (en) Method and apparatus for adaptive adjustment of cache allocation for storage of font data
JP2006263969A (en) Image processing device, printing job forming device, and image processing system
JPH10278362A (en) Apparatus and method for controlling printing and printing system
JP2006235933A (en) Image processor and print job generating device
EP0864966B1 (en) Imformation processing apparatus and output apparatus
US6750980B1 (en) Information processing apparatus and output apparatus
US8023124B2 (en) Printing apparatus and printing method
JP4100912B2 (en) Information processing apparatus, control method therefor, program, and storage medium
JP4254252B2 (en) Printer control device and printer control program
JP2003022171A (en) Printing control device and its method
JP3167775B2 (en) Image forming method and apparatus
JP3315679B2 (en) Image forming apparatus and page layout method
JPH08249138A (en) Method and device for controlling output
JPH07104954A (en) Printer and control method therefor
JP3056948B2 (en) PRINTING APPARATUS, CONTROLLER THEREOF, AND METHOD OF CONTROLLING PRINTING APPARATUS